Pro basketball moneylines with the bookmaker margin taken out.
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.
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.
48 bookmakers surveyed · de-vigged and refreshed continuously · live from /v1/basketball/fixtures
| Game | Home | Away |
|---|---|---|
| Toronto Tempo v Indiana Fever 2026-08-18 23:00 UTC · WNBA | 20.3% | 79.7% |
| Connecticut Sun v Los Angeles Sparks 2026-08-18 23:00 UTC · WNBA | 44.6% | 55.4% |
| Chicago Sky v New York Liberty 2026-08-19 01:00 UTC · WNBA | 38.4% | 61.6% |
| Las Vegas Aces v Atlanta Dream 2026-08-19 02:00 UTC · WNBA | 59.3% | 40.7% |
| Washington Mystics v Toronto Tempo 2026-08-19 23:30 UTC · WNBA | 78.2% | 21.8% |
| Golden State Valkyries v Minnesota Lynx 2026-08-20 02:10 UTC · WNBA | 45.1% | 54.9% |
| Detroit Pistons v Boston Celtics 2026-10-20 19:00 UTC · NBA | 52.7% | 47.3% |
| New York Knicks v Philadelphia 76ers 2026-10-20 23:00 UTC · NBA | 62.1% | 37.9% |
| San Antonio Spurs v Oklahoma City Thunder 2026-10-21 01:30 UTC · NBA | 53.4% | 46.6% |
| Orlando Magic v Atlanta Hawks 2026-10-21 23:10 UTC · NBA | 55.3% | 44.7% |
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.
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 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