public async Task <IActionResult> GetFirstRoundGamesForToday() { var nextGames = await _repo.GetFirstRoundGamesForToday(); return(Ok(nextGames)); }