Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ description:
name_parameters:

# Asset to play with
asset: PPY
asset:
- PPY

# Is this a dynamic BMG (like a NFL handicap or NBA Over-under BMG)?
dynamic: False
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ description:
sen: "Handicap ({handicaps.home_score}:{handicaps.away_score})"

# Asset to play with
asset: BTF
asset:
- BTF

# Is this a dynamic BMG (like a NFL handicap or NBA Over-under BMG)?
dynamic: hc
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ description:
sen: Moneyline

# Asset to play with
asset: BTF
asset:
- BTF

# Is this a dynamic BMG (like a NFL handicap or NBA Over-under BMG)?
dynamic: False
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ name_parameters:
OU: over_under

# Asset to play with
asset: BTF
asset:
- BTF

# Is this a dynamic BMG (like a NFL handicap or NBA Over-under BMG)?
dynamic: ou
Expand Down