public IQueryable <Market> GetMarketsForBetType(int?betTypeId)
 {
     return(_marketRepository.GetMarketsForBetType(betTypeId));
 }