Interface IAdditionalProbabilities
- Namespace
- Sportradar.OddsFeed.SDK.Entities
- Assembly
- Sportradar.OddsFeed.SDK.dll
Additional probability attributes for markets which potentially will be (partly) refunded
public interface IAdditionalProbabilities
Remarks
This is valid only for those markets which are sent with x.0, x.25 and x.75 lines and in addition the "no bet" markets (draw no bet, home no bet, ...)
Properties
HalfLose
The half_lose probability
double? HalfLose { get; }
Property Value
HalfWin
The half_win probability
double? HalfWin { get; }
Property Value
Lose
The lose probability
double? Lose { get; }
Property Value
Refund
The refund probability
double? Refund { get; }
Property Value
Win
The win probability
double? Win { get; }