Availability target
Monthly operating target. Not a contractual SLA.
View live statusBring covered FanDuel pre-match odds into comparison screens, line-movement alerts, and models without maintaining a bookmaker-specific parser. Use the canonical fanduel filter across REST, SSE, and WebSocket paths.
{
"event_id": "nfl-buf-kc",
"items": [
{
"bookmaker": "fanduel",
"bet_type": "handicap",
"period_str": "full game",
"side": "home",
"selection_name": "Kansas City Chiefs -2.5",
"american_display_odds": "-108"
},
{
"bookmaker": "fanduel",
"bet_type": "total",
"period_str": "full game",
"side": "under",
"selection_name": "Under 48.5",
"american_display_odds": "-112"
}
],
"resume": "1784092451749-0"
}
fanduel bookmaker key.
The 99.8% figure is an operating target. Current health and latency stay on the live status page.
Monthly operating target. Not a contractual SLA.
View live statusService health, P50/P95 latency and error rate.
Open measurementsRefresh timing changes by event, source and product.
Read the refresh modelUse one normalized contract, then narrow requests with the canonical bookmaker key for each covered source.
Explore the full US sportsbook APIBuild a US-facing line board with moneyline, spread, over/under, and player prop language.
| Market | API bet_type | What it covers |
|---|---|---|
| Moneyline |
moneyline
|
Straight-up winner prices for full games and covered periods. |
| Point spread |
handicap
|
Favorite and underdog spread prices with the line kept alongside each selection. |
| Over/under |
total
|
Game and period totals with separate over and under selections. |
| Scoring props |
player pointsanytime touchdownplayer goals
|
Player scoring lines for covered basketball, football, and hockey events where supplied. |
| Performance props |
player assistsplayer reboundsplayer strikeouts
|
Player stat lines for covered NBA, WNBA, MLB, and other supported slates. |
The normalized handicap bet_type is the point spread, run line, or puck line in US-facing copy. FanDuel market availability changes by sport, league, event, and time; use the current snapshot as the source of truth.
Tools for events, odds, line movement, and streams. Bets endpoints are support-approved.
Agent-ready instructions.
TypeScript, Python, Postman and example builds.
Sports and racing odds coverage for agent workflows.
Lightweight streaming updates for dashboards and alerts.
Bidirectional streams for richer pre-match products.
Start with the FanDuel event snapshot, keep each line attached to its selection, and add supported pre-match streams only after the initial state is loaded.
Request GET /v1/bookmakers and use the exact fanduel key returned for your account.
Load a bounded event slate and select a game that includes FanDuel in its available bookmaker coverage.
Request bookmakers=fanduel and store the period, side, line, selection, price, and freshness fields together.
Open the matching stream, process supported deltas, and use the resume token when reconnecting.
Start free, then choose a monthly plan based on request volume, rate limits, and support.
Practical answers about FanDuel access, line changes, American odds display, prop coverage, and product limits.
No. odds-api is an independent data service that provides normalized FanDuel odds where coverage is available. It is not affiliated with, endorsed by, or sponsored by FanDuel, and it does not place bets or access customer accounts.
Use bookmakers=fanduel on a covered event snapshot. Confirm the exact fanduel key in GET /v1/bookmakers and verify that the event lists FanDuel before requesting prices.
Yes. On endpoints that accept multiple bookmaker filters, pass fanduel,draftkings and match rows by normalized event, market, period, side, and selection fields.
Use familiar American prices such as +120 and -110 in your US product while keeping FanDuel markets in the same normalized format used across every covered sportsbook.
No. Player props and alternate lines vary by sport, league, event, market, and time. Read the current event snapshot instead of assuming a fixed prop catalog.
Create a free key and test a covered FanDuel line board through the normalized US sportsbook contract.