public Bet(int Amount, int Car, Guy Bettor) { this.Amount = Amount; this.Car = Car; this.Better = Bettor; }