$A$ and $B$ play a round-based game. Each round $A$ wins with probability $\frac{1}{3}$ and $B$ with probability $\frac{2}{3}$. The loser of a round pays $1$ USD to the winner. The winner of the whole game is the one who wins all the USD from the other player. Now assume that $A$ starts with $n\geq 1$ USD and $B$ with $1$ USD. What is the winning probability of $B$? (Hint: Use recursion and the law of total probability)
Let be $P(B)$ the probability that $B$ wins the game and $P(B|(k))$ the probability that $B$ wins the game if $B$ has $k\geq 1$ USD. So either one could understand the question in the sense that we must compute $P(B)$ or we must compute $P(B|(1))$. However, in both cases we must apply law of total probability which requires us to find a disjoint decomposition of $B$ or $(B\cap (1))$, respectively. As we don't know how the corresponding sets are defined we can't do this.
Maybe someone can help me to disentangle this problem or show me how to set up a proper recursion without knowing how the sets look like.
$\def\eqdef{\stackrel{\text{def}}{=}}$ Hint
If $\ p_k=P(B\,|\,(k)\,)\ $, then $\ p_k\ $ must satisfy the following recursion: $$ p_k=\frac{p_{k-1}}{3}+\frac{2p_{k+1}}{3}\ , $$ with boundary conditions $\ p_0=0, p_{n+1}=1\ $.
Reply to OP's query in comment below
There's a hidden assumption underlying the above equation, which was almost certainly intended, but not explicitly stated, by the setter of the problem you've described. From the way you framed your question, I had assumed you were aware of this. From your query, however, I'm now guessing that your awareness of this assumption is only partial. The giveaway is your referral to $\ (k)\ $ as a "set". However, there's no single event at which player $B$ can have $\ k\ $ dollars, since he or she could have that amount after any round beyond the $\ (k-1)^\text{th}\ $.
What you write as $\ P(B\,|\,(k)\,)\ $ should actually be $\ P\big(\mathcal{B}\,\big|\,K_r=k\,\big)\ $, where $\ \mathcal{B}\ $ is the event that player $B$ wins, and $\ K_r\ $ is the number of dollars $B$ has after the $\ r^\text{th}\ $ round. If you don't make the hidden assumption I refer to above, then, as the problem is currently given, $\ P\big(\mathcal{B}\,\big|\,K_r=k\,\big)\ $ is not necessarily independent of $\ r\ $. Once you make this assumption, however, it becomes intuitively obvious that $\ P\big(\mathcal{B}\,\big|\,K_r=k\,\big)\ $ is independent of $\ r\ $ (at least for $\ r\ge k-1\ $. If $\ r< k-1\ $, then $\ \big\{\,K_r=k\,\big\}=\varnothing\ $ is a null event, and $\ P\big(\mathcal{B}\,\big|\,K_r=k\,\big)\ $ is meaningless).
Let $$ W_r=\cases{\hspace{0.8em}1&if $B$ wins round $\ r\ $\\ -1&if $B$ loses round $\ r\ $.} $$ Then $\ K_r=K_{r-1}+W_r\ $, provided $\ 2\le K_{r-1}\le n\ $. The hidden assumption referred to above is that $$ W_1,W_2,\dots,W_r,\dots $$ are independent. Then if the sequence $\ k_ 1,k_2,\dots, k_r\ $ satisfies the conditions $\ k_1=2, 1\le k_i\le n,\ $ and $\ \big|k_i-k_{i-1}\big|=1\ $ for $\ i=2,3,\dots,r\ $, then \begin{align} P\left(K_r=k_r\,\left|\,\bigcap_{i=1}^{r-1}\big\{K_i=k_i\big\}\right.\right)&=\frac{P\left(\bigcap_\limits{i=1}^r\big\{K_i=k_i\big\}\right)}{P\left(\bigcap_\limits{i=1}^{r-1}\big\{K_i=k_i\big\}\right)}\\ &=\frac{P\left(\big\{W_1=1\big\}\cap\bigcap_\limits{i=2}^r\big\{W_i=k_i-k_{i-1}\big\}\right)}{P\left(\big\{W_1=1\big\}\cap\bigcap_\limits{i=2}^{r-1}\big\{W_i=k_i-k_{i-1}\big\}\right)}\\ &=\frac{\prod_\limits{i=2}^rP\big(\big\{W_i=k_i-k_{i-1}\big\}\big)}{\prod_\limits{i=2}^{r-1}P\big(\big\{W_i=k_i-k_{i-1}\big\}\big)}\\ &=P\big(\,W_r=k_r-k_{r-1}\,\big)\\ &=P\big(\,K_r=k_r\,\big|\,K_{r-1}=k_{r-1}\,\big) \end{align} Also, \begin{align} P\big(\,K_r=k\,\big|\,K_{r-1}=0\,\big)&=\cases{1&if $\ k=0$\\ 0&otherwise}\\ P\big(\,K_r=k\,\big|\,K_{r-1}=n+1\,\big)&=\cases{1&if $\ k=n+1$\\ 0&otherwise} \end{align} Thus, under the above assumption, $\ K_r\ $ is a time-homogeneous Markov chain, with initial state, $\ K_0=1\ $, and $\ (n+2)\times(n+2)\ $ transition matrix, $\ P\ $, given by \begin{align} P_{ij}&\eqdef P\big(\,K_{r+1}=j\,\big|\,K_r=i\,\big)\\ &=\cases{\frac{2}{3}&if $\ 1\le j=i+1\le n+1$\\ \frac{1}{3}&if $\ 0\le j=i-1\le n-1$\\ 1&if $\ j=i\in\{0,n+1\}$\\ 0&otherwise,} \end{align} or $$ P=\pmatrix{1&0&0&0&\dots&\dots&0&0&0&0\\ \frac{1}{3}&0&\frac{2}{3}&0&\dots&\dots&0&0&0&0\\ 0&\frac{1}{3}&0&\frac{2}{3}&\dots&\dots&0&0&0&0\\ \vdots&&\ddots&\ddots&\ddots&&\vdots&\vdots&\vdots&\vdots\\ \vdots&\vdots&&\ddots&\ddots&\ddots&&\vdots&\vdots&\vdots\\ \vdots&\vdots&\vdots&&\ddots&\ddots&\ddots&&\vdots&\vdots\\ \vdots&\vdots&\vdots&\vdots&&\ddots&\ddots&\ddots&&\vdots\\ 0&0&0&0&\dots&\dots&\frac{1}{3}&0&\frac{2}{3}&0\\ 0&0&0&0&\dots&\dots&0&\frac{1}{3}&0&\frac{2}{3}\\ 0&0&0&0&\dots&\dots&0&0&0&1}\ . $$ This Markov chain has two absorbing states, at $\ k=0\ $ and $\ k=n+1\ $, and both of these are reachable from any of the other states, all of which are transient. The theory of such chains tells us $\ P^n\ $ converges to a limit $\ P_\infty\ $ as $\ n\rightarrow\infty\ $, and \begin{align} P_\infty&=\pmatrix{1&0&\dots&0&0\\ 1-p_1&0&\dots&0&p_1\\ 1-p_2&0&\dots&0&p_2\\ \vdots&\vdots&&\vdots&\vdots\\ 1-p_n&0&\dots&0&p_n\\ 0&0&\dots&0&1}\\ &=(\mathbf{1}-p)\,\varepsilon_0^T+p\,\varepsilon_{n+1}^T\ , \end{align} where $\ \varepsilon_j\ $ is the $\ (n+2)\times1\ $ column vector whose $\ j^{\,\text{th}}\ $ entry is $\ 1\ $ and all of whose other entries are $\ 0\ $, $\ \mathbf{1}\ $ the $\ (n+2)\times1\ $ column vector all of whose entries are $\ 1\ $, and $\ p\ $ the $\ (n+2)\times1\ $ column vector whose $\ j^{\,\text{th}}\ $ entry is $\ p_j\eqdef P\big(\mathcal{B}\,\big|\,K_r=j\,\big)\ $. You can now obtain the above recursion from the fact that for $\ 1\le k\le n+1\ $ \begin{align} p_k&=\varepsilon_k^Tp\\ &=\varepsilon_k^TP_\infty\varepsilon_{n+1}\\ &=\varepsilon_k^TPP_\infty\varepsilon_{n+1}\\ &=\left(\frac{1}{3}\varepsilon_{k-1}+\frac{2}{3}\varepsilon_{k+1}\right)P_\infty\varepsilon_{n+1}\\ &=\frac{p_{k-1}}{3}+\frac{2p_{k+1}}{3}\ . \end{align} Once you become familiar with the properties of time-homogeneous Markov chains, all the above rigmarole becomes completely redundant. You can simply state that the independence of $\ W_r\ $ implies that $\ K_r\ $ is a time-homogeneous Markov chain and write down the recursion without further ado.