function sp_get_outcomes($post = 0)
{
    $event = new SP_Event($post);
    return $event->outcome(false);
}