Callback Api

Customers can expect Bet Decision callback in following structure

FieldTypeDescriptionComment
betIdStringParter bet id
statusStringThe recommendation type. [ACCEPTED, REJECTED, PRICE_CHANGED, PARTIAL]
limitStringThe liability limit for the customer for the betCan be different based on price bands etc…
partialAmountStringThe amount recommended to bet if the status is PARTIAL
reasonStringDescripted string about what happened
reasonCodeStringReason code for unsuccessful bet Mostly will return code
09 - Overridden by intercept
dividendsStringDividends for the whole bet on which decision was madeMostly useful to aknowledge for same race multies
updatedPricesMap[String, String]New prices that changed before the bet has been submitted.
{
  "betId": "b1",
  "status": "ACCEPTED",
  "limit": 2180.024,
  "liabilityLeft": 2180.024,
  "partialAmount": 55.0,
  "reason": "Bet accepted",
  "dividends": 5.0,
  "updatedPrices": {}
}