public List <Bet> GetAllByMarketId(string marketId) { return(BetRepository.GetAllByMarketId(marketId)); }