Odds monitoring and line-movement tracking
Use DraftKings Sportsbook endpoints to turn odds monitoring and line-movement tracking into repeatable API requests with documented inputs and JSON responses.
Turn DraftKings Sportsbook's public data into structured sports data — browse leagues and teams, discover scheduled and live events, retrieve event context and full betting markets, and monitor moneyline, spread, total, and futures odds as normalized JSON.
Get DraftKings Sportsbook leagues, teams, events, betting markets, and odds as structured JSON.
Endpoint families
1
Documented params
24
Examples
12
Live catalog snapshot
Active endpoints
12
Methods
GET
Required params
24
Schema refs
12
{
"platform": "DraftKings Sportsbook",
"endpoint": "draftkings-odds",
"method": "GET",
"path": "/draftkings/sportsbook/odds",
"auth": "apiKey"
}Use cases
Get DraftKings Sportsbook leagues, teams, events, betting markets, and odds as structured JSON.
Use DraftKings Sportsbook endpoints to turn odds monitoring and line-movement tracking into repeatable API requests with documented inputs and JSON responses.
Use DraftKings Sportsbook endpoints to turn sports betting research and analysis into repeatable API requests with documented inputs and JSON responses.
Use DraftKings Sportsbook endpoints to turn league, team, and event discovery into repeatable API requests with documented inputs and JSON responses.
Managed execution
Each Crawlora platform API is designed around a specific data surface. Instead of exposing a generic fetch endpoint, Crawlora combines endpoint-specific request logic, managed infrastructure, parsing, normalization, billing, and Playground-tested examples.
Request behavior is tuned for the target platform and endpoint type.
Supported endpoints can use managed proxy routing to improve reliability and reduce infrastructure work.
Dynamic pages can be routed through managed browser instances where JavaScript rendering is required.
Challenge pages and unusable upstream responses are detected and surfaced clearly.
Results are returned as documented JSON instead of raw HTML.
Test the same route from Docs and Playground before production integration.
Coverage map
These cards are generated from the active endpoint catalog, so the landing page reflects the same API surface used by Docs and Playground.
/draftkings/sportsbook/leagues
Endpoint catalog
/draftkings/sportsbook/leaguesReturns DraftKings Sportsbook's current public sport and league directory. Each league `id` is accepted as `league_id` by /draftkings/sportsbook/odds and /draftkings/sportsbook/futures.
/draftkings/sportsbook/featured-leaguesReturns public DraftKings Sportsbook leagues currently marked as featured in its sport navigation. Each item includes its numeric `id`, capability `tags`, live-offer status, and upstream featured ordering. Use the `id` as `league_id` with /draftkings/sportsbook/odds and /draftkings/sportsbook/futures.
/draftkings/sportsbook/quick-linksReturns the ordered league shortcuts currently prioritized on DraftKings Sportsbook's public home page. Each item includes a numeric `league_id` accepted by /draftkings/sportsbook/odds and /draftkings/sportsbook/futures.
/draftkings/sportsbook/liveReturns the live events currently shown by DraftKings Sportsbook, including score state, period, primary markets, and market categories that can be used with /draftkings/sportsbook/event-markets. An empty `events` list is valid when DraftKings has no live events at request time.
/draftkings/sportsbook/league-eventsReturns a DraftKings Sportsbook league's current public event directory, including event IDs, teams or other participants, start times, status, and public availability tags. Supply a numeric `league_id` from /draftkings/sportsbook/leagues, /draftkings/sportsbook/quick-links, /draftkings/sportsbook/featured-leagues, or /draftkings/sportsbook/event. This endpoint does not include betting markets or odds.
/draftkings/sportsbook/eventReturns one event's metadata (league id, sport id, teams, status, start time) from DraftKings' credential-free public JSON. `event_id` is a numeric DraftKings event identifier (find it from an event's DraftKings Sportsbook page, or from the `id` field of an event returned by /draftkings/sportsbook/odds). The returned `league_id` is accepted by /draftkings/sportsbook/odds and /draftkings/sportsbook/futures. This endpoint does not include betting markets/odds.
/draftkings/sportsbook/event-contextReturns public sport, league, and event navigation identifiers for a numeric DraftKings event id. Use it to associate an event with DraftKings Sportsbook's public sport and league navigation.
/draftkings/sportsbook/event-marketsReturns one event's betting markets and selections for a specific market category, from DraftKings' credential-free public JSON. `event_id` is a numeric DraftKings event identifier (find it from the `id` field of an event returned by /draftkings/sportsbook/odds). `subcategory_id` selects the market category (e.g. game lines, a player-prop category, an alternate-line category) -- find one from the `subcategory_id` field on a market returned by /draftkings/sportsbook/odds, or from a DraftKings Sportsbook event page's own network traffic. An empty `markets` list is a valid response when the category has no markets currently posted for this event.
/draftkings/sportsbook/oddsReturns the primary betting markets (moneyline, spread, total) for every upcoming event in a DraftKings Sportsbook league, from DraftKings' credential-free public JSON. `league_id` is a numeric DraftKings league identifier (find it from a league's DraftKings Sportsbook page). An empty `events` list is a valid response when nothing is currently scheduled.
/draftkings/sportsbook/futuresReturns league-level futures markets and selections for a specific DraftKings market category, from DraftKings' credential-free public JSON. `league_id` is a numeric DraftKings league identifier and `subcategory_id` is a numeric futures category identifier. An empty `events` list is a valid response when the category has no markets currently posted for that league.
/draftkings/sportsbook/teamsReturns the teams listed on DraftKings Sportsbook's public Teams page for one league. Allowed `league` values: `nfl`, `nhl`, `nba`, `cbb`, `mlb`, `cfb`.
/draftkings/sportsbook/teamReturns stable team metadata embedded in a public DraftKings Sportsbook team page. Supply `team_id`, `sport`, and `slug` from an item returned by /draftkings/sportsbook/teams. Allowed `sport` values: `football`, `hockey`, `basketball`, `baseball`.
Related APIs
Media & Streaming
Research streaming catalogs, title availability, providers, offers, seasons, episodes, and release changes from JustWatch with normalized JSON.
Media & Streaming
Turn Apple Books ebook and audiobook pages into structured data — search, catalog detail, paginated customer reviews, similar titles, author bibliographies, series listings, and chart rankings as normalized JSON. Credential-free.
Media & Streaming
Search public Ticketmaster events and browse the full discovery hierarchy by category or city, with pagination plus event, attraction, and venue detail endpoints for live-entertainment research.
How to scrape DraftKings Sportsbook
Crawlora's DraftKings endpoints return public league, team, event, and betting data as normalized JSON with one API key — no DraftKings account or login required.
Use /draftkings/sportsbook/leagues, /draftkings/sportsbook/featured-leagues, or /draftkings/sportsbook/quick-links to find a league_id, then use /draftkings/sportsbook/league-events to retrieve its current event directory.
Pass an event_id to /draftkings/sportsbook/event or /draftkings/sportsbook/event-context for participants, status, start time, sport and league context, and public availability data.
Pass a league_id to /draftkings/sportsbook/odds or /draftkings/sportsbook/futures, then use /draftkings/sportsbook/event-markets with an event_id and subcategory_id for every selection in that market category.
FAQ
Pass a numeric league_id to Crawlora's /draftkings/sportsbook/odds endpoint to get primary moneyline, spread, and total markets, or /draftkings/sportsbook/futures for league futures as structured JSON.
No DraftKings account or login is required from the caller — only your Crawlora API key.
Find league_id values through /draftkings/sportsbook/leagues, /draftkings/sportsbook/featured-leagues, or /draftkings/sportsbook/quick-links. /draftkings/sportsbook/league-events returns event_id values, and odds responses provide subcategory_id values.