Skip to content

Instantly share code, notes, and snippets.

@speedmax
Created September 30, 2009 04:10
Show Gist options
  • Save speedmax/197768 to your computer and use it in GitHub Desktop.
Save speedmax/197768 to your computer and use it in GitHub Desktop.
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