Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 1.19 KB

LiveGameTeam.md

File metadata and controls

34 lines (30 loc) · 1.19 KB

CollegeFootballData.Model.LiveGameTeam

Properties

Name Type Description Notes
TeamId int
Team string
HomeAway string
LineScores List<int>
Points int
Drives int
ScoringOpportunities int
PointsPerOpportunity double
Plays int
LineYards double
LineYardsPerRush double
SecondLevelYards double
SecondLevelYardsPerRush double
OpenFieldYards double
OpenFieldYardsPerRush double
EpaPerPlay double
TotalEpa double
PassingEpa double
EpaPerPass double
RushingEpa double
EpaPerRush double
SuccessRate double
StandardDownSuccessRate double
PassingDownSuccessRate double
Explosiveness double

[Back to Model list] [Back to API list] [Back to README]