I want to stake a friend of mine for poker. I know he is a winning player. That means that he will play 'n' hands and if he ends up down I cover the loses while if he wins we split. The tricky part is deciding what % I keep when he wins.
I think the best way to calculate this is through a continuous function that inputs the amount of hands played and outputs what the split percentages are, given that this person doesn't know how much he will play.
I think this is possible if I estimate a winrate and the variance of his game(for which I can make accurate predictions) while declaring what expected value I would like for myself for the risk taken.
Can anyone tell me how to approach this problem?