fund:=(recs.FundWin*int64(factor*exciting))*decimal*(rewardBase-lott.OpRewardRatio-lott.DevRewardRatio)/(exciting*rewardBase)//any problem when too little?
fund:=(recs.FundWin*factor)*(rewardBase-lott.OpRewardRatio-lott.DevRewardRatio)/rewardBase//any problem when too little?