// GET: Bet public async Task <ActionResult> Index() { var viewModel = await _betService.GetListOfMatchesWithBetsAsync(); return(View(viewModel)); }