Table of Contents

Interface ICalculation

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

Provides a probability calculation

public interface ICalculation

Properties

AvailableSelections

The available selections

IEnumerable<IAvailableSelections> AvailableSelections { get; }

Property Value

IEnumerable<IAvailableSelections>

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