Table of Contents

Interface ICalculationFilter

Namespace
Sportradar.OddsFeed.SDK.Entities.Rest.CustomBet
Assembly
Sportradar.OddsFeed.SDK.dll

Provides a probability calculation filter

public interface ICalculationFilter

Properties

AvailableSelections

The available selections

IEnumerable<IAvailableSelectionsFilter> AvailableSelections { get; }

Property Value

IEnumerable<IAvailableSelectionsFilter>

GeneratedAt

DateTime when API response was generated

DateTime? GeneratedAt { get; }

Property Value

DateTime?

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

double

Probability

Gets the probability

double Probability { get; }

Property Value

double