where([ 'game_code' => $gametype, 'match_id' => $matchid, 'bet_type' => $bettype ])->get(); if ($his) { foreach ($his as $val) { $ret[$val->order_id] = $val; } } return $ret; } }