-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathtechtest.json
114 lines (114 loc) · 3.08 KB
/
techtest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"race_summary": {
"name": "Maiden Plate (F & M)",
"course_name": "Vaal",
"age": "3YO plus",
"distance": "4f 214y",
"date": "2017-12-15",
"time": "10:45",
"ride_count": 14,
"race_stage": "WEIGHEDIN",
"going": "Good to Soft",
"has_handicap": false,
"hidden": false
},
"rides": [
{
"cloth_number": 5,
"horse": {
"name": "Cape Orchid",
"days_since_last_run": 24,
"foaled": "2013-09-28",
"sex": "f"
},
"formsummary": "412-12",
"handicap": "9-6",
"current_odds": "5/2"
},
{
"cloth_number": 1,
"horse": {
"name": "Osculation",
"days_since_last_run": 19,
"foaled": "2013-09-17",
"sex": "f"
},
"formsummary": "325433",
"handicap": "9-6",
"current_odds": "13/8"
},
{
"cloth_number": 6,
"horse": {
"name": "Casa De Var",
"days_since_last_run": 28,
"foaled": "2013-10-21",
"sex": "f"
},
"formsummary": "48-8191",
"handicap": "9-6",
"current_odds": "11/1"
},
{
"cloth_number": 9,
"horse": {
"name": "Madam Secretary",
"last_ran_days": 21,
"foaled": "2013-08-08",
"sex": "f"
},
"formsummary": "226222",
"handicap": "9-6",
"current_odds": "17/2"
},
{
"cloth_number": 10,
"horse": {
"name": "Music Maker",
"last_ran_days": 35,
"foaled": "2012-09-25",
"sex": "m"
},
"formsummary": "7467-4",
"handicap": "9-6",
"current_odds": "14/2"
},
{
"cloth_number": 13,
"horse": {
"name": "Twinkle Town",
"last_ran_days": 35,
"foaled": "2013-09-30",
"sex": "m"
},
"formsummary": "3461",
"handicap": "9-6",
"current_odds": "14/2"
},
{
"cloth_number": 3,
"horse": {
"name": "Brighton Belle",
"last_ran_days": 18,
"foaled": "2013-11-06",
"sex": "f"
},
"formsummary": "57687-",
"withdrawn" : true,
"handicap": "9-6",
"current_odds": "33/1"
},
{
"cloth_number": 14,
"horse": {
"name": "Vivacious Vivian",
"last_ran_days": 14,
"foaled": "2013-10-24",
"sex": "m"
},
"formsummary": "0-6",
"handicap": "9-6",
"current_odds": "28/1"
}
]
}