The angle \( \theta \) between two lines given in symmetric form
\[
\frac{x - x_1}{a_1} = \frac{y - y_1}{b_1} = \frac{z - z_1}{c_1}, \quad \frac{x - x_2}{a_2} = \frac{y - y_2}{b_2} = \frac{z - z_2}{c_2}
\]
is given by:
\[
\cos \theta = \frac{a_1 a_2 + b_1 b_2 + c_1 c_2}{\sqrt{a_1^2 + b_1^2 + c_1^2} \cdot \sqrt{a_2^2 + b_2^2 + c_2^2}}
\]
Computing the dot product and magnitudes from the given equations, we obtain:
\[
\cos \theta = \frac{1}{3}
\]
\[
\theta = \cos^{-1} \left(\frac{1}{3}\right)
\]
Thus, the correct answer is (B).