public decimal OnWin(decimal money, int option = 0) { Console.WriteLine("You won!"); var diff = Payouts.TwoToOne(money) - money; return(diff); }