Provider Odds

Modified on Mon, 12 Jun 2023 at 03:41 PM

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 the providers (Chosen by you in your provider list) bets that were part of your STTRADE360 market calculation. 

XML Example

 <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>

Json Example

  "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

ElementData TypeDescription
IdintProvider Id
NamestringProvider name
LastUpdateDateTimeLast time any market field updated

Bets

ElementData TypeDescription
NameintProvider's bet name
StatusenumProvider's bet status
StartPricedoubleCurrent provider's fair price
PricedoubleCurrent provider's bet price
LastUpdateDateTimeLast time bet price was updated from the provider

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article