Don Best Sports

In Play Data Service

Schedule of events

The xml inplay schedule is available via http. It provides a list of Events which are scheduled to be covered by our in-play service in the coming days. In-play events are always made up of two participants, participants are assigned as either Home or Away and referenced by a Rotation Number schedule sample

The schedule is refreshed once a day at approximately 08:00 UTC / 2AM PST. It can also be updated periodically through the day, refreshing every 30 minutes to 1 hour should be sufficient. We provde a list of Teams, Leages and Location information to aid in mapping events.

Suspension

We accomplish suspension of markets in one of two ways. The first is to send zero values to all the selections of a particular market.

Puck Line Suspension
<line rot="55" timestamp="14-10-14T02:08:15+0000" period_id="1" period="FG" event_id="392232" sportsbook="408" description="CURRENT" league_id="7" sport_id="4">
 	<ps away_spread="0.00" away_price="0" home_spread="0.00" home_price="0"/>
</line>
Money Line Suspension
<line rot="55" timestamp="14-10-14T02:08:35+0000" period_id="1" period="FG" event_id="392232" sportsbook="408" description="CURRENT" league_id="7" sport_id="4">
	<ml away_price="0" home_price="0" draw_price="0"/>
</line>
Total Line Suspension
<line rot="55" timestamp="14-10-14T02:08:15+0000" period_id="1" period="FG" event_id="392232" sportsbook="408" description="CURRENT" league_id="7" sport_id="4">
	<total total="0.00" over_price="0" under_price="0"/>
</line>

Full Period Suspension

<take_down event_id=“392232" rot="1" sportsbook=“408" period_id="1" time="14-10-14T02:08:40+0000" league_id="7" sport_id="4"/>
period_id=“1” refers to FG (full game), this message reads “All Full Game markets should be suspended".

Scores & Settlement

Matchup Score Delta score updates. Sent via activeMQ, they contain granular basic score updates. ActiveMQ

Period_Score Summary score updates. Contain period score summaries, summaries are updated after the score has been confirmed. ActiveMQ, HTTP

Score Feed XML file showing current scores as well as period summary. HTTP