def rushing
          @rushing ||= if response["rushing"]
            response["rushing"] = parse_out_hashes response["rushing"]
            Sportradar::Api::Football::StatPack::Rushing.new(response["rushing"])
          end