Odds Types (Including Rejections)
The following ticket examples cover the five different odds types:
Fractional
Moneyline (American)
Hong Kong
Indonesian
Malay
More information about different odds types can be found here.
For rejected tickets, the odds contained in the response's message fields are presented in decimal odds format.
Fractional odds
Accepted Ticket Placement Request
{
"operatorId": 122253,
"content": {
"type": "ticket",
"ticketId": "Ticket_701943",
"bets": [
{
"selections": [
{
"type": "uf",
"productId": "3",
"eventId": "sr:match:57687887",
"marketId": "83",
"outcomeId": "2",
"odds": {
"type": "fractional",
"numerator": "10",
"denominator": "9"
}
}
],
"betId": "Ticket_701943-0",
"stake": [
{
"type": "cash",
"currency": "EUR",
"amount": "100"
}
],
"context": {
"oddsChange": "none"
}
}
],
"context": {
"channel": {
"type": "internet",
"ip": "127.0.0.1",
"lang": "EN"
},
"endCustomer": {
"id": "106"
},
"limitId": 102319
}
},
"correlationId": "MTS_Ticket_701943",
"timestampUtc": 1739426565470,
"operation": "ticket-placement",
"version": "3.0"
}Accepted Ticket Placement Response
{
"content": {
"type": "ticket-reply",
"message": "Transaction processed",
"code": 0,
"signature": "Mio1jWL4DH0H3R15vmko/AOEhNoKKSptP8kAzOkvu0TiA2ie8GfRsoOb1VCak2LWYz9Q5zLdIM7AtotT",
"ticketId": "Ticket_701943",
"status": "accepted",
"betDetails": [
{
"code": 0,
"message": "Transaction processed",
"betId": "Ticket_701943-0",
"selectionDetails": [
{
"code": 0,
"message": "Transaction processed",
"selection": {
"type": "uf",
"productId": "3",
"eventId": "sr:match:57687887",
"marketId": "83",
"specifiers": "",
"outcomeId": "2",
"odds": {
"type": "fractional",
"numerator": "10",
"denominator": "9"
}
}
}
]
}
],
"exchangeRate": [
{
"fromCurrency": "EUR",
"toCurrency": "EUR",
"rate": "1.0"
}
]
},
"correlationId": "MTS_Ticket_701943",
"timestampUtc": 1739426885443,
"operation": "ticket-placement",
"version": "3.0"
}
Moneyline (American) odds
Hong Kong odds
Indonesian odds
Malay odds
Last updated
Was this helpful?