Thank you all Folks. I figured my error after reading your responses and I got my expression working. This is what worked
=IIf( [duty_type] ="Full Time",( [amount] *1),IIf( [duty_type] ="Adjunct", ([amount] *0.33),IIf( [duty_type] ='Sabbatical',( [amount] *1),"Amount Not Found")))