Single Pre-match Bet on 1x2 Market
This single ticket was placed from a web browser, the IP address of the device was 212.7.5.2 and the user interface language was English. The bet is a pre-match bet ("productId": "3") on a simple sport event ("eventId": "sr:match:15050881"), the market is 1X2 ("marketId": "1") and the outcome is away ("outcomeId": "2"). The stake amount is 10.00 euros in cash, which is also the system currency so no currency conversion took place. The ticket contains only one bet (the Bets array length = 1), which further contains only one selection (the Selections array length = 1).
Ticket Placement Request
{
"operatorId": 9985,
"content": {
"type": "ticket",
"ticketId": "Ticket_3691",
"bets": [
{
"selections": [
{
"type": "uf",
"productId": "3",
"eventId": "sr:match:15050881",
"marketId": "1",
"outcomeId": "2",
"odds": {
"type": "decimal",
"value": "1.32"
}
}
],
"stake": [
{
"type": "cash",
"currency": "EUR",
"amount": "10"
}
]
}
],
"context": {
"channel": {
"type": "internet",
"ip": "212.7.5.2",
"lang": "EN"
},
"endCustomer": {
"id": "user_3454"
},
"limitId": 1409
}
},
"correlationId": "H293vAko5E",
"timestampUtc": 1678876155000,
"operation": "ticket-placement",
"version": "3.0"
}Ticket Placement Response
{
"content": {
"type": "ticket-reply",
"signature": "BopIHPOOH0Zxu2JJd/C1h5YtJiklAgUklXKPqlHjWmE=",
"status": "accepted",
"ticketId": "Ticket_3691",
"code": 0,
"message": "Transaction processed",
"betDetails": [
{
"selectionDetails": [
{
"selection": {
"type": "uf",
"productId": "3",
"eventId": "sr:match:15050881",
"marketId": "1",
"outcomeId": "2",
"odds": {
"type": "decimal",
"value": "1.32"
}
},
"code": 0,
"message": "Transaction processed"
}
],
"code": 0,
"message": "Transaction processed"
}
],
"exchangeRate": [
{
"fromCurrency": "EUR",
"toCurrency": "EUR",
"rate": "1.00000"
}
]
},
"correlationId": "H293vAko5E",
"timestampUtc": 1678876156000,
"operation": "ticket-placement",
"version": "3.0"
}Last updated
Was this helpful?