private void clearBet() { MyBet = new Bet(this); UpdateLabels(); }
//Constructors, Getters and Setters public Guy() { MyBet = new Bet(this); }