Root Endpoint: localhost:8000/games
Returns all games from the NBA season Example: localhost:8000/games/
Returns individual game object Example: localhost:8000/games/25
Returns all games for the given team. Example: localhost:8000/games/teams=Houston Rockets
Returns all NBA games on the given date. Example: localhost:8000/games/date=01-01-2020
Returns all NBA games scheduled for today. Example: localhost:8000/games/today
{ "id": 751, "date_time": "2020-02-04T19:30:00Z", "away_team": "Milwaukee Bucks", "away_rest": 1, "home_team": "New Orleans Pelicans", "home_rest": 1, "arena": "Smoothie King Center" }