Page 1 of 1

Bet multiplier

PostPosted: Wed Feb 05, 2025 7:50 am
by corvet
is it possible to filter the player size depending on the facing bet size ?

for example, I want to see when we played vs donk bet and our raise size 3x+ ?
villian donk 2bb and hero raise 6bb+?

Thank you

Re: Bet multiplier

PostPosted: Thu Feb 06, 2025 7:23 am
by Flag_Hippo
To calculate that you need to build and use an expression filter:

Code: Select all
lookup_actions_p.action LIKE '%R' and cash_hand_player_statistics.amt_f_bet_facing > 0 and not cash_hand_player_statistics.flg_f_open_opp and cash_hand_player_statistics.flg_f_first_raise and (cash_hand_player_statistics.amt_f_raise_made / cash_hand_player_statistics.amt_f_bet_facing) >= 3