Interface OddsGeneration
- All Known Implementing Classes:
OddsGenerationImpl
public interface OddsGeneration
Provided by the prematch odds producer only, and contains a few key-parameters that can be used in a client’s own special odds model, or even offer spread betting bets based on it.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the expected supremacy (how big is the expected goal supremacy)Returns the expected totals (how many goals are expected in total?)
-
Method Details
-
getExpectedTotals
Double getExpectedTotals()Returns the expected totals (how many goals are expected in total?)- Returns:
- the expected totals (how many goals are expected in total?)
-
getExpectedSupremacy
Double getExpectedSupremacy()Returns the expected supremacy (how big is the expected goal supremacy)- Returns:
- the expected supremacy (how big is the expected goal supremacy)
-