Interface AdditionalProbabilities
- All Known Implementing Classes:
AdditionalProbabilitiesImpl
public interface AdditionalProbabilities
Additional probability attributes for markets which potentially will be (partly) refunded
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, ...)
-
Method Details
-
getWin
Double getWin()The win probability- Returns:
- the win probability
-
getLose
Double getLose()The lose probability- Returns:
- the lose probability
-
getHalfWin
Double getHalfWin()The half win probability- Returns:
- the half win probability
-
getHalfLose
Double getHalfLose()The half lose probability- Returns:
- the half lose probability
-
getRefund
Double getRefund()The refund probability- Returns:
- the refund probability
-