Sports Odds Intelligence API
## Sports odds with the analysis built in Sports Odds Intelligence API ships precomputed analytical signals alongside raw odds data — Pinnacle-anchored edges, no-vig fair odds, cross-book arbitrage, consensus stats, and historical snapshots. Most odds APIs hand you the numbers and leave the math to you. This one hands you the signal. Built for trading desks, model builders, DFS operators, and…
Sports Odds Intelligence API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Core Data | ||
| GET |
Get Best Lines /best-lines/ |
Return best available line per outcome from cached normalized odds. |
| GET |
List Events /events/ |
Return cached event summaries for the given sport. |
| GET |
Get Sport Details /sports/{sport_key} |
Return details for a specific sport. Returns 404 if the sport doesn't exist or isn't available for this tier. 404 (not 403) is intentional — don't confirm a sport exists to a… |
| GET |
List Sports /sports/ |
Return the list of supported sports available for your tier. **Free tier:** NBA + MLB only · **Pro/Business:** 25+ sports including NBA, MLB, NFL, NHL, NCAAB, NCAAF, WNBA, UFC,… |
| GET |
Get Live Odds /odds/ |
Return normalized odds from multiple sportsbooks for the given sport. **Markets:** h2h (moneyline), spreads, totals. All three returned by default. Use `markets=h2h` or… |
| Intelligence | ||
| GET |
Consensus Stats /intelligence/consensus |
Median/mean market center per outcome (precomputed). |
| GET |
Market Analysis /intelligence/market-analysis |
Per-event market health: hold %, efficiency, tightest/widest book (precomputed). |
| GET |
Value Bets /intelligence/value |
Value bets vs vig-removed soft-market consensus (precomputed). "Value" here is offered price vs vig-removed consensus across 30-50 books including Pinnacle and other sharp/EU… |
| GET |
Arbitrage Opportunities /intelligence/arbitrage |
Cross-book arbitrage opportunities (precomputed, refreshed with odds). Each arb is flagged with `likely_stale` when profit_pct exceeds STALE_ARB_PROFIT_PCT_THRESHOLD (5%). Real… |
| GET |
Fair Odds (No-Vig) /intelligence/fair-odds |
Vig-removed fair prices per outcome (precomputed). Fair probability is the vig-removed consensus across 30-50 books including Pinnacle and EU/UK sharp books on major sports.… |
| GET |
Market Consensus Edges /intelligence/edges |
Cross-book raw price deviations from market average (precomputed). Raw price delta WITHOUT vig removal. Included for customers who want the unprocessed delta for their own… |
| Edge Detection | ||
| GET |
Pinnacle-Anchored Edges /edges/ |
Cross-book edges vs Pinnacle (sharp anchor), precomputed. **Tier:** Business plan or higher. Pro keys receive a 403 with an upgrade pointer. **Edge types:** - `line_gap` — soft… |
| Account | ||
| GET |
Account Usage /me/ |
Returns your API key information and remaining quota. |
| Historical | ||
| GET |
Historical Settlements /historical/settlements |
Settlement results for graded edge snapshots — joins edge outcomes with final scores. Each row shows the original edge (soft book / price / point + sharp reference), the grading… |
| GET |
Historical Odds Archive /historical/odds |
Historical odds snapshots from TheOddsAPI archive. Returns timestamped price snapshots for completed and in-progress events. Data collected since 2026-04-16, capturing price… |
| Player Props | ||
| GET |
List Player Props /props/ |
Player props for the requested sport. **Tier:** Business plan or higher. Pro keys receive a 403 with an upgrade pointer. **Coverage:** - NBA — 4 markets (points, rebounds,… |
| Futures | ||
| GET |
List Futures /futures/ |
Futures markets — championship winners, season-long. **Tier:** Business plan required. Free and Pro tiers receive a 403 with an upgrade pointer. **Coverage:** NBA, NHL, MLB, UEFA… |
| Other endpoints | ||
| GET |
List Sports /sports/ |
Return the list of supported sports available for your tier. |
| GET |
Get Live Odds /odds/ |
Return normalized odds from multiple sportsbooks for the given sport. |
| GET |
List Events /events/ |
Return cached event summaries for the given sport. |
| GET |
Get Sport Details /sports/{sport_key} |
Return details for a specific sport. |
Sports Odds Intelligence API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / hour |
|
| PRO | $35 / month | 625 / hour |
|
| ULTRA Recommended | $119 / month | 8400 / hour |
|
| MEGA | $349 / month | 16800 / hour |
|