
Derby Shootout™ May 2 (SUN) Aurora/Schaumburg
Derby Shootout™ May 2 (SUN) Aurora/Schaumburg
May 02, 2021
Aurora (IL), Schaumburg (IL)
Boys & Girls
1st-12th
2
Description
ONE DAY SHOOTOUTS are youth basketball tournaments for boys and girls ages 2nd thru 12th. Travel, school and feeder basketball programs are all welcome (A & B divisions). Registration deadline is 10 days prior to the tournament. These basketball tournaments sell out very quickly! Only 8 openings in each bracket (A or B) ... first-come, first-served!
- 2 games
- 'A' and 'B' divisions (and C if needed)
- Games are scheduled every other hour
- State-of-the-art facilities
- Beautiful full-size basketball courts
- Great concessions, TVs and WiFi
- All referees are state certified
- Multiple-team discounts
Venues
M14 Hoops Training Academy - Chicagoland
2414 Church Road, Aurora, Illinois 60505
1 - England, 2 - Bosnia, 3 - Germany, 4 - Rwanda, 5 - Spain, 6 - Argentina
Schaumburg Sport Center
1141 W. Irving Park Road, Schaumburg, Illinois 60193
Court 1, Court 2, Court 3, Court 4
3rd Boys
arrow_forward
Big 3 9U
Flight (Riley)
Pierce 3rd Grade
Wheatland Wizards
5th Boys
arrow_forward
ALL IN Johnson Black
Knocks Basketball Carta
OTE 5 White
Rockford Elite - Warner
YMCA FLYERS
6th Boys Yellow
arrow_forward
Lituanica
Romeoville Thunder
Swinnie
6th Boys Blue
arrow_forward
Chicago Demons
Flight (Wynn)
Heat Wave
OTE 6 White
Wolverines
6th Boys White
arrow_forward
Big 3 5th Black
EPIC Hoopz
IL Ambush
M14Hoops Red
7th Boys Blue
arrow_forward
Batang Gilas
BIG3 13U
Illinois Intruders
M14Hoops Black 2
7th Boys White
arrow_forward
A Basketball Mentality
Knocks Basketball 6th/7th Boys
Ravens
7/8th and 8/9th Boys
arrow_forward
EPIC Hoopz Regional
Flight (Wynn)
GOLA
IL Ambush
ILLINOIS Titans 8th
9th Boys Blue
arrow_forward
EPIC Hoopz JV
EPIC Hoopz National
Flight (Greene)
Illinois Fierce
Illinois Fierce
8/9th Boys & 9/10th Boys
arrow_forward
Archangels
Flight 9th 1
Il Twolves 9th
Knocks Basketball HS Boys
HS Boys Blue
arrow_forward
AmayaAdvantage
IL Ambush
Illinois Intruders
Wheatland Wizards
Wheatland Wizards
HS Boys White
arrow_forward
IL Rockets 17U
Midwest Wildcats Navy
Wheatland Wizards
Wizards 17U
HS Boys Red
arrow_forward
Archangels
CJBT
EPIC Hoopz
Midwest Wildcats - Horgan
4/5th Girls
arrow_forward
Lady Meanstreets 11u
M14Hoops Black
Oneonfive elite
4A-5th Girls
arrow_forward
Lady Bombers
Lyons Township Lynx
M14Hoops Black
PINK ELITE 4th Power
5th Girls
arrow_forward
Big 3 6th G
Bolingbrook Panthers
Knocks Basketball Carta
5B-6B Girls
arrow_forward
Flow 5/6 Gray Chi
M14Hoops Black 2
Spartans Moon
6/7th Girls
arrow_forward
M14Hoops Black 1
M14Hoops Black 3
Midwest Aviators
PINK ELITE 6/7 Power Yorkville
7/8th Girls
arrow_forward
Big3 8th Red
M14Hoops Red 1
PINK ELITE 7th Power
7th Girls Red
arrow_forward
Big3 8th G
Ihustle 6/7th
Junior Astros
Lady Meanstreets 13u
M14Hoops Black 1
PINK ELITE 7th ELITE
8th Girls
arrow_forward
Bolingbrook Panthers
GSBS Black
GSBS Blue 7/8th
Illinois Evolution- Black
IL X-CITEMENT 7/8th
Rockford Heat RED
9th Girls
arrow_forward
2025 MidPro Black
GSBS Blue
Illinois Evolution- White
Lady Creed
PINK ELITE HS 2024 Local
Wi. Playground Elite
HS Girls Blue
arrow_forward
Fundamental U
Illinois Evolution- Teal
LVL Lady Platinum
Oneonfive elite
PINK ELITE HS 2024 Regional
11th Girls
arrow_forward
Chai Athletics
Cobras
Fundamental U
Lady Creed
Tgelite
[# pool.fullLabel #]
W
L
PD
PA
PS
[# pool.teams.map(team => dfGetTemplate('pool-team-mobile', { team })).join(''); #]
[# team.schedule_name #]
[# team.stats?.event?.win || '0' #]
[# team.stats?.event?.lose || '0' #]
[# team.stats?.event?.pd || '0' #]
[# team.stats?.event?.pa || '0' #]
[# team.stats?.event?.ps || '0' #]
[# team.stats.pool_place_formatted || '-' #]
[# team.schedule_name #]
W
L
PD
PA
PS
[# team.stats?.event?.win || '0' #]
[# team.stats?.event?.lose || '0' #]
[# team.stats?.event?.pd || '0' #]
[# team.stats?.event?.pa || '0' #]
[# team.stats?.event?.ps || '0' #]
[# team.stats.pool_place_formatted || '-' #]
[# venue.name #] ([# venue.abbreviation #])
[# venue.streetAddress ? venue.streetAddress + ',' : '' #]
[# venue.extendedAddress ? venue.extendedAddress + ',' : '' #]
[# venue.city ? venue.city + ',' : '' #]
[# venue.state.name ? venue.state.name + ' ' : '' #]
[# venue.postalCode ? venue.postalCode : '' #]
[# game.formattedTime #],
[# game.location_name #]
([# game.court_name #])
[# game.teamA.grade || '' #]
[# game.teamA.name #]
[# game.teamAScore #]
[# else #]
[# game.teamA.season_win #] - [# game.teamA.season_lose #]
[# endif #]
[# game.teamB.grade || '' #]
[# game.teamB.name #]
[# game.teamBScore #]
[# else #]
[# game.teamB.season_win #] - [# game.teamB.season_lose #]
[# endif #]
[# if (game.forfeitTeamA || game.forfeitTeamB) #]
DNP
[# else #]
[# game.final ? 'FINAL
' : '' #]
[# endif #]
[# game.formattedDay #]
[# game.formattedDate #]
Division
Results
[# pools.map(pool => dfGetTemplate('pool', { pool })).join(''); #]
Venue
[# division.venueIds.map(function (venueId) { var currentVenue; event.venues.map(function (venue) { if (venue.id === venueId) { currentVenue = venue; } }); return dfGetTemplate('venue', { venue: currentVenue }); }).join(''); #]Games ([# event.gamesTimeRange #])
[#
division.games.map(function(game) {
return dfGetTemplate('game', { game: game });
}).join('');
#]
[# if (team.name) #][# team.team.name #][# endif #]
[# if (team.division.name) #][# team.division.name #][# endif #]
Games ([# event.gamesTimeRange #])
[#
team.games.map(function(game) {
return dfGetTemplate('game', { game: game });
}).join('');
#]