Fix strategy descriptions: correct odds rounding and add odds multipliers#39
Merged
Merged
Conversation
…iers - Fix minPassLineMinOdds description: "rounds to nearest $5" → "rounds up to nearest $5" (Math.ceil was always rounding up, not to nearest) - Add free odds multipliers to all strategies that take odds behind pass/come bets: 3x on 4/10, 4x on 5/9, 5x on 6/8 with default 3-4-5 table rules - Clarify that passCome68 and passcome2place68 take max odds behind come bets as well (not just the pass line) - Apply same corrections to README.md strategy tables https://claude.ai/code/session_01PbqjbhBGj97oWNo1z6XWdi
The actual multipliers depend on the table rules config, so descriptions should say "max odds", "mid odds", or "min odds" rather than hardcoding values like 3x/4x/5x. https://claude.ai/code/session_01PbqjbhBGj97oWNo1z6XWdi
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://claude.ai/code/session_01PbqjbhBGj97oWNo1z6XWdi