Event Boys Basketball Tournaments | Girls Basketball Tournaments

AUGUST 8 Midwest Summer Slam (SAT) Kenosha/Northbrook (2 games)

AUGUST 8 Midwest Summer Slam (SAT) Kenosha/Northbrook (2 games)

Aug 08, 2020
Northbrook (IL), Kenosha (WI), Pleasant Prairie (WI)  Northbrook (IL), Kenosha (WI), Pleasant Prairie (WI) 
Boys & Girls
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 IHSA certified
  • Multiple-team discounts

Contact

One Day Shootouts

(224) 764-1329
info@onedayshootouts.com

Venues

North Shore Sportscenter

1900 Old Willow Road, Northbrook, Illinois 60062
Court 1, Court 2, Court 3, Court 4, AUX (Court 5)

Boys & Girls Club of Kenosha

1330 52nd St, Kenosha, Wisconsin 53140
Court 1, Court 2, Court 3, Court 4

RecPlex Pleasant Prairie

9900 Terwall Terrace, Pleasant Prairie, Wisconsin 53158
Court 1, Court 2, Court 3, Court 4, Court 5, Court 6, Court 7, Court 8

2nd Boys 4 teams
arrow_forward
4th Boys 3 teams
arrow_forward
4/5th Boys 5 teams
arrow_forward
4A-4/5th Boys 4 teams
arrow_forward
5A-6B Boys 4 teams
arrow_forward
6th Boys 3 teams
arrow_forward
6A-7th Boys 5 teams
arrow_forward
7/8th Boys 6 teams
arrow_forward
7A-8th Boys 4 teams
arrow_forward
7A-8th Boys Blue 4 teams
arrow_forward
8th-9B Boys 4 teams
arrow_forward
8A-9th Boys 6 teams
arrow_forward
9A-10th Boys 4 teams
arrow_forward
10th Boys 5 teams
arrow_forward
4th Girls 3 teams
arrow_forward
5th Girls 4 teams
arrow_forward
6th Girls 6 teams
arrow_forward
7th Girls Blue 4 teams
arrow_forward
7th Girls White 4 teams
arrow_forward
8th Girls Blue 3 teams
arrow_forward
8th Girls 4 teams
arrow_forward
[# pool.fullLabel #]
[# if (hasPoolGames) #]
[# pool.hasPoolGames ? `
W
L
PD
PA
PS
` : '' #]
[# endif #] [# pool.teams.map(team => dfGetTemplate('pool-team', { team })).join(''); #]
[# pool.teams.map(team => dfGetTemplate('pool-team-mobile', { team })).join(''); #]
[# team.schedule_name #] [# if (pool.hasPoolGames) #]
[# 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 || '-' #]
[# endif #]
[# team.schedule_name #]
[# if (pool.hasPoolGames) #]
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 || '-' #]
[# endif #]

[# 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.schedule_name #]
[# if (game.teamAScore !== null) #]
[# game.teamAScore #]
[# else #]
[# game.teamA.season_win #] - [# game.teamA.season_lose #]
[# endif #]
[# game.teamB.schedule_name #]
[# if (game.teamBScore !== null) #]
[# 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 #]
[# if (game.calendarEvent) #] [# endif #]

Division

[# if (pools.length) #]

Results

[# pools.map(pool => dfGetTemplate('pool', { pool, hasPoolGames })).join(''); #]
[# endif #] [# if (division.venueIds.length) #]

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(''); #]
[# endif #] [# if (division.games.length) #] [# if (event.type === 'multi-day') #] [# const year = (event.gamesTimeRange.split(",")[1] || new Date().getFullYear()).trim(); gamesByDate = division.games.reduce((acc, game) => { const formattedDate = `${game.formattedDate}, ${year}`; if (!acc[formattedDate]) { acc[formattedDate] = []; } acc[formattedDate].push(game); return acc; }, {}); Object.entries(gamesByDate).map(function([key, games]) { return `

Games on ${key}

${games.map(function(game) { return dfGetTemplate('game', { game: game }); }).join('')}
` }).join('') #] [# else #]

Games on [# event.gamesTimeRange #]

[# division.games.map(function(game) { return dfGetTemplate('game', { game: game }); }).join(''); #]
[# endif #] [# endif #] [# if (division.division.useBracket) #]
[# endif #]

[# if (team.name) #][# team.team.name #][# endif #]

[# if (team.division.name) #][# team.division.name #][# endif #]
[# if (team.games.length) #]

Games ([# event.gamesTimeRange #])

[# team.games.map(function(game) { return dfGetTemplate('game', { game: game }); }).join(''); #]
[# endif #] [# if (team.division.useBracket) #]
[# endif #]
2nd Boys arrow_forward
POOL A
ALL IN Thomas 2nd/8U
ALL IN Thomas Blue 3rd/9U
Hoops4Health 3 Orange Winer 3rd/9U
Midwest Wildcats-2/3 Blue 2-3rd/9U
4th Boys arrow_forward
POOL A
ALL IN Thomas Black 4th/10U
Chapman South U10 Black 4th/10U
Kessel Black 3rd/9U
4/5th Boys arrow_forward
POOL A
Hoops4Health 5 Black Swint 5th/11U
Hoops4Health 5 Orange Winer 5th/11U
Illinois Central Elite - 4th-5th 4-5th/11U
Kessel Black 4-5th/11U
Wisconsin RAP 4th/10U
4A-4/5th Boys arrow_forward
POOL A
Chapman Basketball Academy-Gold 4th/10U
Illinois Central Elite - 5th Silver 5th/11U
Limitless U11 Stewart 5th/11U
RACINE TRUTH 4th/10U
5A-6B Boys arrow_forward
POOL A
ALL IN Mitchem 6th/12U
Chapman Basketball Academy-Gold 5th/11U
Chapman Basketball Academy- Hinterstocker 6th/12U
Illinois Central Elite - 6th Silver 6th/12U
6th Boys arrow_forward
POOL A
ALL IN Lewis 6th/12U
Kessel Black 6th/12U
TBA
6A-7th Boys arrow_forward
POOL A
ALL IN Ralston 7th/13U
Chapman Basketball Academy-Barfield 6th/12U
Illinois Central Elite - 6th Grey2 6th/12U
Kessel Silver 7th/13U
Legends 6-7th/13U
7/8th Boys arrow_forward
POOL A
BNB Elite 7 7th/13U
Illinois Central Elite - 7th-8th 7-8th/14U
Legends 8 Red 7-8th/14U
Milwaukee Storm 7-8th/14U
Wisconsin Blizzard 13U Seeley 7th/13U
World Hoops Elite 7th/13U
7A-8th Boys arrow_forward
POOL A
ALL IN Williams 7th/13U
Legends 8 Black 8th/14U
Limitless U14 Simpson 8th/14U
WI Playground 8th/14U
7A-8th Boys Blue arrow_forward
POOL A
ALL IN Rodell Blue 8th/14U
ILLINOIS NIGHTHAWKS 8th/14U
Kessel Heat 8th/14U
Kessel National 7th/13U
8th-9B Boys arrow_forward
POOL A
ALL IN 15U McClellan Blue 9th/15U
Kessel Black 9th/15U
Milwaukee Storm 8th/14U
World Hoops Elite 8th/14U
8A-9th Boys arrow_forward
POOL A
ABC Young Lions 14u Black 8th/14U
ALL IN Rodell Black 8th/14U
Chapman Basketball Academy-Black 8th/14U
Chapman Basketball Academy-Gold 8th/14U
Illinois Central Elite - 8th Grey 8th/14U
Illinois Central Elite - 9th Grey 9th/15U
9A-10th Boys arrow_forward
POOL A
ALL IN 15U Kay 9th/15U
HeatElite 10th/16U
Illinois Central Elite - 10th White 10th/16U
Kessel Black 10th/16U
10th Boys arrow_forward
POOL A
ABC Young Lions 17u 11th/17U
ALL IN 16U Kay 10th/16U
Kessel Heat 15u 9-10th/16U
Turner 10-11th/17U
Wi. Playground Elite 10th/16U
4th Girls arrow_forward
POOL A
Lady Wolfpack 4th/10U
Spartans 3/4 3-4th/10U
Wisconsin lakers NE U 10 4th/10U
5th Girls arrow_forward
POOL A
ALL IN Ison 5th/11U
Chapman Basketball Academy-Black 5th/11U
IL Lady Lightning COL 5/6 5th/11U
Spartans 4/5 4-5th/11U
6th Girls arrow_forward
POOL A
ALL IN Kahleaf Blue 6th/12U
Chapman Basketball Academy 6th/12U
Chapman Basketball Academy-Gold 5th/11U
Limitless 11/12u Wells 5-6th/12U
Limitless 12u Wells 6th/12U
WFB jr Dukes 5th/11U
7th Girls Blue arrow_forward
POOL A
ALL IN Ison 7th/13U
Chapman Basketball Academy-Black 7th/13U
Midwest Storm 7th/13U
Wisconsin Blizzard 13U Girls 7th/13U
7th Girls White arrow_forward
POOL A
ALL IN Kaelber 7th/13U
Chapman Basketball Academy 7th/13U
Wi. Playground Elite 7th/13U
Wisconsin lakers U13 NE 7th/13U
8th Girls Blue arrow_forward
POOL A
ALL IN Leach Blue 8th/14U
United Hoops 8th/14U
Wi. Playground Elite 7-8th/14U
8th Girls arrow_forward
POOL A
ALL IN Leach Black 8th/14U
Chapman Basketball Academy 8th/14U
Wisconsin Blizzard 14U Girls 8th/14U
Wisconsin Buzzsaw 8th/14U