gameDate = $gameDate; $this->leagueName = $leagueName; $this->teams = $teams; $this->betOn = $betOn; $this->betAmount = $betAmount; $this->betOdds = $betOdds; $this->betStatus = $betStatus; } public function getGameDate() { return $this->gameDate; } public function getLeagueName() { return $this->leagueName; } public function getTeams() { return $this->teams; } public function getBetOn() { return $this->betOn; } public function getBetAmount() { return $this->betAmount; } public function getOdds() { return $this->betOdds; } public function getStatus() { return $this->betStatus; } }