Real-time odds from 26+ sportsbooks and prediction markets. Same endpoints as the-odds-api. Up to 6x cheaper.
pip install parlay-api
Already using the-odds-api? Switch your base URL and you're done. Same params, same response format, same everything. Just cheaper.
Works with any language. Here's how easy it is.
# Get live MLB odds from 26+ sportsbooks curl "https://parlay-api.com/v1/sports/baseball_mlb/odds\ ?apiKey=YOUR_KEY\ ®ions=us\ &markets=h2h,spreads,totals" # Response: JSON array of events with odds from each book # Same format as the-odds-api. Just change the URL.
import requests # Fetch live NBA odds resp = requests.get( "https://parlay-api.com/v1/sports/basketball_nba/odds", params={ "apiKey": "YOUR_KEY", "regions": "us", "markets": "h2h,spreads", } ) events = resp.json() for event in events: print(f"{event['home_team']} vs {event['away_team']}") for book in event['bookmakers']: print(f" {book['title']}: {book['markets'][0]['outcomes']}")
// Fetch live NFL odds const response = await fetch( `https://parlay-api.com/v1/sports/americanfootball_nfl/odds` + `?apiKey=YOUR_KEY®ions=us&markets=h2h,spreads` ); const events = await response.json(); events.forEach(event => { console.log(`${event.home_team} vs ${event.away_team}`); event.bookmakers.forEach(book => { const odds = book.markets[0].outcomes; console.log(` ${book.title}: ${JSON.stringify(odds)}`); }); });
Same credit system. Same endpoints. A fraction of the cost.
Same data. Better price. More features.
| Credits/mo | ParlayAPI | the-odds-api | You Save |
|---|---|---|---|
| 500 (their free) | Free | Free | We give 2x more free credits |
| 20,000 | $5/mo | $30/mo | $300/yr |
| 100,000 | $20/mo | $59/mo | $468/yr |
| 1,000,000 | $40/mo | No equivalent | Exclusive tier |
| 5,000,000 | $100/mo | $119/mo | $228/yr |
| 50,000,000 | $200/mo | $249 for 15M | 3.3x more data |
Built for serious bettors, quants, and sports data developers.
DraftKings, FanDuel, BetMGM, Caesars, Bovada, BetRivers, Pinnacle, Polymarket, Kalshi, plus every major French book. All in one call.
Kalshi odds alongside traditional sportsbooks. Cross-reference market-implied vs book-implied probabilities.
Track how odds shift over time across all bookmakers. Essential for CLV analysis and identifying sharp money.
Same endpoint structure, same query params, same JSON response format as the-odds-api v4. Change your base URL. Done.
Sub-second odds pushed via WebSocket or SSE. Game lines, player props, alt lines. Tier-aware coalescing: Business 1 s, Enterprise 0.5 s, Scale raw. Reference · Quickstart · Player props · +EV alerts.
1.39M+ rows back to 1999 (NFL nflverse), 2017+ (NBA hoopR), 2014+ (NCAAF CFBD), and 2005+ across 22 soccer leagues. Cross-source verified for backtests.
Drop-in prompts for Claude / GPT / Cursor at /cookbook. llms.txt + agents.json shipped. Cross-reference live odds with player stats to power prop-pick models.
Live 1H / Q1-Q4 / halves spreads, totals, and h2h from Pinnacle, DraftKings, FanDuel, BetMGM, and Caesars. Plus a durable archive of every distinct line state with first_seen_ms / last_seen_ms so you can replay how a Q3 line moved during last night's game. Endpoints at /v1/sports/{key}/live/period_markets and /v1/historical/sports/{key}/period_markets.
Free tier. No credit card. 1,000 credits/month.
Daily auto-generated breakdowns from the live feed and 14-day archive.