The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
Thoroughbred:
[
[
{
EventTypeId: 0,
EventTypeDesc: String,
BTEventId: 0,
BMEventId: 0,
BTVenueId: 0,
BMVenueId: 0,
Venue: String,
CountryCode: String,
RaceNumber: 0,
AdvertisedStartTime: 0001-01-01,
ActualStartTime: 0001-01-01,
ResultStatusId: 0,
IsOpenForBetting: False,
EventName: {}
}
]
],
Greyhounds:
[
[
{
EventTypeId: 0,
EventTypeDesc: String,
BTEventId: 0,
BMEventId: 0,
BTVenueId: 0,
BMVenueId: 0,
Venue: String,
CountryCode: String,
RaceNumber: 0,
AdvertisedStartTime: 0001-01-01,
ActualStartTime: 0001-01-01,
ResultStatusId: 0,
IsOpenForBetting: False,
EventName: {}
}
]
],
Trots:
[
[
{
EventTypeId: 0,
EventTypeDesc: String,
BTEventId: 0,
BMEventId: 0,
BTVenueId: 0,
BMVenueId: 0,
Venue: String,
CountryCode: String,
RaceNumber: 0,
AdvertisedStartTime: 0001-01-01,
ActualStartTime: 0001-01-01,
ResultStatusId: 0,
IsOpenForBetting: False,
EventName: {}
}
]
]
}