LogoLogo
FeedsIntelligenceEngagementsHelpHome
TRADE360 User Guide
TRADE360 User Guide
  • Configuration
    • General
    • User Avatar
    • Provider List
    • Package
    • Templates
    • Odds Ladders
    • Notifications
    • Release Notes and Feature Requests
    • Support Center Page
  • Booking events and Odds settings
    • Fixture Ordering
    • Odds Settings
    • Max number of lines
    • Provider Coverage
  • Operational
    • Trading Floor
    • Fixture Logs
      • Provider Odds
      • Calculated Margin
Powered by GitBook
On this page

Was this helpful?

  1. Operational
  2. Fixture Logs

Provider Odds

The provider's odds are part of the FixtureMarket update and available to view only at the logs view and not part of the feed you received via the RMQ. It includes all selected providers from your provider list and all their bets, regardless of your configured line settings, that contributed to the TRADE360 market calculation.

 <ProviderOdds>
          <Id>8</Id>
          <Name>Bet365</Name>
          <LastUpdate>2020-05-21T08:46:25.8354082Z</LastUpdate>
          <Bets>
            <Name>1</Name>
            <Status>1</Status>
            <StartPrice>5.29</StartPrice>
            <Price>4.75</Price>
            <LastUpdate>2020-05-21T08:46:25.8354082Z</LastUpdate>
          </Bets>
          <Bets>
            <Name>2</Name>
            <Status>1</Status>
            <StartPrice>1.75</StartPrice>
            <Price>1.571</Price>
            <LastUpdate>2020-05-21T08:46:25.8354082Z</LastUpdate>
          </Bets>
          <Bets>
            <Name>X</Name>
            <Status>1</Status>
            <StartPrice>4.176</StartPrice>
            <Price>3.75</Price>
            <LastUpdate>2020-05-21T08:46:25.8354082Z</LastUpdate>
          </Bets>
</ProviderOdds>
  "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

PreviousFixture LogsNextCalculated Margin

Last updated 6 months ago

Was this helpful?

Status