ok the formula looks right but you need an extra 2 closing brackets as you now have 4 open ones:
IF(mylosses=3, multiplier1, IF(mylosses=6, multiplier2, If(mylosses=9, multiplier3, IF(mylosses=12, multiplier4, init_bet))))
every time you add the if(  you also need )  at the end