Event Type: Cricket Casino Market – Odds Update

Updated on November 5, 2025

Received when Cricket Casino market data is updated with the latest odds and runner information.

Received Response (from SDK)

{
  "data": [
    {
      "room": "11.204605887053-CC",
      "data": {
        "eid": 34492747,
        "mid": "11.204605887053-CC",
        "na": "Test cricket casino",
        "res": "",
        "ra": 5,
        "s": true,
        "go": false,
        "t": 1752139885014
      }
    }
  ]
}

Event Type: Cricket Casino Market – Status Inactive

Received when the Cricket Casino market is inactive, i.e., no longer available for betting.

Received Response (from SDK)

{
  "data": [
    {
      "room": "11.204605887053-CC",
      "data": {
        "eid": 34492747,
        "mid": "11.204605887053-CC",
        "na": "Test cricket casino",
        "res": "",
        "ra": 5,
        "s": false,
        "go": false,
        "t": 1752139885014
      }
    }
  ]
}

Glossary of Keys (Cricket Casino Market)

KeyDescription
roomInternal Cricket Casino market identifier
eidEvent ID
midMarket ID
naMarket name
resMarket result (if declared)
raRate of the market
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.
  • The ra key represents the rate of the market in the casino game.