This type of message is sent through AMQP service when
‘Bet_cancel’ is sent when a bet made on a particular market needs to be cancelled and refunded due to an error (which is different to a bet-settlement/refund).
Message structure
.message | |
---|---|
id | Unique identifier for the message |
type | betting_offer_cancel |
source | Internal attribute, please dont use this attribute |
ut | Information about the date and time of when the message was created. Format UNIX_TIMESTAMP |
..data | |
...betting_offer_cancel | |
id | Identifier of the betting offer |
action | Describes type of operation for the event. Possible values:
|
start_time | |
end_time | |