public void PlaceSingleBet([FromBody] Bet b)
 {
     BetService.placeSingleBet(b);
 }