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