Event Type: Virtual Cricket Market – Odds Update

Updated on November 5, 2025

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

Received Response (from SDK)

{
  "data": [
    {
      "room": "4.792702193936-VM",
      "data": {
        "eid": 34492747,
        "mid": "4.792702193936-VM",
        "na": "VC data",
        "res": "",
        "s": true,
        "go": false,
        "t": 1752141716612,
        "r": [
          {
            "rid": 824423,
            "na": "Iyanola Heritage",
            "sb": null,
            "l": 4,
            "b": 3
          },
          {
            "rid": 455535,
            "na": "Whiptail Smashers",
            "s": false,
            "sb": null,
            "l": 0,
            "b": 0
          }
        ]
      }
    }
  ]
}

Event Type: Virtual Cricket Market – Runners Suspended

Received when runners in the Virtual Cricket market are suspended (temporarily unavailable for betting).

Received Response (from SDK)

{
  "data": [
    {
      "room": "4.792702193936-VM",
      "data": {
        "eid": 34492747,
        "mid": "4.792702193936-VM",
        "na": "VC data",
        "res": "",
        "s": true,
        "go": false,
        "t": 1752141716612,
        "r": [
          {
            "rid": 824423,
            "na": "Iyanola Heritage",
            "sb": "S",
            "l": 0,
            "b": 0
          },
          {
            "rid": 455535,
            "na": "Whiptail Smashers",
            "s": false,
            "sb": null,
            "l": 0,
            "b": 0
          }
        ]
      }
    }
  ]
}

Event Type: Virtual Cricket Market – Runners Ball Running

Received when runners in the Virtual Cricket market are in the live ball state.

Received Response (from SDK)

{
  "data": [
    {
      "room": "4.792702193936-VM",
      "data": {
        "eid": 34492747,
        "mid": "4.792702193936-VM",
        "na": "VC data",
        "res": "",
        "s": true,
        "go": false,
        "t": 1752141716612,
        "r": [
          {
            "rid": 824423,
            "na": "Iyanola Heritage",
            "sb": "B",
            "l": 0,
            "b": 0
          },
          {
            "rid": 455535,
            "na": "Whiptail Smashers",
            "s": false,
            "sb": null,
            "l": 0,
            "b": 0
          }
        ]
      }
    }
  ]
}

Event Type: Virtual Cricket Market – Status Inactive

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

Received Response (from SDK)

{
  "data": [
    {
      "room": "4.792702193936-VM",
      "data": {
        "eid": 34492747,
        "mid": "4.792702193936-VM",
        "na": "VC data",
        "res": "",
        "s": false,
        "go": false,
        "t": 1752141716612,
        "r": [
          {
            "rid": 824423,
            "na": "Iyanola Heritage",
            "sb": null,
            "l": 4,
            "b": 3
          },
          {
            "rid": 455535,
            "na": "Whiptail Smashers",
            "s": false,
            "sb": null,
            "l": 0,
            "b": 0
          }
        ]
      }
    }
  ]
}

Glossary of Keys (Virtual Cricket Market)

KeyDescription
roomInternal Virtual Cricket 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
r[]Array of runners with associated details
sbSuspension flag (B = Ball Running, S = Suspended, null = Active)
lLay
bBack
sRunner’s active status (true = active, false = inactive)

Usage Notes:

  • sb: "B" indicates that the runner is currently in live ball state (active).
  • sb: "S" means the runner is suspended.
  • s: false indicates that the runner is inactive.