$\DeclareMathOperator{\Tr}{Tr}$
I think you now have how to get the fixed points. To classify them you need to look at the eigenvalues of the Jacobian at those points. For a 2D system, with Jacobian $$J =\left(\begin{matrix}a & b \\ c & d\end{matrix}\right):$$
$$\det(\lambda I - J) = \left|\begin{matrix}\lambda - a & -b \\ -c & \lambda-d\end{matrix}\right|=0$$
$$\Leftrightarrow \lambda^2 - \Tr(J) \lambda + \det(J) = 0 \tag{1}\label{1}$$
Looking at the discriminant of the quadratic, $\Tr(J)^2 - 4\det(J)$, you can determine the nature of the eigenvalues (complex/real, their sign). Here's a picture of what you should conclude ($\tau=\Tr(J)$, $\Delta = \det(J)$, up and right are increasing values of axes).

Continued:
Evaluating the Jacobian at a point with $y=1+x^2$ gives
$$J = \frac{1}{1+x^2}\left(\begin{matrix}-5+3x^2 & -4x \\ 2bx^2 & -bx\end{matrix}\right)$$
As the eigenvalues of some matrix $kM$ are the same as the eigenvalues of the matrix $M$, we'll just study
$$J = \left(\begin{matrix}-5+3x^2 & -4x \\ 2bx^2 & -bx\end{matrix}\right)$$
This has $\Tr(J) = 3x^2 - bx - 5$, $\det(J) = 5bx(1+x^2)$.
This is 99% of your work. If you are still confused I encourage you to look at the general solution to (\ref{1}) for different values of $\Tr(J)$, $\det(J)$ to understand the eigenvalues you get from it. For instance, if $\Tr(J)^2 - 4\det(J) > 0$ there are 2 distinct eigenvalues which are both real, if $\Tr(J) < 0$ all eigenvalues have negative real part, etc... You should be able to come up with the graph I have shown. Apply this to the values of $\Tr(J)$, $\det(J)$ from your problem.