Imagine a classical Gambler's ruin with winning probability p and losing probability q = 1-p. You start at 1\$ and lose once you reach 0\$. The only stopping rule is that the game is over when the gambler loses. No restriction on p besides the usual $0\leq p\leq1$. My question is, what is the probability of the gambler losing.
My intuition would be that $P(lose) = 1$, or at least very close to one. The question, I believe, is whether there are values of $p$, where even when considering an infinite time horizon, the Gambler never reaches 0.
Your conclusion that $\ \frac{1-p}{p}\ $ is the probability of the gambler's ruin is correct if $\ p>\frac{1}{2}\ $. If $\ p\le\frac{1}{2}\ $ then the probability of his ruin is $\ 1\ $.
Let $\ \pi_k\ $ be the probability that the gambler is ruined if he starts with $\ k\ $ dollars. Then $\ \pi_0=1\ $ and $$ \pi_k=p\pi_{k+1}+(1-p)\pi_{k-1} $$ for $\ k\ge1\ $. If $\ p\ne\frac{1}{2}\ $ the general solution of this recursion is $$ \pi_k=A+B\left(\frac{1-p}{p}\right)^k\ , $$ and if $\ p=\frac{1}{2}\ $ it is $$ \pi_k=A+Bk\ . $$ The initial condition $\ \pi_0=1\ $ gives $\ A+B=1\ $ when $\ p\ne\frac{1}{2}\ $ or $\ A=1\ $ when $\ p=\frac{1}{2}\ $. If $\ p\le\frac{1}{2}\ $, the condition $\ 0\le\pi_k\le1\ $ for all $\ k\ $ implies that $\ B=0\ $, and in that case $\ \pi_k=1\ $ for all $\ k\ $.
If $\ p>\frac{1}{2}\ $, we have $\ \lim_\limits{k\rightarrow\infty}\pi_k=A\ $. The plausible conjecture that this limit is zero turns out to be true, although I don't know any simple way of establishing that fact. If we take it as given, however, then we have $\ A=0\ $ and $$ \pi_k=\left(\frac{1-p}{p}\right)^k\ , $$ which gives $\ \pi_1=\frac{1-p}{p}\ $ as the probability of the gsmbler's ruin if he starts with $\ \$1\ $.