Event Type: Player Race Market – Odds Update

Updated on November 5, 2025

Received when Player Race market data is updated with the latest odds and event information.

Received Response (from SDK)

{
  "data": [
    {
      "room": "4.470102233706-PR",
      "data": {
        "eid": 34492747,
        "mid": "4.470102233706-PR",
        "na": "Test player race",
        "res": "",
        "s": true,
        "go": false,
        "t": 1752139885014
      }
    }
  ]
}

Event Type: Player Race Market – Status Inactive

Received when the Player Race market is inactive, i.e., no longer available for betting.

Received Response (from SDK)

{
  "data": [
    {
      "room": "4.470102233706-PR",
      "data": {
        "eid": 34492747,
        "mid": "4.470102233706-PR",
        "na": "Test player race",
        "res": "",
        "s": false,
        "go": false,
        "t": 1752139885014
      }
    }
  ]
}

Glossary of Keys (Player Race Market)

KeyDescription
roomInternal Player Race market identifier
eidEvent ID
midMarket ID
naMarket name
resMarket result (if declared)
sMarket active status (true = active, false = inactive)
goGame over flag (false = game still active, true = game over)
tEpoch timestamp in milliseconds

Usage Notes:

  • s: false indicates that the market is inactive, and no further betting is allowed.
  • go: false implies that the event/game is still active and ongoing.