wagering-odds

A line that gives formal odds on a team or player winning, such as 3-to-1 odds.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
bookmaker-key QCodeType optional
Unique ID for the make of the line.
bookmaker-name xs:string optional
Name of the maker of the line.
class xs:string optional
An open placeholder for categorization.
comment xs:string optional
A comment for this line. Often the same comment is supplied for  both teams in a game.
context restriction of xs:string optional
An indication of whether this line is a current line, or a repeat of a special-interest line from the past.
date-time TruncatedDateTimeType optional
The date and time which this wagering info was assigned by the bookmaker, normalized to ISO 8601 extended format: YYYY-MM-DDTHH:MM:SS+HH:MM. Use YYYY-MM-DD when no time is available.
denominator xs:string optional
The denominator of the chances this team or player is given.
denominator-opening xs:string optional
The opening value of the denominator.
id xs:ID optional
An XML-specific identifier for the element.
numerator xs:string optional
The numerator of the chances this team or player is given.
numerator-opening xs:string optional
The opening value of the numerator.
payback-amount xs:string optional
The total amount paid back to the winning wagerer, including the amount invested.
payout-calcluation xs:string optional
How much money additional gets paid should this team or player or team win.
rotation-key xs:string optional
Reusable ID for the team generally agreed upon by a pool of bookmakers.
style xs:string optional
An open placeholder for reference by an external stylesheet.

Used By

Source

<xs:complexType name="wagering-odds">
  <xs:annotation>
    <xs:documentation>A line that gives formal odds on a team or player winning, such as 3-to-1 odds.</xs:documentation>
  </xs:annotation>
  <xs:sequence minOccurs="0" maxOccurs="unbounded">
    <xs:element name="wagering-prediction" type="wagering-prediction"/>
  </xs:sequence>
  <xs:attributeGroup ref="commonAttributes"/>
  <xs:attributeGroup ref="wageringAttributes"/>
  <xs:attribute name="numerator" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>The numerator of the chances this team or player is given.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="denominator" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>The denominator of the chances this team or player is given.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="numerator-opening" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>The opening value of the numerator.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="denominator-opening" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>The opening value of the denominator.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="payout-calcluation" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>How much money additional gets paid should this team or player or team win.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="payback-amount" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>The total amount paid back to the winning wagerer, including the amount invested.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>