cURL
curl --request GET \ --url 'https://therundown.io/api/v2/events/{eventID}/markets/opening?key='
{ "markets": [ { "market_id": 1, "name": "moneyline", "participants": [ { "name": "Atlanta Hawks", "type": "TYPE_TEAM", "lines": [ { "value": "0", "prices": { "19": { "price": -120, "is_main_line": true, "updated_at": "2026-02-10T14:00:00Z" } } } ] } ] } ] }
API key as query parameter
Event ID (UUID format)
Comma-separated market IDs
Comma-separated sportsbook/affiliate IDs to filter. Common values include DraftKings (19), FanDuel (23), BetMGM (22), Bovada (2), Pinnacle (3).
Opening prices
Keyed by market line price ID
Show child attributes