cURL
curl --request GET \ --url https://v2.55-tech.com/bets/{bet_id} \ --header 'X-ABP-API-KEY: <api-key>'
{ "betId": 67890, "orderId": 12345, "bookmaker": "pinnacle", "betStatus": "CONFIRMED", "settlementStatus": "UNSETTLED", "clientName": "demo", "testBet": false, "requestUuid": "eb45b192-317b-42d5-9f65-af497b9fa8c1", "bookmakerBetId": "3332684214", "placedPrice": 1.97, "placedStake": 10, "placedCurrency": "USD", "placedAt": "2026-02-07T17:29:32+00:00", "userRef": "bettor1234", "account": "my_pinnacle", "sentData": { "stake": 10, "price": 1.95 }, "receivedData": { "betId": "3332684214", "status": "accepted", "price": 1.97 }, "currencyInfo": { "currency": "USD", "currencyValue": 1 } }
Retrieve a single bet by its ID. The bet must belong to the authenticated client.
API key for authentication. Contact admin to obtain a key.
Successfully retrieved bet
Response model for a single bet.