NFL
Make a prediction for game winner
Submit a prediction for the winner of a specific game
post/nfl/competitions/{competitionId}/games/{gameId}/predictions
Path parameters
competitionIdstring required
Competition ID
gameIdstring required
Game ID
Request body
Response
Prediction created successfully
Example response
{
"success": true,
"message": "Prediction created successfully",
"data": {
"predictedWinner": "MIN",
"confidence": 0.85,
"reason": "Strong offensive performance"
}
}