I came across the following problem when preparing for an interview:
Two players each roll a d6, and are not able to see each other's rolls. The player with the higher value wins 1\$ (no win in case of draw). After the players roll their dice, each player may either pay $0.25 once to increase their individual roll by 2 or keep their roll(5 becomes 7 and 6 becomes 8). What is the optimal strategy and payout?
The problem is identical to the one stated here: link. However, the optimal strategy I am requested to find should revolve around finding a threshold T so that we pay $0.25 if we roll T or below and we do not pay if we roll above. This is different from the more general strategy proposed in the linked question.
The game also shares some similarities with the one proposed here: link.
Please help me derive the optimal strategy for the game, thanks!


This question seems to assume there exists a single "optimum" strategy. There is no dominant strategy in this game, and it seems there is no symmetric pure-strategy Nash equilibrium either. We could find a mixed strategy Nash equilibrium (which always exists, as proved by John Nash), but it is hard to argue that that is the "optimal strategy" in a game like this.
To see that the game has no pure-strategy symmetric equilibria, consider 3 possible cases. ("Pure strategy" means that each player can base the decision to pay on their dice roll, but does not further randomize the decision.)
Case 1: Both players pay whenever they roll a 1.
This can't be an equilibrium, because player A could increase payoff by NOT paying when he rolls 1. Conditional on rolling a 1, this would save A 0.25 for any roll by B, but would gain at most in the $1 \over 6$ of the cases, where B rolls a 2 (or possibly not even those if B is paying when B rolls 2).
Case 2: Both players don't pay when they roll 1 but do pay when they roll 2.
This can't be and equilibrium because player A could increase payoff by NOT paying when he rolls 2. Conditional on rolling a 2, this would save A 0.25 for any roll by B, but would gain at most in the $1 \over 6$ of the cases, where B rolls a 3.
Case 3: Both players don't pay when they roll 1 OR 2.
This is not an equilibrium because now A could increase payoff by paying when he rolls a 1. It would cost 0.25, but would gain in the $2 \over 6$ cases when B rolls 1,2.
Since these cases exhaust all possible symmetric pure strategies, there is no symmetric pure-strategy Nash equilibrium of this game.
A final comment: in some sense what is "optimal" would be for both players to agree to pay zero for any roll. This would maximize joint payout, and would even be a possible Nash equilibrium outcome in the repeated game.