I want to show that $(-1,1)$ and $\mathbb{R}$ have the same order type by showing that there exists a bijective correspondence $f : (-1,1) \to \mathbb{R}$ such that $$a_1 <_{(-1,1)} a_2\implies f(a_1)<_{\mathbb{R}} < f(a_2).$$
Let $f : (-1,1) \to \mathbb{R}$ be defined by $f(x) = \dfrac{x}{1 - x^2}$. We begin by showing $f$ is injective: let $x_1, x_2 \in (-1,1)$ such that $f(x_1) = f(x_2)$. Using elementary algebra, we find that $(x_1 - x_2)(1 + x_1x_2) = 0$, which implies $x_1 = x_2$ or $1 + x_1x_2 = 0$. If the former, then we are done. If the latter, then note that $x_1 \neq x_2$, but if $x_1 = 0$ then $1 + 0x_2 = 1 \neq 0$, which is a contradiction. Therefore, $x_1 = x_2$, and so $f$ is injective. We will now show that $f$ is surjective. We believe the simplest way to do so is to show that $\exists g : \mathbb{R} \to (-1,1)$ such that $f \circ g = I_\mathbb{R}$. That is, $$\frac{g(x)}{1 - (g(x))^2} = x,$$ and using elementary algebra we find that $$g(x) = \frac{-1 -\sqrt{4x^2 + 1}}{2x} \quad\text{for }x \neq 0.$$ We then define $g(0) = 0$ and we have that $\forall x \in \mathbb{R}, f(g(x)) = x$, which implies $f$ is surjective. Therefore, $f$ is bijective.
Now we let $a_1, a_2 \in (-1,1)$ such that $a_1 <_{(-1,1)} a_2$. Since $f$ is bijective, $f(a_1) \neq f(a_2)$, so $f(a_1) < f(a_2)$ or $f(a_2) < f(a_1)$. If the former, then we are done. If the latter, then note that $f$ is strictly increasing $(-1,1)$, which is a therefore a contradiction, so we are done.
Remark: I tried not to use theorems from real analysis to prove the bijectivity of $f$, instead I used first principles as defined in Munkres, however I wasn't sure how to get a contradiction without using that $f$ is increasing.
There are some mistakes.