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)
| Key | Description |
|---|---|
room | Internal Player Race market identifier |
eid | Event ID |
mid | Market ID |
na | Market name |
res | Market result (if declared) |
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.