Skip to main content

Example Payloads

Single Bet: Bet Type = Win, Place

Example: win

// Payload #1 of 1
{
"meeting_id":"191838",
"race_number":2,
"bets":[
{
"id":12345,
"time":"2021-07-07T17:28:02+10:00",
"type":"win",
"runner_number":2,
"user_id":"789",
"user_name":"JohnSmith",
"user_state":"VIC",
"info_type":"Mid Tote",
"medium":"Internet",
"resulted":true,
"status":"Paid",
"amount":100,
"price":10,
"payout":0,
"net_result":100
}
]
}

Multi Bet: Bet Type = Multi

Example: multi with 2 legs (terminal)

// Payload #1 of 2
{
"meeting_id":"188972",
"race_number":2,
"bets":[
{
"id":12345,
"leg":1,
"time":"2021-06-01T11:14:29+10:00",
"type":"multi",
"runner_number":2,
"terminal_id":"789123",
"user_id":"cash",
"user_state":"QLD",
"info_type":"Fixed Odds",
"medium":"NativeApp",
"resulted":true,
"status":"Paid",
"amount":6,
"price":1.55,
"payout":14.415,
"net_result":-8.415
}
]
}

// Payload #2 of 2
{
"meeting_id":"188972",
"race_number":3,
"bets":[
{
"id":12345,
"leg":2,
"time":"2021-06-01T11:14:29+10:00",
"type":"multi",
"runner_number":4,
"terminal_id": "789123",
"user_id":"cash",
"user_state":"QLD",
"info_type":"Fixed Odds",
"medium":"NativeApp",
"resulted":true,
"status":"Paid",
"amount":6,
"price":1.55,
"payout":14.415,
"net_result":-8.415
}
]
}

Single Race Exotic: Bet Type = Exacta, Quinella, Trifecta, First4

Example: quinella

// Payload # 1 of 1
{
"meeting_id":"191759",
"race_number":2,
"bets":[
{
"id":12345,
"time":"2021-07-06T13:50:06+10:00",
"type":"quinella",
"exotics_selection":"1, 2, 3",
"user_id":"789",
"user_name":"JohnSmith",
"user_state":"SA",
"info_type":"SuperTab",
"medium":"Internet",
"resulted":true,
"status":"Paid",
"amount":3.333333333333333,
"payout":0,
"price":4.9,
"net_result":3.333333333333333
}
]
}

Multi Race Exotic: Bet Type = Double, Quadrella

Example: quadrella

// Payload #1 of 4
{
"meeting_id":"190372",
"race_number":6,
"bets":[
{
"id":12345,
"leg":1,
"time":"2021-06-17T13:51:44+10:00",
"type":"quaddie",
"exotics_selection":"4 / 6 , 8 / 4 , 5 , 9 / 5 , 6 , 7 , 8 , 13",
"user_id":"789",
"user_name":"JohnSmith",
"user_state":"VIC",
"info_type":"SuperTab",
"medium":"Internet",
"resulted":true,
"status":"Paid",
"amount":0.45454545454545453,
"price":0,
"payout":0,
"net_result":0.45454545454545453
}
]
}

// Payload #2 of 4
{
"meeting_id":"190372",
"race_number":7,
"bets":[
{
"id":12345,
"leg":2,
"time":"2021-06-17T13:51:44+10:00",
"type":"quaddie",
"exotics_selection":"4 / 6 , 8 / 4 , 5 , 9 / 5 , 6 , 7 , 8 , 13",
"user_id":"789",
"user_name":"JohnSmith",
"user_state":"VIC",
"info_type":"SuperTab",
"medium":"Internet",
"resulted":true,
"status":"Paid",
"amount":0.45454545454545453,
"price":9,
"payout":0,
"net_result":0.45454545454545453
}
]
}

// Payload #3 of 4
{
"meeting_id":"190372",
"race_number":8,
"bets":[
{
"id":12345,
"leg":3,
"time":"2021-06-17T13:51:44+10:00",
"type":"quaddie",
"exotics_selection":"4 / 6 , 8 / 4 , 5 , 9 / 5 , 6 , 7 , 8 , 13",
"user_id":"789",
"user_name":"JohnSmith",
"user_state":"VIC",
"info_type":"SuperTab",
"medium":"Internet",
"resulted":true,
"status":"Paid",
"amount":0.45454545454545453,
"price":9,
"payout":0,
"net_result":0.45454545454545453
}
]
}

// Payload #4 of 4
{
"meeting_id":"190372",
"race_number":9,
"bets":[
{
"id":13245,
"leg":4,
"time":"2021-06-17T13:51:44+10:00",
"type":"quaddie",
"exotics_selection":"4 / 6 , 8 / 4 , 5 , 9 / 5 , 6 , 7 , 8 , 13",
"user_id":"789",
"user_name":"JohnSmith",
"user_state":"VIC",
"info_type":"SuperTab",
"medium":"Internet",
"resulted":true,
"status":"Paid",
"amount":0.45454545454545453,
"price":9,
"payout":0,
"net_result":0.45454545454545453
}
]
}

More complex example

Example: with betback and all optional fields provided

// Payload #1 of 1
{
"meeting_id":"191838",
"race_number":2,
"bets":[
{
"id":12345,
"source":"ZZF",
"leg":1,
"time":"2021-07-07T17:28:02+10:00",
"type":"win",
"runner_number":2,
"exotics_selection":"",
"user_id":"789",
"user_name":"JohnSmith",
"user_state":"VIC",
"info_type":"Mid Tote",
"medium":"Internet",
"resulted":true,
"status":"Paid",
"bonus":false,
"back_indicator":true,
"bet_back_id": "820646701a6dd760b734cb16c41ba3a975b05b38",
"bet_back_agency":"Betfair (Exchange)",
"bet_back_amount":550,
"bet_back_revenue":0,
"bet_back_date":"2021-07-07T18:13:53+10:00",
"amount":2500,
"price":2.6,
"payout":0,
"net_result":2500
}
]
}