I want to run some queries within the database re: 4bet preflop pots. I would like to find something that returns the value of the 4bet, but I can't see where this value is held.
In holdem_hand_player_detail there is a amt_p_raise_made_2. Will this return the 4bet amount if the player was the initial raiser (I presume that amt_p_raise_made holds the value of the first raise)? If so, does it hold the extra raise, or total bet (e.g., if the opponent 3bets to 24, and I make it 60 in total [so 36 extra], will this column hold 60 or 36]? I looked in the documentation, but it seems that amt_p_raise_made_2 has only been added recently since there's no reference to it.
If this is correct, where would a 6-bet value be held? Would it be held in amt_p_raise_made_2 and the 4-bet value gets "lost"? (Hardly a major concern since 6bet pots are so rare, but still useful to know.)
Finally, could I ask you to briefly explain how amt_p_effective_stack works? It seems to me that there are lots of different ways to interpret this value depending on who folds when. Ideally, I would like to create a custom stat that returns % fold to 4bet when the minimum stack of the 3bettor and 4 bettor is more than, say, 100BBs. But I believe this isn't possible; is that right?
Many thanks for your help.
Steve
