The subject in question is fairly simple.
The state
$$
|\psi\rangle=\cos\frac{\theta}{2}|+\rangle+ e^{i\phi}\sin \frac{\theta}{2} |-\rangle
$$
of a spin-1/2 can be interpreted as follows (note that I wrote $\theta/2$ instead of $\theta$ because, as you will see, in that way $\theta$ will mean the actual angle in the 3D space). Let us average different spin components over this state. Small exercise with Pauli matrices yields
$$
\langle s_x\rangle=\langle \psi|\hat s_x|\psi\rangle =\frac{1}{2}\sin\theta\cos\phi,
$$
$$
\langle s_y\rangle=\langle \psi|\hat s_x|\psi\rangle=\frac{1}{2}\sin\theta\sin\phi,
$$
$$
\langle s_z\rangle=\langle \psi|\hat s_z|\psi\rangle=\frac{1}{2}\cos\theta.
$$
It can be seen that this strongly resembles the polar coordinates in 3D, which basically means that the average spin forms a 3D vector with a length of 1/2 in a real space. This vector is directed in accordance with angles $\theta$ and $\phi$, i.e. it is inclined from z-axis by the angle of $\theta$ and rotated in x-y plane by $\phi$ from x-axis. In other words, if you measure the spin projection in the direction $$\vec{n}=(\sin\theta \cos\phi, \sin\theta \sin\phi,\cos \theta),$$
you will get 1/2 value with 100% probability.
Of course, on top of that there are quantum fluctuactions, which are connected with non-commutativity of spin projections, but that is a different story.
UPD, answer to the question in comments
From now on I'll assume $\hbar=1$ for the sake of simplicity.
I will not make assumptions about particular value of spin considered, so spin can be one half, one, three halves or any other integer or half integer value. To keep this in mind i'll use capital $S$.
Here I'll present a general way to find the state which "points" in the given direction $\vec{n}$, where $|\vec{n}|=1$, starting from spin pointing along z direction (i'll call this state $|S_z = S\rangle$).
Main thing that one needs to know at this point is the following statement from quantum mechanics: any angular momentum operator is a generator of 3D rotations. This is just like how the simple momentum operator $\hat{p}$ is the generator of translations. For instance in the one-dimensional case
$$\exp{\left(- i a \hat{p}\right)}\psi(x) = \psi(x-a).$$
You can check the formula above by substituting $\hat{p}=-i\frac{d}{dx}$ and expanding the exponent in the power series.
In the same fashion the matrix exponent of spin operators (matrix exponent of any square matrix is defined as $\exp{A}=\sum_{n=0}^\infty A^n/n!$) produces the rotation of your spin state in the 3D space. Formally this means that the matrix exponent $$ R_{m}^\alpha = \exp\left(-i \alpha \left(\vec{S}\cdot\vec{m}\right)\right)$$ (once again $|\vec{m}|=1$) rotates the spin around the direction $\vec{m}$ by the angle $\alpha$. The dot product in the exponent is a $(2S+1)\times(2S+1)$ matrix:
$$\vec{S}\cdot \vec{m}=m_x S_x +m_y S_y+ m_z S_z. $$
I believe this knowledge provides a bridge between more abstract Hilbert space of spin and more familiar 3D space. Now we need to make proper rotations to make spin look along the direction $\vec{n}$ and we can simply think in terms of usual rotations. Let $$\vec{n}=(\cos\phi\sin\theta,\sin\phi\sin\theta,\cos\theta).$$
If we start from $|S_z=S\rangle$ state, first we need to incline the spin by the angle $\theta$ from z axis. For this we can make a rotation around y axis:
$$|S_z=S\rangle \rightarrow \exp\left(-i \theta S_y\right)|S_z=S\rangle$$
After that we simply rotate by $\phi$ around z axis:
$$\exp\left(-i \theta S_y\right)|S_z=S\rangle \rightarrow \exp\left(-i \phi S_z\right)\exp\left(-i \theta S_y\right)|S_z=S\rangle.$$
(note that $\exp(A)\exp(B)\neq \exp(A+B)$ in general). And basically that is it, we found the state which looks in the direction $\vec{n}$. Let us denote it
$$
|\psi\rangle = \exp\left(-i \phi S_z\right)\exp\left(-i \theta S_y\right)|S_z=S\rangle.
$$
In that case, just like with spin one half, one can check that:
$$
\langle S_x \rangle = \langle \psi|S_x|\psi\rangle=S\sin\theta\cos\phi,
$$
$$
\langle S_y \rangle = \langle \psi|S_y|\psi\rangle=S\sin\theta\sin\phi,
$$
$$
\langle S_z \rangle = \langle \psi|S_z|\psi\rangle=S\cos\theta.
$$
Once again, measuring the value of spin projection in direction $\vec{n}$ for state $|\psi\rangle$ will give the value of $S$ with 100% probability.
UPD 2 + fix
However, note that of course not any state of arbitrary spin can represented as a vector of a length equal to $S$ and pointing in some fixed direction $\vec{n}$. For example in the state $|S_z=0\rangle$ of spin $S=1$ we find $\langle S_x\rangle=\langle S_y\rangle=\langle S_z\rangle=0$.
I hope this helps :)