All the guys. I am convinced that everything is honest. I delete my negative comments.
I respect that a lot. It was good discussing the system in chat with you (assuming that was you).

Great, thanks a lot for the API documentation. I'm not sure, if userInfo.profit works well, but userInfo.balance, so e.g. something like this :
if (config.win.value === 'base') {
currentBet = userInfo.balance - 33333;
} ...
..works like a charm. Thanks again!
Happy to help! Both fields should work as expectedeven in simulation mode, where it will use your simulated balance and net profit.