In general, suppose that you want to wager amount $A$ and the odds on two possible outcomes are $o_1$ and $o_2$. Let us denote by $A_1$ the amount you wager on the first outcome (with odds $o_1$) and $A_2$ the amount you wager on the outcome $o_2$.
So you know that
$$A=A_1+A_2.$$
You also know that depending on the outcome, your winnings will be
\begin{align*}
w_1&=o_1A_1\\
w_2&=o_2A_2
\end{align*}
In order to maximize the profit in each case, you want $w_1=w_2$. (In other words, you won to bet in the way that you win the same amount, independently on the outcome.) So you need
$$o_1A_1=o_2A_2. \tag{1}$$
Now simply by algebraic manipulation you get
\begin{align*}
A&=A_1\left(1+\frac{o_1}{o_2}\right)\\
A&=A_1\frac{o_1+o_2}{o_2}\\
A_1&=\frac{o_2A}{o_1+o_2}
\end{align*}
and similarly
$$A_2=\frac{o_1A}{o_1+o_2}.$$
Another way to see this is not notice that $(1)$ says that $\frac{A_1}{A_2}=\frac{o_2}{o_1}=\frac{1/o_1}{1/o_2}$, which basically says that you want to divide $A$ in the ratio $\frac1{o_1}:\frac1{o_2}$. Therefore
\begin{align*}
A_1&=\frac{\frac1{o_1}}{\frac1{o_1}+\frac1{o_2}}A,
A_2&=\frac{\frac1{o_2}}{\frac1{o_1}+\frac1{o_2}}A.
\end{align*}
Notice that this cen be simplified to
$$\frac{A_1}A
=\frac{\frac1{o_1}}{\frac1{o_1}+\frac1{o_2}}
=\frac{\frac1{o_1}}{\frac{o_1+o_2}{o_1o_2}}
=\frac{o2}{o_1+o_2}
$$
so both expressions give the same value, only expressed in a different way.
However, the second expression you can see more easily that you make profit if and only if $\frac1{o_1}+\frac1{o_2}<1$. Indeed, to make profit you need
\begin{align*}
A&<o_1A_1\\
A&<\frac{A}{\frac1{o_1}+\frac1{o_2}}\\
1&<\frac{1}{\frac1{o_1}+\frac1{o_2}}\\
\frac1{o_1}+\frac1{o_2}&<1
\end{align*}
For the particular numbers you need, you simply plug $A=1000$, $o_1=1.36$ and $o_2=5.5$ into the above formula.
I will add also a link to the Wikipedia article about Arbitrage betting.