Skip to main content
GET
/
api
/
v2
/
events
/
{eventID}
/
markets
/
opening
Get opening prices for an event's markets
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"
                }
              }
            }
          ]
        }
      ]
    }
  ]
}

Authorizations

key
string
query
required

API key as query parameter

Path Parameters

eventID
string
required

Event ID (UUID format)

Query Parameters

market_ids
string

Comma-separated market IDs

affiliate_ids
string

Comma-separated sportsbook/affiliate IDs to filter. Common values include DraftKings (19), FanDuel (23), BetMGM (22), Bovada (2), Pinnacle (3).

Response

200 - application/json

Opening prices

meta
object
markets
object

Keyed by market line price ID