curl --location --request POST 'https://sandbox.whapi.com/v2/bets/bet/single' \
--header 'apiKey;' \
--header 'apiSecret;' \
--header 'apiTicket;' \
--header 'Content-Type: application/json' \
--data-raw '{
"delayedBetId": "string",
"freeBetId": "string",
"priceDen": 0,
"priceNum": 0,
"priceType": "string",
"selectionId": "string",
"stake": 0,
"type": "string"
}'
{
"placedBets" : [
{
"id" : 51097,
"receipt" : "O/0013333/0000109/F",
"numLines" : 1,
"totalStake" : 2.50,
"placedDateTime" : "2015-12-12T00:11:00"
}
]
}