I found that a lognormal distribution works pretty well. In excel you just take the exponent of the output from NORMINV:
EXP(NORMINV(RAND(),mean,stdev) OR LOGINV(RAND(), mean, stddev)
This will generate all positive returns, which you can use to simulate a distribution of positive winning...