public function load() {
    $leagueData = $this->sportsDbClient->doRequest('lookupleague.php', array('id' => $this->properties->id));
    if (isset($leagueData->leagues)) {
      $this->update($this->entityManager->mapProperties(reset($leagueData->leagues), $this->getEntityType()));
      return;