Post ss of your streak if you've got it >=200. I'll verify using the api once it's back enabled.
Manifold markets daily streaks only.
I have a streak above 200, but I won't count for this market
🏅 Top traders
# | Name | Total profit |
---|---|---|
1 | Ṁ30 | |
2 | Ṁ26 | |
3 | Ṁ20 | |
4 | Ṁ12 | |
5 | Ṁ11 |
.
Hmm, so assuming there haven't been any fakes so far, anybody with a 200 day streak who hasn't already posted can bet it all the way to 100% and make a risk free profit. However, there's only 14 mana to win, so will they bother?
And of course it's a classic situation where the more you bet, the more likely you are to lose.
import json
import requests
def get_user(username):
url = f"https://manifold.markets/api/v0/user/{username}"
return json.loads(requests.get(url, timeout=30).text)
USERS = [
'BTE',
'Fion',
'QuantumObserver',
'MaxPayne',
'chrisjbillington',
]
for user in USERS:
print(f"{user}: {get_user(user)['currentBettingStreak']} day streak")
BTE: 280 day streak
Fion: 220 day streak
QuantumObserver: 206 day streak
MaxPayne: 210 day streak
chrisjbillington: 203 day streak
@nickten no idea then. I didn't unlist it just now, I can't remember if it was already unlisted but i didn't change that status in days
@nickten I've posted this market in the discord, hopefully that helps understand why it's unlisted. Anyway, free marketing
@chrisjbillington It is not clear to me if a comment without a screenshot may count. @firstuserhere could verify everybody who commented via API.
@marktweise In the other market @firstuserhere clarified a screenshot showing a steak 200 or higher was necessary to count, and that these will also be verified using the API.