Interface ICalculationFilter
Provides a probability calculation filter
public interface ICalculationFilter
Properties
AvailableSelections
The available selections
IEnumerable<IAvailableSelectionsFilter> AvailableSelections { get; }
Property Value
GeneratedAt
DateTime when API response was generated
DateTime? GeneratedAt { get; }
Property Value
Harmonization
Get the value specifying if the calculation used harmonized method
bool? Harmonization { get; }
Property Value
- bool?
Odds
Gets the odds
double Odds { get; }
Property Value
Probability
Gets the probability
double Probability { get; }