module Ncaafb
    class Event
      attr_reader :id, :sequence, :clock, :type, :updated, :summary, :winner, :event_type

      def initialize(event_hash)