Interesting service, I like the no-bullshit style of you use =)
To kick it off, I'll offer $125 (payable in bits on bustabit) if you can write a script that (through the gui) takes:
* n -- integer
* t -- multiplier
* wager
And bets in all games if and only if multiplier t hasn't happened in the last n games. When the script starts, it should use the provably fair system [1] to generate the last n games, so it can check when the last time t multiplier was hit.
[1] Which is unfortunately a pain in the ass now, as there's no exported function to make it easy.
(and the script should be made public, and free for anyone to use

)