Created
September 30, 2009 04:10
-
-
Save speedmax/197768 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sports Event | |
{ | |
id: | |
account_id: | |
channel_id: | |
sport: 'Football Matches' | |
competition: 'UEFA U21 Championship Matches' | |
title: 'The Ashes 2009' | |
url: 'http://some bookie.com' | |
venue: | |
start_time: datetime | |
updated_at: | |
# Selection | |
outcomes: { | |
{ type: 'winner', name: 'English', price: '3.60' }, | |
{ type: 'winner', name: 'australia', price: '1.71' }, | |
{ type: 'winner', name: 'draw', 'price' : '2.05'} | |
{ type: 'result', name: 'England 5 - 0', price: '100.1' } | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment