Sample data
{
"venue": "IPSWICH",
"meetingId": 1397808,
"eventNumber": 7,
"eventId": "1397808-7",
"status": "FINAL",
"source": "RBHQ",
"host": "RBHQ",
"dateCreated": "2022-11-28T02:47:52.1430238Z",
"results": [
{
"runnerNumber": 3,
"outcomeName": null,
"finalPosition": 1,
"payoutFactor": 1,
"payoutFactors": {
"winPayoutFactor": 1,
"place2PayoutFactor": 1,
"place3PayoutFactor": 1,
"place4PayoutFactor": 1
}
},
{
"runnerNumber": 1,
"outcomeName": null,
"finalPosition": 2,
"payoutFactor": 1,
"payoutFactors": {
"place2PayoutFactor": 1,
"place3PayoutFactor": 1,
"place4PayoutFactor": 1
}
},
{
"runnerNumber": 5,
"outcomeName": null,
"finalPosition": 3,
"payoutFactor": 1,
"payoutFactors": {
"place3PayoutFactor": 1,
"place4PayoutFactor": 1
}
},
{
"runnerNumber": 7,
"outcomeName": null,
"finalPosition": 4,
"payoutFactor": 1,
"payoutFactors": {
"place4PayoutFactor": 1
}
}
],
"dividends": [
{
"wageringProduct": "SP",
"poolDividends": [
{
"selections": [
3
],
"amount": 4.6
}
]
}
]
}
Key | Type | Sample | Comments |
---|---|---|---|
venue | String | SUNSHINE COAST | The venue Name |
meetingId | Numeric | 1355916 | Unique ID for a meeting |
eventNumber | Numeric | 2 | Event Number of the Meeting |
eventId | String | 1377868:8 | Unique event id string |
status | String | INTERIM | |
source | String | RBHQ | The source of the results |
dateCreated | DateTime | 2022-02-19T06:40:22.8782107Z | Date and Time |
Results (Array) | Depending on the number of final positions | ||
runnerNumber | Numeric | 3 | Number of the runner |
outcomeName | String | Penfriend | Name of the runner |
finalPosition | Numeric | 1 | Position of the runner |
payoutFactor | Numeric | 1 | In the event of dead heats, multiply the relevant dividend with the matching payout factor e.g. Multiply the "place3PayoutFactor" value with the "place3" price |
dividends (Array) | |||
wageringProduct | String | SP | Can be different types of products including Totes products |
poolDividends (Array) | |||
selections | Array of Numbers | [6] | |
amount | Numeric | 7.5 |