Skip to main content

What it streams

Odds updates for fixtures.

Routing

  • Entity key: fixtureId
  • Filters: sportIds, tournamentIds, fixtureIds, bookmakers, live, pregame
  • Bookmaker-gated: yes

Common payload fields

Common top-level keys inside payload:
  • fixtureId
  • odds (object keyed by bookmaker)
  • optionally other feed-specific groups (markets, lines, etc.)

Example message (JSON)

{
  "channel": "odds",
  "type": "UPDATE",
  "payload": {
    "fixtureId": "1000000761302501",
    "odds": {
      "polymarket": { "...": "..." }
    }
  },
  "ts": 1730079534820,
  "entryId": "1730079534820-21"
}