I\'m trying to insert in array that looks like:
$prices = array(array(\'event_id\' => 1, \'event_price_type\' => 5, \'event_price\' => 5, \'event_price
You have a typo. There is event_price_currency key in your array and :event_price_currency_id placeholder in prepare() statement.
event_price_currency
:event_price_currency_id