Skip to main content

PlaceParlayBetResponse

Properties

NameTypeRequiredDescription
StatusPlaceParlayBetResponseStatusStatus of the response.
ErrorCodePlaceParlayBetResponseErrorCodeWhen Status is PROCESSED_WITH_ERROR, provides a code indicating the specific problem. ABOVE_MAX_BET_AMOUNT = Stake is above allowed maximum amount, ALL_BETTING_CLOSED = Betting is not allowed at this moment, BELOW_MIN_BET_AMOUNT = Stake is below allowed minimum amount, BLOCKED_BETTING = Betting is suspended for the client, BLOCKED_CLIENT = Client is no longer active, INSUFFICIENT_FUNDS = Bet is submitted by a client with insufficient funds, INVALID_COUNTRY = Client country is not allowed for betting, INVALID_LEGS = One or more legs are invalid, INVALID_ODDS_FORMAT = If a bet was submitted with the odds format that is not allowed for the client, INVALID_ROUND_ROBIN_OPTIONS = Round robin options are invalid (i.e. does not match with number of legs), ROUND_ROBIN_DISALLOWED = Round robin is disallowed for one of the leagues, TOO_MANY_LEGS = Maximum of 10 legs can be specified, TOO_FEW_LEGS = At least 2 legs are required for Parlay, RESPONSIBLE_BETTING_LOSS_LIMIT_EXCEEDED = Client has reached his total loss limit, RESPONSIBLE_BETTING_RISK_LIMIT_EXCEEDED = Client has reached his total risk limit, INVALID_REQUEST = Request has invalid parameters, DUPLICATED_REQUEST = Request with the same uniqueRequestId was already processed. Please set the new value if you still want the request to be processed, SYSTEM_ERROR_3 = Unexpected error
BetIdlongId of a newly created bet.
UniqueRequestIdstringUnique identifier provided in the request.
RoundRobinOptionWithOddsList<RoundRobinOptionWithOdds>Provides array with all acceptable Round Robin options with parlay odds for that option.
MaxRiskStakedoubleMaximum stake amount
MinRiskStakedoubleMinimum stake amount
ValidLegsList<ParlayLegResponse>Collection of valid legs (format described below). Can be empty if no valid legs found.
InvalidLegsList<ParlayLegResponse>The collection of legs that resulted in error (format described below). Can be empty if no invalid legs found.

PlaceParlayBetResponseStatus

Status of the response.

Properties

NameTypeRequiredDescription
Acceptedstring"ACCEPTED"
ProcessedWithErrorstring"PROCESSED_WITH_ERROR"

PlaceParlayBetResponseErrorCode

When Status is PROCESSED_WITH_ERROR, provides a code indicating the specific problem. ABOVE_MAX_BET_AMOUNT = Stake is above allowed maximum amount, ALL_BETTING_CLOSED = Betting is not allowed at this moment, BELOW_MIN_BET_AMOUNT = Stake is below allowed minimum amount, BLOCKED_BETTING = Betting is suspended for the client, BLOCKED_CLIENT = Client is no longer active, INSUFFICIENT_FUNDS = Bet is submitted by a client with insufficient funds, INVALID_COUNTRY = Client country is not allowed for betting, INVALID_LEGS = One or more legs are invalid, INVALID_ODDS_FORMAT = If a bet was submitted with the odds format that is not allowed for the client, INVALID_ROUND_ROBIN_OPTIONS = Round robin options are invalid (i.e. does not match with number of legs), ROUND_ROBIN_DISALLOWED = Round robin is disallowed for one of the leagues, TOO_MANY_LEGS = Maximum of 10 legs can be specified, TOO_FEW_LEGS = At least 2 legs are required for Parlay, RESPONSIBLE_BETTING_LOSS_LIMIT_EXCEEDED = Client has reached his total loss limit, RESPONSIBLE_BETTING_RISK_LIMIT_EXCEEDED = Client has reached his total risk limit, INVALID_REQUEST = Request has invalid parameters, DUPLICATED_REQUEST = Request with the same uniqueRequestId was already processed. Please set the new value if you still want the request to be processed, SYSTEM_ERROR_3 = Unexpected error

Properties

NameTypeRequiredDescription
AboveMaxBetAmountstring"ABOVE_MAX_BET_AMOUNT"
AllBettingClosedstring"ALL_BETTING_CLOSED"
BelowMinBetAmountstring"BELOW_MIN_BET_AMOUNT"
BlockedBettingstring"BLOCKED_BETTING"
BlockedClientstring"BLOCKED_CLIENT"
InsufficientFundsstring"INSUFFICIENT_FUNDS"
InvalidCountrystring"INVALID_COUNTRY"
InvalidLegsstring"INVALID_LEGS"
InvalidOddsFormatstring"INVALID_ODDS_FORMAT"
InvalidRoundRobinOptionsstring"INVALID_ROUND_ROBIN_OPTIONS"
RoundRobinDisallowedstring"ROUND_ROBIN_DISALLOWED"
TooManyLegsstring"TOO_MANY_LEGS"
TooFewLegsstring"TOO_FEW_LEGS"
ResponsibleBettingRiskLimitExceededstring"RESPONSIBLE_BETTING_RISK_LIMIT_EXCEEDED"
ResponsibleBettingLossLimitExceededstring"RESPONSIBLE_BETTING_LOSS_LIMIT_EXCEEDED"
InvalidRequeststring"INVALID_REQUEST"
DuplicatedRequeststring"DUPLICATED_REQUEST"
SystemError3string"SYSTEM_ERROR_3"

Build Your Own SDKs with  liblab

Build developer friendly SDKs in minutes from your APIs

Start for Free →