Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Betting strategy: Smart money #331 #348

Merged
merged 1 commit into from
Mar 7, 2022
Merged

Betting strategy: Smart money #331 #348

merged 1 commit into from
Mar 7, 2022

Conversation

Tkd-Alex
Copy link
Owner

Description

When a prediction is live, Twitch shows the following information: total amount placed on each side (giving the odds), number of bettors on each side, and the largest bet placed on each side. The largest bet placed on each side can usually give a clue as to where the smart money is betting on because the people with the most channel points have usually watched the channel for the longest amount of time (have the most knowledge) and/or have won the most bets (are good at predictions). This strategy would bet on the side that has the largest individual bet placed.

Fixes #331

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality not to work as expected)

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration.

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented on my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation (README.md)
  • My changes generate no new warnings
  • Any dependent changes have been updated in requirements.txt

@TheOnlyWayUp
Copy link

Code looks good, smart move to bet on whoever bets the most. Good job.

@Tkd-Alex Tkd-Alex added the enhancement New feature or request label Dec 21, 2021
@Tkd-Alex Tkd-Alex merged commit a6c1eee into master Mar 7, 2022
@Tkd-Alex Tkd-Alex deleted the smart-money branch March 8, 2022 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Betting strategy: Smart money
3 participants