A function $f$ such that $f(x)$ increases from $0$ to $1$ when $x$ increases from $0$ to infinity?
I think this should work well for your purposes: $$ f(x) = \frac{x}{x + a} $$ Where $a$ can be any number bigger than $0$. The smaller $a$ is, the sharper the increase will be.
ADDENDUM: if you want to extend this to an odd (and continuously differentiable) function, simply take $$ f(x) = \frac{x}{|x| + a} $$
Here are two simple functions with slope $k$ at $x=0$, for some $k>0$:
$$f(x) = 1-e^{-kx}$$
and
$$g(x) = \frac{2}{\pi}\arctan(\frac{\pi}{2}kx)$$
The first of these approaches $1$ more quickly than the second.
One I use very often is : $$ \tanh x = \frac{\sinh x}{\cosh x} = \frac {e^x - e^{-x}} {e^x + e^{-x}} = \frac{e^{2x} - 1} {e^{2x} + 1} = \frac{1 - e^{-2x}} {1 + e^{-2x}}$$
The increase at the begining around 0 is "only" linear but can do the work. and you can choose the slope at $x \mapsto 0$