Data Dictionary

Below you will find a list of all data points that are contained within each feed that we offer. If any of the information provided below is unclear, or if you have a specific question, please contact support.

Go to our developer portal for a full list of operations including deprecated, legacy and test endpoints.

All dates & times are in US Eastern Time.

Filter by a Subfeed...
Download CSV
This table is used in the following endpoints:
Name Type Size Nullable Scrambled CSV Description
RecordID
from 2021
integer 32 No No No The ID of the record. Unique only within the same entity type (i.e. BettingMarketType Ids overlap with BettingBetType Ids).
Name
from 2021
string 100 No No No Denotes the name of the type (e.g. Betting Market Type, Betting Event Type, Betting Period Type)
Active bool 32 Yes No No Whether or not this market is currently in use
This table is used in the following endpoints:
Name Type Size Nullable Scrambled CSV Description
BettingBetTypes
from 2021
BettingEntityMetadata[] 32 Yes No No The list of the bet types that can be found within a market (e.g. Race Winner; Top 3 Finish)
BettingMarketTypes
from 2021
BettingEntityMetadata[] 32 Yes No No A list of the possible market types within a betting event (e.g. Race Line; Drive Future)
BettingPeriodTypes
from 2021
BettingEntityMetadata[] 32 Yes No No A list of the possible period types within a betting event (e.g. Race; Truck Series; Cup Series)
BettingEventTypes
from 2021
BettingEntityMetadata[] 32 Yes No No A list of the possible BettingEventTypes
BettingOutcomeTypes
from 2021
BettingEntityMetadata[] 32 Yes No No A list of the possible betting outcomes types (e.g. Yes; No)
Name Type Size Nullable Scrambled CSV Description
BettingEventID
from 2021
int 32 No No No The unique ID assocated with the betting event
Name
from 2021
string 32 Yes No Yes The name of this betting event
Season
from 2021
int 32 Yes No Yes The season of this betting event
BettingEventTypeID
from 2021
int 32 No No No The ID associated with the type of betting event
BettingEventType
from 2021
string 32 No No No Indicates the type of betting event
StartDate
from 2021
datetime Yes No Yes The last day for betting on this event
Created
from 2021
datetime Yes No No The date/time when this betting event was created (in US Eastern Time)
Updated
from 2021
datetime Yes No Yes The last updated date of this betting event
RaceID
from 2021
int 32 Yes No No The unique ID of the race tied to this event
BettingMarkets
from 2020
BettingMarket[] 32 Yes No No A list of the possible betting markets within a betting event
Name Type Size Nullable Scrambled CSV Description
BettingMarketID
from 2021
int 32 No No No The unique ID associated with the betting market
BettingEventID
from 2021
int 32 No No No The unique ID associated with the betting market within the betting event
BettingMarketTypeID
from 2021
int 32 Yes Yes No The ID that distinguishes the different types of Market Types
BettingMarketType
from 2021
string 32 Yes Yes No The name of the market type within a market (e.g. Race Prop, Driver Future, Race Line, etc.)
BettingBetTypeID
from 2021
int 32 Yes Yes No The ID associated with the name of the bet type within a market
BettingBetType
from 2021
string 32 Yes Yes No The name of the bet type within a market (e.g. Tournament Winner, Best Score, etc.)
BettingPeriodTypeID
from 2021
int 32 Yes Yes No The BettingPeriodTypeID of this type of market which we can result
BettingPeriodType
from 2021
string 32 Yes Yes No The name of the period type of this market
Name
from 2021
string 32 Yes No No The name of this betting market
DriverID
from 2021
int 32 Yes Yes No The unique ID of the driver tied to this market (if applicable)
DriverName
from 2021
string 32 Yes Yes Yes The name of the driver tied to this market (if applicable)
Created
from 2021
datetime 32 Yes No No The date/time when this betting market was created (in US Eastern Time)
Updated
from 2021
datetime 32 Yes No No The last updated date of this market
AvailableSportsbooks
from 2021
Sportsbook[] 32 Yes No Yes The sportsbooks that have had odds in this market
AnyBetsAvailable
from 2021
bool 32 Yes No No Shows if any bets are currently available for betting in this market
BettingOutcomes
from 2021
BettingOutcome[] 32 Yes No No A list of the possible betting outcomes from each sportsbook in this market
Name Type Size Nullable Scrambled CSV Description
BettingOutcomeID
from 2021
int 32 Yes No No The unique ID associated with this specific outcome
BettingMarketID
from 2021
int 32 Yes No No The unique ID associated with the betting market
SportsBook
from 2021
Sportsbook 32 Yes No Yes The sportsbook offering this outcome for betting
BettingOutcomeTypeID
from 2021
int 32 Yes Yes No The ID of this specific outcome type
BettingOutcomeType
from 2021
string 32 Yes Yes No The name of betting outcome type
PayoutAmerican
from 2021
int 32 Yes Yes No The American odds payout
PayoutDecimal
from 2021
decimal 32 Yes Yes Yes The decimal odds payout
Value
from 2021
decimal 32 Yes Yes Yes The number associated with the outcome (spread/total/etc)
Participant
from 2021
string 32 Yes No Yes The name of the participant (typically team or player) associated with the outcome. NOTE: This is provided by the sportsbook. In the case of Player odds, we highly recommend using PlayerID as names of players can be inconsistent between sportsbooks.
IsAvailable
from 2021
bool 32 Yes No No Denotes whether or not the betting outcome is currently available
IsAlternate
from 2021
bool 32 Yes No No Denotes whether or not the betting outcome is an alternate line
Created
from 2021
datetime 32 Yes No No The date/time when this betting outcome was created (in US Eastern Time)
Updated
from 2021
datetime 32 Yes No Yes The last updated date of the outcome
Unlisted
from 2021
datetime 32 Yes No Yes The datetime the outcome was unlisted (no longer available for bets)
DriverID
from 2021
int 32 Yes Yes No The unique ID of the driver tied to this outcome (if applicable)
SportsbookUrl
from 2021
string 500 Yes Yes Yes The URL for sportsbook event
GroupKey
from 2021
int 32 Yes No No A key to identify outcomes which are related and part of the same offering at a sportsbook (for instance; with Group markets; this key would identify all the options for a particular group of drivers)
IsInPlayRaceOdd
from 2021
bool 32 Yes No No Indicates if this outcome is considered in-play/live (was created after the race start date)
SportsbookMarketID string 100 Yes Yes No The market ID on the given sportsbook for deeplinking (when available)
SportsbookOutcomeID string 100 Yes Yes No The outcome ID on the given sportsbook for deeplinking (when available)
Name Type Size Nullable Scrambled CSV Description
DriverID integer 32 No No Yes The unique ID of this driver (assigned by SportsDataIO)
FirstName string 50 No No Yes The driver's first name
LastName string 50 No No Yes The driver's last name
Number integer 32 Yes No Yes The driver's car number
NumberDisplay string 10 Yes No Yes The driver's car number for display purposes (with leading zeros when necessary)
Team string 100 Yes No Yes The driver's team name
BirthDate date Yes No No The driver's birthdate
BirthPlace string 100 Yes No No The driver's birthplace
Gender string 10 Yes No Yes The driver's gender
Height integer 32 Yes No Yes The driver's height
Weight integer 32 Yes No Yes The driver's weight
Manufacturer string 50 Yes No Yes The manufacturer of the driver's car
Engine string 50 Yes No Yes The engine type of the driver's car
Chassis string 50 Yes No Yes The chassis of the driver's car
Sponsors string 100 Yes No Yes The names of the sponsor(s) of the driver
CrewChief string 50 Yes No Yes The name of the crew chief for the driver
PhotoUrl string 250 Yes No Yes This field is deprecated. Photos are no longer available through it. Headshots are now delivered through IMAGN. Please see our Headshots products for further information.
Updated datetime Yes No Yes The date/time when this driver was last updated
Created datetime Yes No No The date/time when this driver was created (in US Eastern Time)
This table is used in the following endpoints:
Name Type Size Nullable Scrambled CSV Description
DriverID integer 32 No No Yes The unique ID of this driver (assigned by SportsDataIO)
FirstName string 50 No No Yes The driver's first name
LastName string 50 No No Yes The driver's last name
Number integer 32 Yes No Yes The driver's car number
NumberDisplay string 10 Yes No Yes The driver's car number for display purposes (with leading zeros when necessary)
Team string 100 Yes No Yes The driver's team name
BirthDate date Yes No No The driver's birthdate
BirthPlace string 100 Yes No No The driver's birthplace
Gender string 10 Yes No Yes The driver's gender
Height integer 32 Yes No Yes The driver's height
Weight integer 32 Yes No Yes The driver's weight
Manufacturer string 50 Yes No Yes The manufacturer of the driver's car
Engine string 50 Yes No Yes The engine type of the driver's car
Chassis string 50 Yes No Yes The chassis of the driver's car
Sponsors string 100 Yes No Yes The names of the sponsor(s) of the driver
CrewChief string 50 Yes No Yes The name of the crew chief for the driver
Updated datetime Yes No Yes The date/time when this driver was last updated
Created datetime Yes No No The date/time when this driver was created (in US Eastern Time)
Name Type Size Nullable Scrambled CSV Description
StatID integer 32 No No Yes The unique ID of this stat record
DriverID integer 32 No No Yes The unique ID of this driver
Season integer 32 No No Yes The season that this race is associated with
Name string 50 Yes No No The driver's full name
Number integer 32 Yes No Yes The driver's car number
NumberDisplay string 10 Yes No Yes The driver's car number for display purposes (with leading zeros when necessary)
Manufacturer string 50 Yes No Yes The manufacturer of the driver's car
DraftKingsSalary integer 32 Yes Yes Yes The DraftKings salary of the driver for this race
RaceID integer 32 Yes No Yes The unique ID of this race
Day date No No Yes The day of this race
DateTime datetime Yes No Yes The date/time of this race
Updated datetime Yes No Yes The date/time when this record was last updated
Created datetime Yes No Yes The date/time when this record was created (in US Eastern Time)
FantasyPoints decimal 32 Yes Yes Yes The fantasy points scored by this driver
FantasyPointsDraftKings decimal 32 Yes Yes Yes The fantasy points scored by this driver, according to the DraftKings scoring system
QualifyingSpeed decimal 32 Yes Yes Yes The fastest speed of this driver's car during the qualifying race
PoleFinalPosition decimal 32 Yes Yes Yes The final position this driver finished in the qualifying
StartPosition decimal 32 Yes Yes Yes The driver's starting position for the race (typically the same as the PoleFinalPosition)
FinalPosition decimal 32 Yes Yes Yes The driver's final position for the race
PositionDifferential decimal 32 Yes Yes Yes The driver's differential between their final position and their starting position
Laps decimal 32 Yes Yes Yes The total number of laps completed by the driver
LapsLed decimal 32 Yes Yes Yes The total number of laps that this driver completed while in first place
FastestLaps decimal 32 Yes Yes Yes The total number of laps that this driver finished fastest
Points decimal 32 Yes Yes Yes The total points scored by this driver
Bonus decimal 32 Yes Yes Yes The total bonus points scored by this driver
Penalty decimal 32 Yes Yes Yes The total penalty points applied to this driver
Wins decimal 32 Yes Yes Yes Indicates whether this driver won the race
Poles decimal 32 Yes Yes Yes Indicates whether this driver finished first in qualifying. Note this field will be either 1 (finished first) or 0 (did not finish first).
CurrentPosition decimal 32 Yes Yes Yes Driver's current position in the race; updated live
Name Type Size Nullable Scrambled CSV Description
StatID integer 32 No No Yes The unique ID of this stat record
DriverID integer 32 No No Yes The unique ID of this driver
Season integer 32 No No Yes The season that this race is associated with
Name string 50 Yes Yes No The driver's full name
Number integer 32 Yes Yes Yes The driver's car number
NumberDisplay string 10 Yes Yes Yes The driver's car number for display purposes (with leading zeros when necessary)
Manufacturer string 50 Yes Yes Yes The manufacturer of the driver's car
StartPosition decimal 32 Yes Yes Yes The driver's starting position for the race (typically the same as the PoleFinalPosition)
FinalPosition decimal 32 Yes Yes Yes The driver's final position for the race
PositionDifferential decimal 32 Yes Yes No The driver's differential between their final position and their starting position
Laps decimal 32 Yes Yes Yes The total number of laps completed by the driver
LapsLed decimal 32 Yes Yes No The total number of laps that this driver completed while in first place
Points decimal 32 Yes Yes Yes The total points scored by this driver
Wins decimal 32 Yes Yes Yes Indicates whether this driver won the race
Poles decimal 32 Yes Yes Yes Indicates whether this driver won the qualifying race (pole)
CurrentPosition decimal 32 Yes Yes No Driver's current position in the race; updated live
Name Type Size Nullable Scrambled CSV Description
DriverRaceOddID
from 2020
integer 32 No No No The unique ID of the DriverRaceOdd record
SportsbookID
from 2020
integer 32 Yes No No The ID of the Sportsbook associated with this record
SportsbookName
from 2020
string 50 Yes Yes No The name of the Sportbook
DriverName
from 2020
string 50 Yes No No The driver's full name
DriverID
from 2020
integer 32 Yes No No The unique ID of the driver associated with this record
OddsToWin
from 2020
integer 32 No Yes Yes The odds for this record, in American format i.e. +800, -200, etc.
Created
from 2020
datetime No No No The date/time when this race was created (in US Eastern Time)
Updated
from 2020
datetime No No No The date and time when this record was last seen from the sportsbook
IsAvailable
from 2020
bool No No No Indicates whether the odd is available for wagering at the related Sportsbook (excludes Consensus)
SportsbookUrl
from 2020
string 500 No No Yes The URL for sportsbook event
Name Type Size Nullable Scrambled CSV Description
StatID integer 32 No No Yes The unique ID of this stat record
DriverID integer 32 No No Yes The unique ID of this driver
Season integer 32 No No Yes The season that this race is associated with
Name string 50 Yes No No The driver's full name
Number integer 32 Yes No Yes The driver's car number
NumberDisplay string 10 Yes No Yes The driver's car number for display purposes (with leading zeros when necessary)
Manufacturer string 50 Yes No Yes The manufacturer of the driver's car
DraftKingsSalary integer 32 Yes Yes Yes The DraftKings salary of the driver for this race
RaceID integer 32 Yes No Yes The unique ID of this race
Day date No No Yes The day of this race
DateTime datetime Yes No Yes The date/time of this race
Updated datetime Yes No Yes The date/time when this record was last updated
Created datetime Yes No Yes The date/time when this projection record was created (in US Eastern Time)
FantasyPoints decimal 32 Yes Yes Yes The fantasy points scored by this driver
FantasyPointsDraftKings decimal 32 Yes Yes Yes The fantasy points scored by this driver, according to the DraftKings scoring system
QualifyingSpeed decimal 32 Yes Yes Yes The speed of this driver's car during the qualifying race
PoleFinalPosition decimal 32 Yes Yes Yes The final position this driver finished in the qualifying race (pole)
StartPosition decimal 32 Yes Yes Yes The driver's starting position for the race (typically the same as the PoleFinalPosition)
FinalPosition decimal 32 Yes Yes Yes The driver's final position for the race
PositionDifferential decimal 32 Yes Yes Yes The driver's differential between their final position and their starting position
Laps decimal 32 Yes Yes Yes The total number of laps completed by the driver
LapsLed decimal 32 Yes Yes Yes The total number of laps that this driver completed while in first place
FastestLaps decimal 32 Yes Yes Yes The total number of laps that this driver finished fastest
Points decimal 32 Yes Yes Yes The total points scored by this driver
Bonus decimal 32 Yes Yes Yes The total bonus points scored by this driver
Penalty decimal 32 Yes Yes Yes The total penalty points applied to this driver
Wins decimal 32 Yes Yes Yes Indicates whether this driver won the race
Poles decimal 32 Yes Yes Yes Indicates whether this driver won the qualifying race (pole)
CurrentPosition decimal 32 Yes Yes Yes Driver's current position in the race; updated live
Name Type Size Nullable Scrambled CSV Description
DriverID integer 32 No No Yes The unique ID of this driver (assigned by SportsDataIO)
Season integer 32 No No Yes The season that this race is associated with
Day date Yes No Yes The day of this race
DateTime datetime Yes No Yes The date/time of this race
Name string 100 Yes No Yes The name of this race
FantasyPoints decimal 32 Yes No Yes The fantasy points scored by this driver
FantasyPointsDraftKings decimal 32 Yes No Yes The fantasy points scored by this driver, according to the DraftKings scoring system
Updated datetime No No Yes The date/time when this race was last updated
Name Type Size Nullable Scrambled CSV Description
RaceID integer 32 No No Yes The unique ID of this race
SeriesID integer 32 No No Yes The unique ID of the series that this race is associated with
SeriesName string 50 No No Yes The name of the series that this race is associated with
Season integer 32 No No Yes The season that this race is associated with
Name string 100 No No Yes The name of this race
Day date No No Yes The day of this race
DateTime datetime Yes No Yes The date/time of this race
Track string 100 Yes No Yes The name of the track for this race
Broadcast string 50 Yes No No The broadcast airing this race
WinnerID integer 32 Yes No Yes The unique ID of the driver who won this race
PoleWinnerID integer 32 Yes No Yes The unique ID of the driver who won the qualifying pole
IsInProgress boolean No No No Indicates whether this race is currently in progress
IsOver boolean No No Yes Indicates whether this race is over
Updated datetime Yes No Yes The date/time when this race was last updated
Created datetime Yes No No The date/time when this race was created (in US Eastern Time)
RescheduledDay date No No Yes The day that this is race is rescheduled for (if race was postponed)
RescheduledDateTime datetime Yes No Yes The date/time that this is race is rescheduled for (if race was postponed)
Canceled boolean No No Yes Indicates whether this race has been canceled
ScheduledLaps integer 32 Yes No Yes Number of laps scheduled for this race
ActualLaps integer 32 Yes No No Total number of laps ran for this race
Name Type Size Nullable Scrambled CSV Description
RaceID integer 32 No No Yes The unique ID of this race
Day date No No Yes The day of this race
DateTime datetime Yes No Yes The date/time of this race
Updated datetime Yes No Yes The date/time when this race was last updated
Created datetime Yes No No The date/time when this race was created (in US Eastern Time)
Name Type Size Nullable Scrambled CSV Description
RaceID
from 2020
integer 32 No No Yes The unique ID of this race
SeriesID
from 2020
integer 32 No No Yes The unique ID of the series that this race is associated with
SeriesName
from 2020
string 50 No No Yes The name of the series that this race is associated with
Season
from 2020
integer 5 No No Yes The season that this race is associated with
Name
from 2020
string 50 Yes No Yes The name of this race
Day
from 2020
datetime Yes No Yes The day of this race
DateTime
from 2020
datetime Yes No Yes The date/time of this race
Track
from 2020
string 50 Yes No Yes The name of the track for this race
IsInProgress
from 2020
bool Yes No Yes Indicates whether this race is currently in progress
IsOver
from 2020
bool Yes No Yes Indicates whether this race is over
PreGameOdds
from 2020
DriverRaceOdd[] Yes No Yes List of the odds leading up to the start of the race
Name Type Size Nullable Scrambled CSV Description
Race Race Yes No No The details of the race including general information about the race itself (Ex: Name; DateTime; Track; WinnerID; IsInProgress; Scheduled Laps; etc.)
DriverRaces DriverRace[] Yes No No The details of the drivers in this race
Name Type Size Nullable Scrambled CSV Description
Race RaceBasic Yes No No RaceBasic object (Includes basic information such as RaceID, Day, DateTime, Updated, and Created)
DriverRaces DriverRaceBasic[] Yes No No StatBasic object (includes basic information on the drivers race performance such as DriveID, Season, Driver's Name, Start and Final positions, Lap information, etc.)
This table is used in the following endpoints:
Name Type Size Nullable Scrambled CSV Description
SeriesID integer 32 No No Yes The unique ID of this series
Name string 50 No No Yes The name of this series
Name Type Size Nullable Scrambled CSV Description
SportsbookID
from 2021
int 32 No No No The unique ID of the sportsbook
Name
from 2021
string 50 No Yes Yes The name of the sportsbooks
Name Type Size Nullable Scrambled CSV Description
StartPosition decimal 32 Yes Yes Yes The driver's starting position for the race (typically the same as the PoleFinalPosition)
FinalPosition decimal 32 Yes Yes Yes The driver's final position for the race
PositionDifferential decimal 32 Yes Yes No The driver's differential between their final position and their starting position
Laps decimal 32 Yes Yes Yes The total number of laps completed by the driver
LapsLed decimal 32 Yes Yes No The total number of laps that this driver completed while in first place
Points decimal 32 Yes Yes No The total points scored by this driver
Wins decimal 32 Yes Yes Yes Indicates whether this driver won the race
Poles decimal 32 Yes Yes Yes Indicates whether this driver won the qualifying race (pole)
CurrentPosition decimal 32 Yes Yes No Driver's current position in the race; updated live
This table is used in the following endpoints:
Name Type Size Nullable Scrambled CSV Description
Track string 100 Yes No Yes The name of the track for this race
Contact Us