Or maybe this was a plausible deniability attempt by you all along, to make us think: "Hah! What a sucker!" whereas you secretly already know the result!
I'm kidding, I trust you, and I bet a whole dollar worth of 0.002, lol!
And if you do win a whole lot of BTC from this bet, some people are probably going to claim it was rigged, that you already knew...
And if you lose, sorry for being the catalyst for this bet.
I thought of all the above already before you wrote it, which makes me regret offering the bet even more. Even if I win, I lose credibility, since someone's bound to think I cheated, and there's no way I can prove I didn't.
I started work on processing the giant bet list to find long streaks. There's a bit of a problem, in that I don't record whether the bets win or lose, only the profit or loss. For zero stake bets, I just record that the profit was zero, and can't tell easily whether it was a win or a loss. To work that out I have to recalculate the 'lucky number' and see if they guessed hi/lo correctly.
But the plan is to find a 28 streak of non-zero bets. If I can do that, then the zero bets are moot. Mostly people don't bet zero anyway.
I've extracted a list of all the 49.5% bets, and am currently splitting them into one file per userid. To check the script was working, I did a search for the "longest streak so far" after processing the first few million bets. It found a 24:
betid,stake,nonce,uid,profit
6931159,1,263302,3557,1
6931170,1,263303,3557,-1
6931180,3,263304,3557,-3
6931191,7,263305,3557,-7
6931200,15,263306,3557,-15
6931209,31,263307,3557,-31
6931218,63,263308,3557,-63
6931224,127,263309,3557,-127
6931232,255,263310,3557,-255
6931237,511,263311,3557,-511
6931242,1023,263312,3557,-1023
6931250,2047,263313,3557,-2047
6931256,4095,263314,3557,-4095
6931261,8191,263315,3557,-8191
6931266,16383,263316,3557,-16383
6931272,32767,263317,3557,-32767
6931279,65535,263318,3557,-65535
6931283,131071,263319,3557,-131071
6931286,262143,263320,3557,-262143
6931292,524287,263321,3557,-524287
6931295,1048575,263322,3557,-1048575
6931300,2097151,263323,3557,-2097151
6931304,4194303,263324,3557,-4194303
6931308,8388607,263325,3557,-8388607
6931310,16777215,263326,3557,-16777215
6931316,33554431,263327,3557,33554431
This guy actually martingaled from a single satoshi, lost 24 in a row, and still ended up winning!
So I'll leave the script to finish splitting the bets into multiple files, and not search for streaks until the 7 days are up.