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