{
"league": "NFL",
"team": "Los Angeles Rams",
"teamQuery": "LAR",
"teamId": "lar",
"teamAbbreviation": "LAR",
"homeAway": "all",
"count": 5,
"updatedAt": "2025-01-20T12:00:00.000Z",
"season": "2024-25",
"recordInSpan": {
"wins": 3,
"losses": 2
},
"winStreak": 2,
"avgPointsFor": 24.8,
"avgPointsAgainst": 21.2,
"avgMargin": 3.6,
"data": [
{
"date": "2025-01-19",
"commenceTime": "2025-01-19T18:00:00Z",
"opponent": "San Francisco 49ers",
"result": "W",
"score": "27-24",
"teamScore": 27,
"opponentScore": 24,
"margin": "+3",
"totalPoints": 51,
"homeAway": "home",
"homeTeamName": "Los Angeles Rams",
"awayTeamName": "San Francisco 49ers",
"homeScore": 27,
"awayScore": 24,
"completed": true
}
]
}