-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteams.json
70 lines (70 loc) · 3.26 KB
/
teams.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
{
"Southeast Missouri State" : { "id": 2118, "opponent": 2145},
"Texas A&M-CC": {"id": 2145, "opponent": 2118},
"Pittsburgh": {"id": 2079, "opponent": 5804},
"Mississippi St.": {"id": 5804, "opponent": 2079 },
"Fairleigh Dickinson": {"id": 1907, "opponent": 246},
"Texas Southern": {"id": 246, "opponent": 1907},
"Nevada": {"id": 2032,"opponent": 1816},
"Arizona State": {"id": 1816, "opponent": 2032},
"West Virginia": {"id": 223, "opponent": 1985},
"Maryland": {"id": 1985, "opponent": 223},
"Furman": {"id": 185, "opponent": 2189},
"Virginia": {"id": 2189, "opponent": 185},
"Utah State": {"id": 2180, "opponent": 2006},
"Missouri": {"id": 2006, "opponent": 2180},
"Howard": {"id": 215, "opponent": 1959},
"Kansas": {"id": 1959, "opponent": 215},
"Alabama": {"id": 176, "opponent": null},
"Charleston": {"id": 1861,"opponent": 2108},
"San Diego State": {"id": 2108, "opponent": 1861},
"Princeton": {"id": 2084, "opponent": 1815},
"Arizona": {"id": 1815, "opponent": 2084},
"Illinois": {"id": 1944, "opponent": 177},
"Arkansas": {"id": 177, "opponent": 1944},
"Auburn": {"id": 1822, "opponent": 1950},
"Iowa": {"id": 1950, "opponent": 1822},
"Oral Roberts": {"id": 2064, "opponent": 1890},
"Duke": {"id": 1890, "opponent": 2064},
"Colgate": {"id": 1491, "opponent": 203},
"Texas": {"id": 203, "opponent": 1491},
"Boise State": {"id": 1835, "opponent": 2053},
"Northwestern": {"id": 2053, "opponent": 1835},
"Northern Kentucky": {"id": 2050, "opponent": 1938},
"Houston": {"id": 1938, "opponent": 2050},
"Louisiana Lafayette": {"id": 5783, "opponent": 2141},
"Tennessee": {"id": 2141, "opponent": 5783},
"Penn State": {"id": 2073, "opponent": 2144},
"Texas A&M": {"id": 2144, "opponent": 2073},
"UNC Asheville": {"id": 5877, "opponent": 2166},
"UCLA": {"id": 2166, "opponent": 5877},
"USC": {"id": 2172, "opponent": 1995},
"Michigan State": {"id": 1995, "opponent": 2172},
"Kennesaw State": {"id": 1963, "opponent": 207},
"Xavier": {"id": 207, "opponent": 1963},
"UC Santa Barbara": {"id": 2164, "opponent": 1825},
"Baylor": {"id": 1825, "opponent": 2164},
"VCU Rams": {"id": 5888, "opponent": 5863},
"St. Marys (CA)": {"id": 5863, "opponent": 5888},
"Vermont": {"id": 2187, "opponent": 1983},
"Marquette": {"id": 1983, "opponent": 2187},
"Iowa State": {"id": 1951, "opponent": null},
"NC State": {"id": 5813, "opponent": 182},
"Creighton": {"id": 182, "opponent": 5813},
"Iona": {"id": 1949, "opponent": 5875},
"UConn": {"id": 5875, "opponent": 1949},
"Purdue": {"id": 2085, "opponent": null},
"Providence": {"id": 197, "opponent": 1964},
"Kentucky": {"id": 1964, "opponent": 197},
"Drake": {"id": 228, "opponent": 1993},
"Miami (FL)": {"id": 1993, "opponent": 228},
"Grand Canyon": {"id": 214, "opponent": 1927},
"Gonzaga": {"id": 1927, "opponent": 214},
"Florida Atlantic": {"id": 230, "opponent": 192},
"Memphis": {"id": 192, "opponent": 230},
"Montana State": {"id": 2013, "opponent": 1960},
"Kansas State": {"id": 1960, "opponent": 2013},
"Kent State": {"id": 235, "opponent" : 189},
"Indiana": {"id": 189, "opponent": 235},
"TCU": {"id": 202, "opponent": null}
}