Odds API by market / WNBA

WNBA Blocks API

The player_blocks board is not posted right now. This page keeps the last measured window — 46settled outcomes — and reactivates on its own the first build after books post the market again. The endpoint, the response shape and the free tier work today.

No credit card. 1,000 requests / day on the free tier.

What WNBA blocks is

Blocked shots by one player. Like steals, this is largely DFS-supplied inventory rather than traditional-book inventory.

How we settle it. Graded against the box score's blocks column.

1
books quoting it on the next event
not posted right now; reactivates when books post it
46
outcomes settled in the last 4-day window it was posted

Every number on this page is measured against the live API, never copied from a spec sheet. Last measured 29 August 2026.

Books that last posted WNBA blocks

Measured on the last slate that carried it, 29 August 2026. When books post it again, this list rebuilds from whichever ones actually do.

PrizePicks

Line shopping across all of them is one request — every book arrives in the same bookmakers array, not one call per book. Add ?bookmakers= to narrow it, or use /best-line for the best price per line already ranked.

Recently settled WNBA blocks outcomes

These are real rows out of the API, not an illustration. Each one was a price on a board before the event and carries the actual figure it was graded against afterwards. No other odds API returns that last column — they stop at the price.

46 blocks outcomes settled in the last 4-day window it was posted across 1 book. The 12 most recent:

PlayerBetActualResult
Shakira AustinOver 1.51.0lost
Shakira AustinUnder 1.51.0won
A'ja WilsonOver 2.52.0lost
A'ja WilsonUnder 2.52.0won
Rhyne HowardOver 1.51.0lost
Rhyne HowardUnder 1.51.0won
Aliyah BostonOver 1.53.0won
Aliyah BostonUnder 1.53.0lost
Caitlin ClarkOver 0.50.0lost
Caitlin ClarkUnder 0.50.0won
Kiki IriafenOver 0.50.0lost
Sonia CitronOver 0.51.0won

Over/Under split, last posted window

The Over won 47.8% of 23 decided blocks lines (11 over, 12 under). Computed from the settled rows themselves, scoped to WNBA only.

Read off 23 Over legs out of 46 settled outcomes on this market. The rest are Unders and milestone legs (“1+”, “2+”) that some books price here too, and a threshold rung is not an Over.

A few days of one market describes a few days — it is not an edge. Pull the full history through /exports/resolved-props for a sample worth modelling on.

Live response

Captured from the real endpoint on Chicago Sky @ New York Liberty while it was posted, trimmed to one book and three outcomes so the shape stays readable. The full response carries every book and every line, alternates included, in the same call.

{
  "id": "174405",
  "sport_key": "basketball_wnba",
  "home_team": "New York Liberty",
  "away_team": "Chicago Sky",
  "commence_time": "2026-08-29T17:00:00Z",
  "live": true,
  "last_update": "2026-08-29T18:23:27.452454Z",
  "merged_from_event_ids": null,
  "bookmakers": [
    {
      "key": "prizepicks",
      "title": "PrizePicks",
      "last_update": "2026-08-29T17:15:10.202722Z",
      "link": null,
      "app_link": null,
      "pregame_only": true,
      "book_event_id": null,
      "markets": [
        {
          "key": "player_blocks",
          "description": "Blocked Shots (demon 1.5)",
          "last_update": "2026-08-29T17:15:10.202722Z",
          "period": null,
          "suspended_at": null,
          "team": null,
          "outcomes": [
            {
              "name": "Over",
              "description": "Breanna Stewart",
              "price": 100,
              "point": 1.5,
              "book_updated_at": null,
              "book_version": null,
              "payout_multiplier": null,
              "dfs_odds_type": "demon",
              "last_change_at": "2026-08-29T00:59:44.862758Z",
              "liquidity": null,
              "liquidity_updated_at": null,
              "line_gap": null,
              "book_outcome_id": null,
              "player_id": "wnba:1627668"
            },
            {
              "name": "Under",
              "description": "Breanna Stewart",
              "price": 100,
              "point": 1.5,
              "book_updated_at": null,
              "book_version": null,
              "payout_multiplier": null,
              "dfs_odds_type": "demon",
              "last_change_at": "2026-08-29T00:59:44.862758Z",
              "liquidity": null,
              "liquidity_updated_at": null,
              "line_gap": null,
              "book_outcome_id": null,
              "player_id": "wnba:1627668"
            },
            {
              "name": "Over",
              "description": "Jonquel Jones",
              "price": 100,
              "point": 1.5,
              "book_updated_at": null,
              "book_version": null,
              "payout_multiplier": null,
              "dfs_odds_type": "demon",
              "last_change_at": "2026-08-29T00:59:44.862758Z",
              "liquidity": null,
              "liquidity_updated_at": null,
              "line_gap": null,
              "book_outcome_id": null,
              "player_id": "wnba:1627673"
            }
          ]
        }
      ]
    }
  ]
}

The response shape is the-odds-api compatible — events, bookmakers, markets, outcomes — so migrating is usually a base URL change.

Try it

1. List WNBA events to get an event id:

curl "https://api.prop-line.com/v1/sports/basketball_wnba/events?apiKey=YOUR_API_KEY"

2. Pull blocks for one game across every book — swap in a live event id from step 1 once books post it again:

curl "https://api.prop-line.com/v1/sports/basketball_wnba/events/174405/odds?apiKey=YOUR_API_KEY&markets=player_blocks"

3. After the game, get the graded outcomes with the actual stat:

curl "https://api.prop-line.com/v1/sports/basketball_wnba/events/174405/results?apiKey=YOUR_API_KEY"

Steps 1 and 2 run on the free tier. Step 3 — prop resolution — starts on Hobby at $9/mo. See pricing.

Get your free WNBA odds API key

1,000 requests / day. No credit card. The same key covers every sport and every market — not just this one.

Free tier includes 1,000 requests/day. Upgrade anytime.