ParlayLeg
Properties
Name | Type | Required | Description |
---|---|---|---|
SportId | long | ❌ | |
LegBetType | ParlayLegLegBetType | ❌ | Parlay leg type. |
LegBetStatus | ParlayLegLegBetStatus | ❌ | Parlay Leg status. CANCELLED = The leg is canceled- the stake on this leg will be transferred to the next one. In this case the leg will be ignored when calculating the winLoss. LOST = The leg is a loss or a push-lose. When Push-lose happens, the half of the stake on the leg will be pushed to the next leg, and the other half will be a lose. This can happen only when the leg is placed on a quarter points handicap. PUSHED = The leg is a push - the stake on this leg will be transferred to the next one. In this case the leg will be ignored when calculating the winLoss. REFUNDED = The leg is refunded - the stake on this leg will be transferred to the next one. In this case the leg will be ignored when calculating the winLoss. WON = The leg is a won or a push-won. When Push-won happens, the half of the stake on the leg will be pushed to the next leg, and the other half is won. This can happen only when the leg is placed on a quarter points handicap. HALF_WON_HALF_PUSHED = The bet is settled as half won half pushed. Only for asian handicap legs. HALF_LOST_HALF_PUSHED = The bet is settled as half lost half pushed. Only for asian handicap legs. |
LeagueId | long | ❌ | |
EventId | long | ❌ | |
EventStartTime | string | ❌ | Date time when the event starts. |
Handicap | double | ❌ | |
Price | double | ❌ | |
TeamName | string | ❌ | |
Side | ParlayLegSide | ❌ | Side type. |
Team1 | string | ❌ | Wellington Phoenix |
Team2 | string | ❌ | Adelaide United |
PeriodNumber | long | ❌ | |
FtTeam1Score | double | ❌ | Full time team 1 score |
FtTeam2Score | double | ❌ | Full time team 2 score |
PTeam1Score | double | ❌ | End of period team 1 score. If the bet was placed on Game period (periodNumber =0) , this will be null |
PTeam2Score | double | ❌ | End of period team 2 score. If the bet was placed on Game period (periodNumber =0) , this will be null |
CancellationReason | CancellationReason | ❌ | Possible keys : _ correctTeam1Id _ correctTeam2Id _ correctListedPitcher1 _ correctListedPitcher2 _ correctSpread _ correctTotalPoints _ correctTeam1TotalPoints _ correctTeam2TotalPoints _ correctTeam1Score _ correctTeam2Score _ correctTeam1TennisSetsScore _ correctTeam2TennisSetsScore |
ParlayLegLegBetType
Parlay leg type.
Properties
Name | Type | Required | Description |
---|---|---|---|
Moneyline | string | ✅ | "MONEYLINE" |
Spread | string | ✅ | "SPREAD" |
TotalPoints | string | ✅ | "TOTAL_POINTS" |
ParlayLegLegBetStatus
Parlay Leg status. CANCELLED = The leg is canceled- the stake on this leg will be transferred to the next one. In this case the leg will be ignored when calculating the winLoss. LOST = The leg is a loss or a push-lose. When Push-lose happens, the half of the stake on the leg will be pushed to the next leg, and the other half will be a lose. This can happen only when the leg is placed on a quarter points handicap. PUSHED = The leg is a push - the stake on this leg will be transferred to the next one. In this case the leg will be ignored when calculating the winLoss. REFUNDED = The leg is refunded - the stake on this leg will be transferred to the next one. In this case the leg will be ignored when calculating the winLoss. WON = The leg is a won or a push-won. When Push-won happens, the half of the stake on the leg will be pushed to the next leg, and the other half is won. This can happen only when the leg is placed on a quarter points handicap. HALF_WON_HALF_PUSHED = The bet is settled as half won half pushed. Only for asian handicap legs. HALF_LOST_HALF_PUSHED = The bet is settled as half lost half pushed. Only for asian handicap legs.
Properties
Name | Type | Required | Description |
---|---|---|---|
Cancelled | string | ✅ | "CANCELLED" |
Lost | string | ✅ | "LOST" |
Pushed | string | ✅ | "PUSHED" |
Refunded | string | ✅ | "REFUNDED" |
Won | string | ✅ | "WON" |
Accepted | string | ✅ | "ACCEPTED" |
HalfWonHalfPushed | string | ✅ | "HALF_WON_HALF_PUSHED" |
HalfLostHalfPushed | string | ✅ | "HALF_LOST_HALF_PUSHED" |
ParlayLegSide
Side type.
Properties
Name | Type | Required | Description |
---|---|---|---|
Over | string | ✅ | "OVER" |
Under | string | ✅ | "UNDER" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs