SkipOdds

NBA Odds API

Pro basketball moneylines with the bookmaker margin taken out.

What the pro basketball feed returns

Pro basketball is served from the HoopSeek feed at /v1/basketball/fixtures, separate from the college board so a nightly NBA slate is never diluted by D1 games. Rows carry the league they belong to, and the eight-hour floor keeps a tip-off already in progress on the board.

Two outcomes per market, no draw leg — the pair normalises to 1.0000. Responses never name a bookmaker — only how many distinct brands were surveyed. Live demo: HoopSeek.

De-vigging pro basketball

Basketball moneylines have two legs, which makes the overround easy to see and easy to remove: average each side across books, invert, rescale to 1.0000. Because heavy favourites are common in basketball, the interesting number is often fair_odds — the no-margin decimal price implied by the cleaned probability, returned alongside it.

NBA board, live

45 bookmakers surveyed · de-vigged and refreshed continuously · live from /v1/basketball/fixtures

GameHomeAway
Atlanta Dream v Connecticut Sun
2026-09-17 23:30 UTC · WNBA
87.5%12.5%
Chicago Sky v Washington Mystics
2026-09-18 00:00 UTC · WNBA
40.5%59.5%
Dallas Wings v Los Angeles Sparks
2026-09-18 00:00 UTC · WNBA
73.1%26.9%
Seattle Storm v Las Vegas Aces
2026-09-18 02:00 UTC · WNBA
24.5%75.5%
Portland Fire v Phoenix Mercury
2026-09-18 02:00 UTC · WNBA
48.5%51.5%
Minnesota Lynx v New York Liberty
2026-09-18 23:30 UTC · WNBA
64.4%35.6%
Toronto Tempo v Indiana Fever
2026-09-18 23:30 UTC · WNBA
18.0%82.0%
Golden State Valkyries v Portland Fire
2026-09-19 02:00 UTC · WNBA
85.2%14.8%
Detroit Pistons v Boston Celtics
2026-10-20 19:00 UTC · NBA
52.9%47.1%
New York Knicks v Philadelphia 76ers
2026-10-20 23:00 UTC · NBA
63.2%36.8%

One curl

curl https://skipodds.com/v1/basketball/fixtures -H "x-api-key: skipodds-demo-2026"

The demo key serves 100 requests/day, shared by everyone — enough to evaluate. Keys go in the x-api-key header (or Authorization: Bearer), never in the query string: URLs leak into logs, proxies and Referer headers. Full parameters in the API reference.

From an AI assistant (MCP)

SkipOdds is also an MCP server, so an assistant can pull pro basketball probabilities itself — point it at https://skipodds.com/mcp:

{
  "mcpServers": {
    "skipodds": {
      "url": "https://skipodds.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_KEY" }
    }
  }
}

Without a key the shared demo quota applies. A free personal key gives you 250 requests/day that nobody else can drain.

Get started

Get an API keyAPI referenceWhy SkipOdds

Other sports on the same key: Soccer odds API · NFL odds API · MLB odds API · NHL odds API · College football odds API · College basketball odds API · Tennis odds API · Cricket odds API · Rugby odds API · MMA odds API · Boxing odds API · Golf odds API