Skip to content

Instantly share code, notes, and snippets.

@goodyis
Last active May 6, 2017 19:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goodyis/b838abeec55a7409627682f1167b8090 to your computer and use it in GitHub Desktop.
Save goodyis/b838abeec55a7409627682f1167b8090 to your computer and use it in GitHub Desktop.
var horses = [
{
"id": "1",
"horse": "Lookin At Lee",
"odds": "29-1",
"Owner": "L and N Racing, LLC",
"Trainer": "Steven M. Asmussen",
"Breeder": "Ray Hanson",
"Earnings": "$428,600",
},
{
"id": "2",
"horse": "Thunder Snow (IRE)",
"odds": "16-1",
"Owner": "Godolphin",
"Trainer": "Saeed bin Suroor",
"Breeder": "Darley",
"Earnings": "$1,621,063"
},
{
"id": "3",
"horse": "Fast and Accurate",
"odds": "37-1",
"Owner": "Kendall E. Hansen",
"Trainer": "Michael J. Maker",
"Breeder": "John R. Penn",
"Earnings": "$320,712"
},
{
"id": "4",
"horse": "Untrapped",
"odds": "59-1",
"Owner": "Michael Langford",
"Trainer": "Steven M. Asmussen",
"Breeder": "Indian Creek & Jonathan Sheppard",
"Earnings": "$212,858"
},
{
"id": "5",
"horse": "Always Dreaming",
"odds": "4-1",
"Owner": "Brooklyn Boyz Stables",
"Trainer": "Todd A. Pletcher",
"Breeder": "Santa Rosa Partners",
"Earnings": "$589,000"
},
{
"id": "6",
"horse": "State of Honor",
"odds": "53-1",
"Owner": "Conrad Farms",
"Trainer": "Mark E. Casse",
"Breeder": "Manfred Conrad & Penny Conrad",
"Earnings": "$310,364"
},
{
"id": "7",
"horse": "Girvin",
"odds": "22-1",
"Owner": "Brad Grady",
"Trainer": "Joe Sharp",
"Breeder": "Bob Austin & John Witte",
"Earnings": "$849,800"
},
{
"id": "8",
"horse": "Hence",
"odds": "14-1",
"Owner": "Calumet Farm",
"Breeder": "Calumet Farm",
"Earnings": "$401,429"
},
{
"id": "9",
"horse": "Irap",
"odds": "36-1",
"Owner": "Reddam Racing LLC",
"Trainer": "Doug F. O'Neill",
"Breeder": "Aaron & Marie Jones",
"Earnings": "$760,000"
},
{
"id": "10",
"horse": "Gunnevera",
"odds": "9-1",
"Owner": "Peacock Stables, LLC",
"Trainer": "Antonio Sano",
"Breeder": "Brandywine Farm & Stephen Upchurch",
"Earnings": "$1,137,800"
},
{
"id": "11",
"horse": "Battle of Midway",
"odds": "38-1",
"Owner": "Don Alberto Stable and WinStar Farm LLC",
"Trainer": "Jerry Hollendorfer",
"Breeder": "Thor-Bred Stables, LLC",
"Earnings": "$224,000"
},
{
"id": "12",
"horse": "Sonneteer",
"odds": "35-1",
"Owner": "Calumet Farm",
"Trainer": "J. Keith Desormeaux",
"Breeder": "Calumet Farm",
"Earnings": "$236,000"
},
{
"id": "13",
"horse": "J Boys Echo",
"odds": "44-1",
"Owner": "Albaugh Family Stables LLC",
"Trainer": "Dale L. Romans",
"Breeder": "Betz/Blackburn/J. Betz/Ramsby/CNHHNK",
"Earnings": "$305,000"
},
{
"id": "14",
"horse": "Classic Empire",
"odds": "8-1",
"Owner": "John C. Oxley",
"Trainer": "Mark E. Casse",
"Breeder": "Steven Nicholson & Brandi Nicholson",
"Earnings": "$2,093,820"
},
{
"id": "15",
"horse": "McCraken",
"odds": "7-1",
"Owner": "Whitham Thoroughbreds LLC",
"Trainer": "Ian R. Wilkes",
"Breeder": "Whitham Thoroughbreds, LLC.",
"Earnings": "$385,048"
},
{
"id": "16",
"horse": "Tapwrit",
"odds": "25-1",
"Owner": "Bridlewood Farm, Eclipse Thoroughbred Partners and LaPenta, Robert V.",
"Trainer": "Todd A. Pletcher",
"Breeder": "My Meadowview LLC",
"Earnings": "$325,570"
},
{
"id": "17",
"horse": "Irish War Cry",
"odds": "9-2",
"Owner": "Isabelle de Tomaso",
"Trainer": "H. Graham Motion",
"Breeder": "Isabelle deTomaso",
"Earnings": "$676,660"
},
{
"id": "18",
"horse": "Gormley",
"odds": "21-1",
"Owner": "Moss, Mr. and Mrs. Jerome S.",
"Trainer": "John A. Shirreffs",
"Breeder": "Castleton Lyons & Kilboy Estate",
"Earnings": "$884,000"
},
{
"id": "19",
"horse": "Practical Joke",
"odds": "30-1",
"Owner": "Klaravich Stables, Inc. and Lawrence, William H.",
"Trainer": "Chad C. Brown",
"Breeder": "Whispering Oaks",
"Earnings": "$966,000"
},
{
"id": "20",
"horse": "Patch",
"odds": "14-1",
"Owner": "Calumet Farm",
"Trainer": "Todd A. Pletcher",
"Breeder": "Calumet Farm",
"Earnings": "$200,000"
},
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment