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)
| Key | Description |
|---|---|
room | Internal Cricket Casino market identifier |
eid | Event ID |
mid | Market ID |
na | Market name |
res | Market result (if declared) |
ra | Rate of the market |
s | Market active status (true = active, false = inactive) |
go | Game over flag (false = game still active, true = game over) |
t | Epoch timestamp in milliseconds |
Usage Notes:
s: falseindicates that the market is inactive, and no further betting is allowed.go: falseimplies that the event/game is still active and ongoing.- The
rakey represents the rate of the market in the casino game.