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

Multiple bet improvement: filter, stealth_mode #51

Merged
merged 19 commits into from
Feb 6, 2021
Merged

Conversation

Tkd-Alex
Copy link
Owner

@Tkd-Alex Tkd-Alex commented Feb 5, 2021

FilterCondition

Key Type Default Description
by OutcomeKeys None Key to apply the filter
where Condition None Condition that should match for place bet
value number None Value to compare

Allowed values for key are:

  • PERCENTAGE_USERS (no sum) [Would never want a sum as it'd always be 100%]
  • ODDS_PERCENTAGE (no sum) [Doesn't make sense to sum odds]
  • ODDS (no sum) [Doesn't make sense to sum odds]
  • DECISION_USERS (no sum)
  • DECISION_POINTS (no points)
  • TOP_POINTS (no sum) [Doesn't make sense to the top points of both sides]
  • TOTAL_USERS (sum)
  • TOTAL_POINTS (sum)

Allowed values for condition are: GT, LT, GTE, LTE

@Tkd-Alex Tkd-Alex added the enhancement New feature or request label Feb 5, 2021
@Tkd-Alex Tkd-Alex marked this pull request as ready for review February 6, 2021 15:25
@Tkd-Alex Tkd-Alex merged commit 3ff56d4 into master Feb 6, 2021
@Tkd-Alex Tkd-Alex deleted the betting-improvement branch February 8, 2021 20:00
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.

Predictions: 'Stealth Mode' betting Limit betting by participation Queued betting
2 participants