We will show when we have a normed space $E$ and $r>0$, $E$ and its subset $B_r(0) = \{x \text{ }|\text{ }\|x\| < r\}$ are homeomorphic. $($Wikipedia gives a pretty okay primer on normed spaces, Normed vector space, if one has not seen them before.$)$
We start with a definition.
Definition. A base, or basis for the topology on a topological space, is a collection $\mathcal{F}$ of open sets such that for each open set $U$ is a union of sets in $\mathcal{F}$. When a base for the topology on a space is fixed, we ofen refer to elements of $\mathcal{F}$ as basic open sets.
$($Often a topological space is defined by giving a set and a basis for the topology $($or a sub-basis, which is a collection of sets whose finite intersections form a basis$)$. In any metric space, balls are a basis for the topology, but for some purposes not the most convenient one. And some topological spaces are not metric spaces.$)$
Consider the following basis for the topology on a normed space. For each set $U$ which is open as a subset of $\{x \in E\text{ }|\text{ }\|x\| = 1\}$, and for each ordered pair of positive reals $(a, b)$ the sets $\{tu\text{ }|\text{ }a < t < b,\, u \in U\}$, together with balls centered at $0$, form a basis. Indeed, it is easy to see that every ball is a union of such sets, and every such set is a union of balls. Also, the same collection of sets, except with the restriction $b \le r$ is a basis for the topology on the open ball of radius $r$. Now, notice that the map$$f: B_r(0) \to E,\text{ }f(x) = {x\over{r - \|x\|}}$$ is a bijection from the ball of radius $r$ to all of $E$, as we can explicitly write down the inverse $$g: E \to B_r(0),\text{ }g(y) = {{ry}\over{1 + \|y\|}}.$$ Finally, we see that both $f$ and $g$ have the property that the inverse image of every basic open set is a basic open set, with respect to the bases we picked for $E$ and its ball of radius $r$. $U$ open implies $U$ is a union of basic open sets, so $f^{-1}(U)$ is a union of basic open sets, so $f^{-1}(U)$ is open. Thus $f$ is continuous, and $g$ is continuous by the same argument, so $f, g$ are homeomorphisms. $($This argument can be summarized as "a bijection that induces a bijection of bases is a homeomorphism."$)$
In the interests of completeness, here are some details for showing $f$ is one-to-one and onto.
$f(x)$ is one-to-one.
Assume there are $x_1, x_2 \in B_r(0)$ such that $f(x_1) = f(x_2)$. We have$${{x_1}\over{r - \|x_1\|}} = {{x_2}\over{r - \|x_2\|}} \implies {{\|x_1\|}\over{r - \|x_1\|}} = {{\|x_2\|}\over{r - \|x_2\|}} \implies \|x_1\|(r - \|x_2\|) = \|x_2\|(r - \|x_1\|) $$$$\implies \|x_1\| = \|x_2\| \implies {{x_1}\over{r - \|x_1\|}} = {{x_2}\over{r - \|x_1\|}} \implies x_1 = x_2.$$
$f(x)$ is onto.
Let $x \in E$, and let $x' = rx/(1 + \|x\|)$. Consider$$f(x') = f\left({{rx}\over{1 + \|x\|}}\right) = {{rx}\over{1 + \|x\|}}\left(r - \Bigg\|{{rx}\over{1 + \|x\|}} \Bigg\|\right)^{-1} = {{rx}\over{1 + \|x\|}}\left( {r\over{1 + \|x\|}}\right)^{-1} = x.$$Because$$\Bigg\|{{rx}\over{1 + \|x\|}} \Bigg\| = {{r\|x\|}\over{1 + \|x\|}} < r$$we have that $x' \in B_r(0)$. Hence $f(x)$ is onto.