Provider Odds

By default, all TRADE clients receive access to Provider Odds, which are visible only in the Logs View of each market update. This view displays the original raw odds by each selected provider in your provider list.

If you're using a Provider Odds+, you have access to ProviderMarket data directly in your feed, and the logs will reflect your full messages

  "ProviderOdds": [
              {
                "Id": 8,
                "Name": "Bet365",
                "LastUpdate": "2020-05-21T08:46:25.8354082Z",
                "Bets": [
                  {
                    "Name": "1",
                    "Status": 1,
                    "StartPrice": "5.29",
                    "Price": "4.75",
                    "LastUpdate": "2020-05-21T08:46:25.8354082Z"
                  },
                  {
                    "Name": "2",
                    "Status": 1,
                    "StartPrice": "1.75",
                    "Price": "1.571",
                    "LastUpdate": "2020-05-21T08:46:25.8354082Z"
                  },
                  {
                    "Name": "X",
                    "Status": 1,
                    "StartPrice": "4.176",
                    "Price": "3.75",
                    "LastUpdate": "2020-05-21T08:46:25.8354082Z"
                  }
                ]
              }
            ]

Provider Odds

Element

Data Type

Description

Id

int

Provider Id

Name

string

Provider name

LastUpdate

DateTime

Last time any market field updated

Bets

Element

Data Type

Description

Name

int

Provider's bet name

enum

Provider's bet status

StartPrice

double

Current provider's fair price

Price

double

Current provider's bet price

LastUpdate

DateTime

Last time bet price was updated from the provider

Last updated

Was this helpful?