draftkings_event_markets
Get betting markets and selections for a specific DraftKings sportsbook event and market category. Pass event_id and subcategory_id to retrieve available wagers from DraftKings' public odds JSON.
Instructions
DraftKings Sportsbook event markets. Returns 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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | Numeric DraftKings event id | |
| subcategory_id | Yes | Numeric DraftKings market subcategory id |