Skip to content

Fix strategy descriptions: correct odds rounding and add odds multipliers#39

Merged
tphummel merged 2 commits into
mainfrom
claude/review-strategy-content-CtfPr
Mar 28, 2026
Merged

Fix strategy descriptions: correct odds rounding and add odds multipliers#39
tphummel merged 2 commits into
mainfrom
claude/review-strategy-content-CtfPr

Conversation

@tphummel
Copy link
Copy Markdown
Owner

  • 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

claude added 2 commits March 28, 2026 06:35
…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
@tphummel tphummel merged commit 25c7070 into main Mar 28, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants