Class OddsGenerationImpl
java.lang.Object
com.sportradar.unifiedodds.sdk.internal.impl.entities.OddsGenerationImpl
- All Implemented Interfaces:
OddsGeneration
Represents odds generation properties
-
Constructor Summary
ConstructorsConstructorDescriptionOddsGenerationImpl(com.sportradar.uf.datamodel.UfOddsGenerationProperties oddsGenerationProperties) -
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?)
-
Constructor Details
-
OddsGenerationImpl
public OddsGenerationImpl(com.sportradar.uf.datamodel.UfOddsGenerationProperties oddsGenerationProperties)
-
-
Method Details
-
getExpectedTotals
Returns the expected totals (how many goals are expected in total?)- Specified by:
getExpectedTotalsin interfaceOddsGeneration- Returns:
- the expected totals (how many goals are expected in total?)
-
getExpectedSupremacy
Returns the expected supremacy (how big is the expected goal supremacy)- Specified by:
getExpectedSupremacyin interfaceOddsGeneration- Returns:
- the expected supremacy (how big is the expected goal supremacy)
-