This type of message is sent through AMQP service when result of outcome is known or when a previously sent result of outcome contains error and need to be updated.
Message structure
.message | |
---|---|
id | Unique identifier for the message |
type | outcome_result |
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 | |
...outcome_result | |
id | Identifier of the outcome |
betting_offer_id | Identifier of the betting_offer related with this outcome. The complete list of possible betting_offer can be retrieved using the API resource: betting-offers.index |
action | Describes type of operation for the outcome result. Possible values:
|
result | Describe result of the outcome. Possible values:
Possible empty value for outcomes yet to be settled. |
wrong_message_id | Identifier for the message which contains incorrect information. Available only when action attribute is update. For action insert it's empty value |