0.0007 SECONDS:
SHOW TABLES FROM `maineven_met-base`

0.0192 SECONDS:
SELECT * FROM `page_views` WHERE `date` = '2024-03-29' AND `url` = 'https://www.maineventtravel.com/live-reporting/aspersspringfest2023' ORDER BY `views` DESC

0.0016 SECONDS:
INSERT INTO `page_views` (`url`, `views`, `date`) VALUES ('https://www.maineventtravel.com/live-reporting/aspersspringfest2023', 1, '2024-03-29')

0.0004 SECONDS:
SELECT `rate` FROM `exchange_rates` WHERE `currency_iso_from` = 'GBP' AND `currency_iso_to` = 'USD'

0.0002 SECONDS:
SELECT `rate` FROM `exchange_rates` WHERE `currency_iso_from` = 'GBP' AND `currency_iso_to` = 'EUR'

0.0004 SECONDS:
SELECT `rate` FROM `exchange_rates` WHERE `currency_iso_from` = 'USD' AND `currency_iso_to` = 'GBP'

0.0003 SECONDS:
SELECT `rate` FROM `exchange_rates` WHERE `currency_iso_from` = 'USD' AND `currency_iso_to` = 'EUR'

0.0003 SECONDS:
SELECT `rate` FROM `exchange_rates` WHERE `currency_iso_from` = 'EUR' AND `currency_iso_to` = 'GBP'

0.0002 SECONDS:
SELECT `rate` FROM `exchange_rates` WHERE `currency_iso_from` = 'EUR' AND `currency_iso_to` = 'USD'

0.0005 SECONDS:
SELECT * FROM `settings` JOIN `white_label_versions` ON `white_label_versions`.`id` = `settings`.`white_label_version_id` WHERE `white_label_versions`.`url` = 'maineventtravel.com'

0.0003 SECONDS:
SELECT * FROM `settings` WHERE `white_label_version_id` = 0

0.0007 SECONDS:
SELECT `tours`.* FROM `tours` WHERE `active` = 1 AND `venue` = '0' AND `festival` = '0' ORDER BY `order` ASC

0.0005 SECONDS:
SELECT `white_label_inclusions`.`entity_id` FROM `white_label_inclusions` JOIN `white_label_versions` ON `white_label_versions`.`id` = `white_label_inclusions`.`white_label_version_id` WHERE `white_label_versions`.`url` = 'maineventtravel.com' AND `white_label_inclusions`.`entity_type` = 'tour'

0.0003 SECONDS:
SELECT * FROM `tours` WHERE `active` = '1' AND `festival` = '1' ORDER BY `order` ASC

0.0004 SECONDS:
SELECT `white_label_inclusions`.`entity_id` FROM `white_label_inclusions` JOIN `white_label_versions` ON `white_label_versions`.`id` = `white_label_inclusions`.`white_label_version_id` WHERE `white_label_versions`.`url` = 'maineventtravel.com' AND `white_label_inclusions`.`entity_type` = 'tour'

0.0002 SECONDS:
SELECT `id`, `name`, `url` FROM `destinations` WHERE `active` = 1 ORDER BY `display_order`

0.0010 SECONDS:
SELECT `pages`.*, `parents`.`url_name` as `parent_url_name` FROM `pages` LEFT JOIN `pages` as `parents` ON `parents`.`id` = `pages`.`parent_page_id` WHERE `pages`.`active` = '1'

0.0004 SECONDS:
SELECT `white_label_inclusions`.`entity_id` FROM `white_label_inclusions` JOIN `white_label_versions` ON `white_label_versions`.`id` = `white_label_inclusions`.`white_label_version_id` WHERE `white_label_versions`.`url` = 'maineventtravel.com' AND `white_label_inclusions`.`entity_type` = 'page'

0.0118 SECONDS:
SELECT `venues`.*, (select COUNT(*) from tour_stops where tour_stops.venue_id=venues.id AND tour_stops.end_date > curdate() AND tour_stops.active = 1) tour_stop_count FROM `venues` WHERE `display_in_navigation` = '1' LIMIT 30

0.0008 SECONDS:
SELECT tour_stop_blogs.*, tours.page_background as page_background, tours.page_header as page_header, currencies.name as currency_name, currencies.symbol as currency_symbol, currencies.ISO_4217_code as currency_code, tour_stops.logo as tour_stop_logo, tour_stops.name as tour_stop_name, tour_stop_blog_days.name as current_day_name, tours.id as tour_id, CASE WHEN tour_stops.logo IS NULL or tour_stops.logo = '' THEN tours.logo ELSE tour_stops.logo END AS logo, tours.name as tour_name, tours.logo as tour_logo, venues.name as venue_name, venues.location as venue_location, venues.map_latitude as venue_latitude, venues.map_longitude as venue_longitude, venues.image as venue_image FROM `tour_stop_blogs` LEFT JOIN `currencies` ON `currencies`.`id` = `tour_stop_blogs`.`currency_id` LEFT JOIN `tour_stops` ON `tour_stops`.`id` = `tour_stop_blogs`.`tour_stop_id` LEFT JOIN `tour_stop_blog_days` ON `tour_stop_blog_days`.`id` = `tour_stop_blogs`.`current_day_id` LEFT JOIN `tours` ON `tours`.`id` = `tour_stops`.`tour_id` LEFT JOIN `venues` ON `venues`.`id` = `tour_stops`.`venue_id` WHERE `friendly_url` = 'aspersspringfest2023'

0.0004 SECONDS:
SELECT * FROM `tour_stop_blog_days` WHERE `tour_stop_blog_id` = '19'

0.0323 SECONDS:
SELECT `content` FROM `tour_stop_blog_day_posts` WHERE `content` LIKE "%
0.0057 SECONDS:
SELECT COUNT(*) AS `numrows` FROM `tour_stop_blog_day_posts` WHERE `tour_stop_blog_day_id` = '71' AND `published` = 1

0.0340 SECONDS:
SELECT `content` FROM `tour_stop_blog_day_posts` WHERE `content` LIKE "%
0.0092 SECONDS:
SELECT COUNT(*) AS `numrows` FROM `tour_stop_blog_day_posts` WHERE `tour_stop_blog_day_id` = '72' AND `published` = 1

0.0336 SECONDS:
SELECT `content` FROM `tour_stop_blog_day_posts` WHERE `content` LIKE "%
0.0057 SECONDS:
SELECT COUNT(*) AS `numrows` FROM `tour_stop_blog_day_posts` WHERE `tour_stop_blog_day_id` = '73' AND `published` = 1

0.0003 SECONDS:
SELECT * FROM `tour_stop_blog_days` WHERE `id` = '73'

0.0003 SECONDS:
SELECT * FROM `tour_stop_blog_days` WHERE `tour_stop_blog_id` = '19' AND `name` = '3'

0.0101 SECONDS:
SELECT `tour_stop_blog_day_players`.* FROM `tour_stop_blog_day_players` WHERE `tour_stop_blog_day_id` = '73' ORDER BY `busted` ASC, `current_chips` DESC

0.0071 SECONDS:
SELECT `tour_stop_blog_day_posts`.*, `users`.`full_name` as `full_name` FROM `tour_stop_blog_day_posts` LEFT JOIN `users` ON `users`.`id` = `tour_stop_blog_day_posts`.`user_id` WHERE `tour_stop_blog_day_posts`.`published` = 1 AND `tour_stop_blog_day_id` = '73' ORDER BY `tour_stop_blog_day_posts`.`datetime` DESC

0.0089 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3491' ORDER BY `chip_change` DESC, `busted` ASC

0.0088 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3490' ORDER BY `chip_change` DESC, `busted` ASC

0.0087 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3489' ORDER BY `chip_change` DESC, `busted` ASC

0.0087 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3488' ORDER BY `chip_change` DESC, `busted` ASC

0.0088 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3487' ORDER BY `chip_change` DESC, `busted` ASC

0.0087 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3486' ORDER BY `chip_change` DESC, `busted` ASC

0.0087 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3485' ORDER BY `chip_change` DESC, `busted` ASC

0.0087 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3492' ORDER BY `chip_change` DESC, `busted` ASC

0.0092 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3484' ORDER BY `chip_change` DESC, `busted` ASC

0.0091 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3483' ORDER BY `chip_change` DESC, `busted` ASC

0.0089 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3482' ORDER BY `chip_change` DESC, `busted` ASC

0.0088 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3481' ORDER BY `chip_change` DESC, `busted` ASC

0.0089 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3480' ORDER BY `chip_change` DESC, `busted` ASC

0.0087 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3479' ORDER BY `chip_change` DESC, `busted` ASC

0.0087 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3478' ORDER BY `chip_change` DESC, `busted` ASC

0.0088 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3477' ORDER BY `chip_change` DESC, `busted` ASC

0.0088 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3476' ORDER BY `chip_change` DESC, `busted` ASC

0.0089 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3475' ORDER BY `chip_change` DESC, `busted` ASC

0.0088 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3474' ORDER BY `chip_change` DESC, `busted` ASC

0.0088 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3473' ORDER BY `chip_change` DESC, `busted` ASC

0.0088 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3472' ORDER BY `chip_change` DESC, `busted` ASC

0.0088 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3471' ORDER BY `chip_change` DESC, `busted` ASC

0.0088 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3470' ORDER BY `chip_change` DESC, `busted` ASC

0.0089 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3469' ORDER BY `chip_change` DESC, `busted` ASC

0.0088 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3468' ORDER BY `chip_change` DESC, `busted` ASC

0.0089 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3467' ORDER BY `chip_change` DESC, `busted` ASC

0.0088 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3466' ORDER BY `chip_change` DESC, `busted` ASC

0.0092 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3465' ORDER BY `chip_change` DESC, `busted` ASC

0.0089 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3464' ORDER BY `chip_change` DESC, `busted` ASC

0.0090 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3463' ORDER BY `chip_change` DESC, `busted` ASC

0.0090 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3462' ORDER BY `chip_change` DESC, `busted` ASC

0.0090 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3461' ORDER BY `chip_change` DESC, `busted` ASC

0.0089 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3460' ORDER BY `chip_change` DESC, `busted` ASC

0.0088 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3459' ORDER BY `chip_change` DESC, `busted` ASC

0.0088 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3458' ORDER BY `chip_change` DESC, `busted` ASC

0.0087 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3457' ORDER BY `chip_change` DESC, `busted` ASC

0.0087 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3456' ORDER BY `chip_change` DESC, `busted` ASC

0.0086 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3455' ORDER BY `chip_change` DESC, `busted` ASC

0.0087 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3454' ORDER BY `chip_change` DESC, `busted` ASC

0.0088 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3453' ORDER BY `chip_change` DESC, `busted` ASC

0.0087 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3452' ORDER BY `chip_change` DESC, `busted` ASC

0.0087 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3451' ORDER BY `chip_change` DESC, `busted` ASC

0.0087 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3450' ORDER BY `chip_change` DESC, `busted` ASC

0.0086 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3449' ORDER BY `chip_change` DESC, `busted` ASC

0.0087 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3448' ORDER BY `chip_change` DESC, `busted` ASC

0.0086 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3447' ORDER BY `chip_change` DESC, `busted` ASC

0.0086 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3446' ORDER BY `chip_change` DESC, `busted` ASC

0.0087 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3445' ORDER BY `chip_change` DESC, `busted` ASC

0.0087 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3444' ORDER BY `chip_change` DESC, `busted` ASC

0.0087 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3443' ORDER BY `chip_change` DESC, `busted` ASC

0.0088 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3442' ORDER BY `chip_change` DESC, `busted` ASC

0.0088 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3441' ORDER BY `chip_change` DESC, `busted` ASC

0.0088 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3440' ORDER BY `chip_change` DESC, `busted` ASC

0.0087 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3439' ORDER BY `chip_change` DESC, `busted` ASC

0.0087 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3438' ORDER BY `chip_change` DESC, `busted` ASC

0.0087 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3437' ORDER BY `chip_change` DESC, `busted` ASC

0.0087 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3436' ORDER BY `chip_change` DESC, `busted` ASC

0.0086 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3435' ORDER BY `chip_change` DESC, `busted` ASC

0.0087 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3434' ORDER BY `chip_change` DESC, `busted` ASC

0.0088 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3433' ORDER BY `chip_change` DESC, `busted` ASC

0.0091 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3432' ORDER BY `chip_change` DESC, `busted` ASC

0.0088 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3431' ORDER BY `chip_change` DESC, `busted` ASC

0.0089 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3430' ORDER BY `chip_change` DESC, `busted` ASC

0.0089 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3429' ORDER BY `chip_change` DESC, `busted` ASC

0.0090 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3428' ORDER BY `chip_change` DESC, `busted` ASC

0.0096 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3427' ORDER BY `chip_change` DESC, `busted` ASC

0.0093 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3426' ORDER BY `chip_change` DESC, `busted` ASC

0.0094 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3425' ORDER BY `chip_change` DESC, `busted` ASC

0.0101 SECONDS:
SELECT `tour_stop_blog_day_players`.* FROM `tour_stop_blog_day_players` WHERE `tour_stop_blog_day_id` = '73' ORDER BY `busted` ASC, `current_chips` DESC

0.0065 SECONDS:
SELECT `tour_stop_blog_day_posts`.*, `users`.`full_name` as `full_name` FROM `tour_stop_blog_day_posts` LEFT JOIN `users` ON `users`.`id` = `tour_stop_blog_day_posts`.`user_id` WHERE `tour_stop_blog_day_id` = '73' ORDER BY `tour_stop_blog_day_posts`.`datetime` DESC

0.0089 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3491' ORDER BY `chip_change` DESC, `busted` ASC

0.0089 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3490' ORDER BY `chip_change` DESC, `busted` ASC

0.0089 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3489' ORDER BY `chip_change` DESC, `busted` ASC

0.0089 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3488' ORDER BY `chip_change` DESC, `busted` ASC

0.0089 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3487' ORDER BY `chip_change` DESC, `busted` ASC

0.0087 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3486' ORDER BY `chip_change` DESC, `busted` ASC

0.0087 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3485' ORDER BY `chip_change` DESC, `busted` ASC

0.0087 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3492' ORDER BY `chip_change` DESC, `busted` ASC

0.0089 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3484' ORDER BY `chip_change` DESC, `busted` ASC

0.0089 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3483' ORDER BY `chip_change` DESC, `busted` ASC

0.0088 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3482' ORDER BY `chip_change` DESC, `busted` ASC

0.0088 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3481' ORDER BY `chip_change` DESC, `busted` ASC

0.0088 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3480' ORDER BY `chip_change` DESC, `busted` ASC

0.0088 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3479' ORDER BY `chip_change` DESC, `busted` ASC

0.0087 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3478' ORDER BY `chip_change` DESC, `busted` ASC

0.0088 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3477' ORDER BY `chip_change` DESC, `busted` ASC

0.0088 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3476' ORDER BY `chip_change` DESC, `busted` ASC

0.0092 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3475' ORDER BY `chip_change` DESC, `busted` ASC

0.0092 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3474' ORDER BY `chip_change` DESC, `busted` ASC

0.0093 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3473' ORDER BY `chip_change` DESC, `busted` ASC

0.0088 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3472' ORDER BY `chip_change` DESC, `busted` ASC

0.0088 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3471' ORDER BY `chip_change` DESC, `busted` ASC

0.0088 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3470' ORDER BY `chip_change` DESC, `busted` ASC

0.0092 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3469' ORDER BY `chip_change` DESC, `busted` ASC

0.0087 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3468' ORDER BY `chip_change` DESC, `busted` ASC

0.0087 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3467' ORDER BY `chip_change` DESC, `busted` ASC

0.0087 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3466' ORDER BY `chip_change` DESC, `busted` ASC

0.0087 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3465' ORDER BY `chip_change` DESC, `busted` ASC

0.0089 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3464' ORDER BY `chip_change` DESC, `busted` ASC

0.0088 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3463' ORDER BY `chip_change` DESC, `busted` ASC

0.0090 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3462' ORDER BY `chip_change` DESC, `busted` ASC

0.0089 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3461' ORDER BY `chip_change` DESC, `busted` ASC

0.0091 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3460' ORDER BY `chip_change` DESC, `busted` ASC

0.0121 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3459' ORDER BY `chip_change` DESC, `busted` ASC

0.0094 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3458' ORDER BY `chip_change` DESC, `busted` ASC

0.0090 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3457' ORDER BY `chip_change` DESC, `busted` ASC

0.0089 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3456' ORDER BY `chip_change` DESC, `busted` ASC

0.0101 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3455' ORDER BY `chip_change` DESC, `busted` ASC

0.0096 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3454' ORDER BY `chip_change` DESC, `busted` ASC

0.0091 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3453' ORDER BY `chip_change` DESC, `busted` ASC

0.0088 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3452' ORDER BY `chip_change` DESC, `busted` ASC

0.0088 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3451' ORDER BY `chip_change` DESC, `busted` ASC

0.0088 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3450' ORDER BY `chip_change` DESC, `busted` ASC

0.0088 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3449' ORDER BY `chip_change` DESC, `busted` ASC

0.0088 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3448' ORDER BY `chip_change` DESC, `busted` ASC

0.0087 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3447' ORDER BY `chip_change` DESC, `busted` ASC

0.0088 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3446' ORDER BY `chip_change` DESC, `busted` ASC

0.0091 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3445' ORDER BY `chip_change` DESC, `busted` ASC

0.0088 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3444' ORDER BY `chip_change` DESC, `busted` ASC

0.0088 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3443' ORDER BY `chip_change` DESC, `busted` ASC

0.0088 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3442' ORDER BY `chip_change` DESC, `busted` ASC

0.0088 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3441' ORDER BY `chip_change` DESC, `busted` ASC

0.0088 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3440' ORDER BY `chip_change` DESC, `busted` ASC

0.0089 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3439' ORDER BY `chip_change` DESC, `busted` ASC

0.0088 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3438' ORDER BY `chip_change` DESC, `busted` ASC

0.0088 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3437' ORDER BY `chip_change` DESC, `busted` ASC

0.0088 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3436' ORDER BY `chip_change` DESC, `busted` ASC

0.0088 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3435' ORDER BY `chip_change` DESC, `busted` ASC

0.0089 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3434' ORDER BY `chip_change` DESC, `busted` ASC

0.0088 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3433' ORDER BY `chip_change` DESC, `busted` ASC

0.0088 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3432' ORDER BY `chip_change` DESC, `busted` ASC

0.0087 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3431' ORDER BY `chip_change` DESC, `busted` ASC

0.0086 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3430' ORDER BY `chip_change` DESC, `busted` ASC

0.0087 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3429' ORDER BY `chip_change` DESC, `busted` ASC

0.0087 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3428' ORDER BY `chip_change` DESC, `busted` ASC

0.0086 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3427' ORDER BY `chip_change` DESC, `busted` ASC

0.0087 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3426' ORDER BY `chip_change` DESC, `busted` ASC

0.0087 SECONDS:
SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code` FROM `tour_stop_blog_day_post_progress` LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id` WHERE `tour_stop_blog_day_post_id` = '3425' ORDER BY `chip_change` DESC, `busted` ASC

0.0098 SECONDS:
SELECT `tour_stop_blog_day_players`.* FROM `tour_stop_blog_day_players` WHERE `tour_stop_blog_day_id` = '73' ORDER BY `busted` ASC, `current_chips` DESC

0.0004 SECONDS:
SELECT * FROM `tour_stop_blogs` WHERE `active` = 1 AND `tour_stop_id` = 2012

English
Aspers Spring Festival Main Event Live Reporting - Day 3
Current Level 28 Current Day 3
Blinds 25,000/50,000 Ante 50000
Entries 313 Remaining 1
Prize Pool (GBP) £163,950 First Prize (GBP) £30,500
1 New Update - Click to refresh
Live Updates - Day 3
Congrats to Gary Miller for Winning the Spring Poker Fest Main Event (£30,500) Posted Monday 8th May, 2023 at 00:53(UTC+0) by Jason Glatzer

Congrats to Gary Miller for winning the Spring Poker Fest £600 Main Event for £30,500 at Aspers Casino Westfield Stratford City in East London after agreeing to a heads-up deal with Adrian Cazacu.

Miller accomplished a rare feat en route to winning the title. He took the chip lead midway through Day 2 in a monster pot against Jen Chiang when his big slick got there against cowboys to take the chip lead and never let go of the chip lead until he was the final player standing.

Miller is a well-accomplished cash game player but has displayed his skills in the past with nearly $1 million in live tournament earnings according to The Hendon Mob. Earlier this week, Miller won a trophy by shipping the Spring Poker Festival High Roller, and that trophy now has a partner after completing an amazing week this festival.

The Spring Poker Fest was a big hit with 313 entries creating a £163,950 prize pool to smash the £150,000 guarantee.

2023 Spring Poker Festival Main Event Final Table Payouts

Place Player Country Prize
1 Gary Miller United Kingdom £30,500*
2 Adrian Cazacu Romania £28,500*
3 Sebastien Jung France £16,500
4 Valentin Florin Lupastean Romania £12,500
5 Stephane Nadot France £8,800
6 Hongting Xu United Kingdom £7,200
7 Hamid Rowshanaei United Kingdom £5,900
8 Nicolai Cravciuc United Kingdom £4,700
9 Alexandre Richardson United Kingdom £3,600

* Reflects heads-up deal.

Final Day Action

The third and final day of the Spring Poker Fest began with 21 hopefuls with Miller kicking off the day with nearly double the stack of his nearest competitor in Hamid Rowshanaei.

Miller was on fire eliminating several players before the final table was reached and extended his chip lead to nearly triple the stack his nearest competitors in Sebastian Jung, Valentin Florin Lupastean, and Adrian Cazacu.

Alexandre Richardson (ninth - £3,600) was the first to hit the rail at the final table on a bit of a cooler. He flopped a better two-pair than Rowshanaei. The duo got it in on the flop only for Rowshanaei to hit a runner-runner flush to send Richardson packing.

Minutes later, Stephane Nadot won a flip to eliminate Nicolai Cravciuc (eighth - £4,700) when his jacks were good against a suited big slick.

Rowshanaei's run was then over about an hour later. He got his chips in with top pair with king-nine suited. Jung held ace-jack with both the nut-flush draw and a gutshot draw to Broadway. The flush was completed on the river to eliminate Rowshanaei in seventh place for £5,900.

Shortly after, Hongting Xu jammed his short stack with ace-nine suited. Miller called with ten-seven and flopped two pair to eliminate Xu in sixth place for £7,200. Xu stuck around for a while to rail the final table before heading off once Jung was eliminated a few hours later.

Cazacu got heated a few times with Nadot. For the most part, he seemed less than thrilled about Nadot's pace of play. He was able to get his revenge. Nadot jammed a short stack with treys and ran into Cazacu's flush with queen-seven suited to head to the exit in fifth place for £8,800.

Shortly after, Lupastean took a horrible beat but you can't blame Cazacu for getting involved. At first Cazacu was upset that his kings ran into aces. However, a king hit the flop and Lupastean was on the rail in fourth place for £12,500.

The clock was then reduced from one-hour blind levels to 40-minute blind levels. But this didn't change much as it was quickly over after this. Jung jammed his stack with six-five for two pair on the river. However, Miller rivered a better two-pair with queen trey to eliminate Jung in third place for £16,500.

Miller held around a 3:2 chip advantage against Cazacu to commence the heads-up action. The duo briefly discussed a deal but then opted to play a few hands. After that, a break was taken and the payouts were evened out from the £35,500 due to the winner and the £23,500 set for the runner-up. Instead, Miller collected £30,500 and the coveted trophy while Cazacu collected a tasty £28,500 runner-up prize.

The deal was contingent on the duo playing a 7-card Omaha bomb pot for £200. Cazacu wouldn't have it any other way and won the bombed pot which took place after the outcome was determined.

Congrats to Gary Miller for winning not one, but two trophies this week! Stay tuned at MainEventTravel.com for coverage of future events.

Full Spring Poker Fest Main Event Payouts Posted Monday 8th May, 2023 at 00:42(UTC+0) by Jason Glatzer
Place Player Prize
1 Gary Miller £30,500*
2 Adrian Cazacu £28,500*
3 Sebastien Jung £16,500
4 Valentin Florin Lupastean £12,500
5 Stephane Nadot £8,800
6 Hongting Xu £7,200
7 Hamid Rowshanaei £5,900
8 Nicolai Cravciuc £4,700
9 Alexandre Richardson £3,600
10 Haitao Wu £3,000
11 Sang Nguyen £3,000
12 Ashrash Dianta £3,000
13 Tristan Chaplin £2,500
14 Krish Iyer £2,500
15 Vladimir Marchevici £2,500
16 Christopher Yong £2,100
17 Nicholas Trattou £2,100
18 Kevin Allen £2,100
19 James Marshall £1,700
20 Simon Green £1,700
21 Eric McGeough £1,700
22 Maxmillian Sanders £1,400
23 Sean Mallia £1,400
24 Keith Hoang £1,400
25 Umberto De Padua £1,250
26 Jonathan Weekes £1,250
27 Hang Xu £1,250
28 Dost Ghrabie £1,100
29 Brian Riley £1,100
30 Niall Mullally £1,100
31 Shing Hei Hugo Lee £1,100
32 Aurel Iacob £1,100
33 Angel Popov £1,100
34 Alessandro Acampora £1,100
35 Tong Rongjun £1,100
36 Ciprian Teaca £1,100

* Reflects heads-up deal.

Deal Agreed; Miller Wins Main Event for £30,500 While Cazacu Takes Home £28,500 Posted Monday 8th May, 2023 at 00:35(UTC+0) by Jason Glatzer

The final two players agreed to a deal with Gary Miller officially winning the event for £30,500 and Adrian Cazacu taking second place for £28,500.

Cazacu took home £5,000 more than if he finished second while Miller took home £7,000 more than second place but £5,000 less than the £35,500 top prize that was on the line before the deal was made.

Cazacu only would agree to the deal if they had a 7-card Omaha bomb pot for £200. He won that but this isn't the official part of the payouts.

Congrats to Gary Miller for shipping the Spring Poker Fest Main Event! Stay tuned as we will take a few photos of Miller before wrapping up the blog.

Sebastien Jung Eliminated in 3rd Place (£16,500) Posted Monday 8th May, 2023 at 00:25(UTC+0) by Jason Glatzer

Level 28: 25,000/50,000 (50,000)
Entries: 2/313

It was an incredible run for Sebastian Jung. But all good things must come to an end and Jung just hit the rail as follows:

Gary Miller min-raised the button. Sebastien Jung defended his big blind before he check-raised the flop from 80,000 to 220,000. Jung then fired out for 400,000 on the turn. Miller called both times and the river completed the board. Jung jammed for about 500,000 and Miller called.

Jung turned over the and was eliminated in third place for £18,500 after Miller rivered a better two pair with .

Adrian Cazacu and Miller briefly discussed a deal. They then played a few hands before asking for an ICM calculator.

Player Chips Progress
Gary Miller 5,500,000 1,700,000
Adrian Cazacu 3,800,000 500,000
Sebastien Jung 0 0
Valentin Florin Lupastean Eliminated in 4th Place (£12,500) Posted Monday 8th May, 2023 at 00:18(UTC+0) by Jason Glatzer

Level 28: 25,000/50,000 (50,000)
Entries: 3/313

Valentin Florin Lupastean (pictured below) opened the button for 100,000. Adrian Cazacu three-bet to 275,000 from the big blind before Lupastean four-bet shoved for 800,000. Cazacu snap-called.

"Kings," said Cazacu.

"Aces," responded Lupastean.

Valentin Florin Lupastean:
Adrian Cazacu:

"What the h*&#," said Cazacu seemingly frustrated about the second best hand facing off against the best hand.

The flop flipped things around with Cazacu now as a massive favorite.

"Queen!" begged Lupastean as this would complete a straight.

No love came on the river and Lupastean hit the rail in fourth place for £12,500. The clock will now be 40 minutes per blind level as there are just three players remaining.

Player Chips Progress
Adrian Cazacu 3,300,000 1,100,000
Valentin Florin Lupastean 0 0
Big Slick for Miller Posted Monday 8th May, 2023 at 00:13(UTC+0) by Jason Glatzer

Level 28: 25,000/50,000 (50,000)
Entries: 4/313

Gary Miller opened for a min-raise from under the gun and was called by Valentin Lupastean from the big blind.

Lupastean led out for 100,000 on the flop and Miller called. Miller called a bet by Lupastean for 150,000 on the turn before both players checked the river.

Neither player had Broadway. Lupastean turned over the . Shortly after, Miller showed the to take down the pot with two pair.

Player Chips Progress
Gary Miller 3,800,000 600,000
Valentin Florin Lupastean 900,000 400,000
Top Pair Good for Lupastean Posted Monday 8th May, 2023 at 00:06(UTC+0) by Jason Glatzer

Level 28: 25,000/50,000 (50,000)
Entries: 4/313

It has been a slow blind level for both Sebastien Jung and Valentin Lupastean. However, Lupastean was just able to get some chips as follows:

Lupastean opened the button for 125,000 before Adrian Cazacu defended his big blind.

Both players checked the flop before Cazacu led out for 125,000 on the turn. Lupastean called and the river completed the board.

Cazacu checked. Lupastean bet 300,000. Cazacu paused for about 15 seconds before he called. Lupastean turned over the for the top pair and won the hand after Cazacu mucked.

Player Chips Progress
Adrian Cazacu 2,200,000 0
Valentin Florin Lupastean 1,300,000 295,000
Head to Sin City This Summer With Main Event Travel Posted Monday 8th May, 2023 at 00:01(UTC+0) by Jason Glatzer

Looking to head to Las Vegas this summer?

MainEventTravel.com has fantastic rates on rooms on and off The Strip. Many of our hotel options are available for less than most major online travel providers, and several have free cancellation options available in the event your plans change. MET also provides flights to Vegas from around the world.

Bag yourself a great Vegas deal with ‘The Trip Leader’ – head to MainEventTravel.com to book your Las Vegas stay today.

Ace-Queen Good for Cazacu Posted Sunday 7th May, 2023 at 23:59(UTC+0) by Jason Glatzer

Level 28: 25,000/50,000 (50,000)
Entries: 4/313

Adrian Cazacu completed from the small blind before Sebastien Jung checked back his option from the big blind.

Both players checked the flop before Cazacu fired out for 150,000 on the turn. Jung called and Cazacu over-bet the pot with a bet of 525,000 after the river paired the board.

Jung paused for about 30 seconds before he called.

"Ace-queen," Cazacu said before turning over the .

Jung shook his head in what appeared to be frustration before tossing his hand into the muck.

Player Chips Progress
Adrian Cazacu 2,200,000 400,000
Sebastien Jung 1,300,000 200,000
Cazacu Doubles Through Jung Posted Sunday 7th May, 2023 at 23:44(UTC+0) by Jason Glatzer

Level 28: 25,000/50,000 (50,000)
Entries: 4/313

Adrian Cazacu was low on chips but is back in business after doubling through Sebastien Jung.

Cazacu jammed for slightly more than the pot for 650,000 with the on the board. Jung called only to get some bad news.

Cazacu turned over the for the flush to win the hand and double his stack with Jung holding for a straight.

Player Chips Progress
Adrian Cazacu 1,800,000 985,000
Sebastien Jung 1,500,000 770,000
Miller Extends Lead Posted Sunday 7th May, 2023 at 23:35(UTC+0) by Jason Glatzer

Level 28: 25,000/50,000 (50,000)
Entries: 4/313

Gary Miller opened for 100,000 from the button. Adrian Cazacu three-bet to 350,000 from the small blind and Miller called.

Cazacu continued for 275,000 on the flop and Miller called. The turn generated even more action. Cazacu bet 475,000. Miller jammed for his chip-leading stack and Cazacu quickly folded.

Player Chips Progress
Gary Miller 4,400,000 1,170,000
Adrian Cazacu 815,000 1,100,000
23:33 (UTC+0)
Start of Level 28
Blinds: 25,000/50,000     Ante: 50,000
Chip Counts at Break Posted Sunday 7th May, 2023 at 23:27(UTC+0) by Jason Glatzer
Seat Player Country Chips Big Blinds
1 Adrian Cazacu Romania 1,915,000 38
2 Sebastien Jung France 2,270,000 45
3 Valentin Florin Lupastean Romania 1,595,000 32
4 Gary Miller United Kingdom 3,230,000 65
Player Chips Progress
Gary Miller 3,230,000 170,000
Sebastien Jung 2,270,000 270,000
Adrian Cazacu 1,915,000 115,000
Valentin Florin Lupastean 1,595,000 205,000
Break Time! Posted Sunday 7th May, 2023 at 23:21(UTC+0) by Jason Glatzer

Players are on a quick 10-minute break. We will update the chip counts shortly.

40-Minute Clock When Three-Handed Posted Sunday 7th May, 2023 at 22:57(UTC+0) by Jason Glatzer

The floor just announced to the players that after one more player hits the rail they will reduce the clock the rest of the way to 40-minute blind levels.

Lupastean Limps Aces Posted Sunday 7th May, 2023 at 22:42(UTC+0) by Jason Glatzer

Level 27: 20,000/40,000 (40,000)
Entries: 4/313

Valentin Lupastean limped from under the gun. Adrian Cazacu raised to 175,000 from the small blind and Lupastean called.

Lupastean donk-bet for 210,000 on the flop. Cazacu called before both players checked down the turn and river.

Lupastean turned over the to win the hand after Cazacu mucked his cards.

Player Chips Progress
Valentin Florin Lupastean 1,800,000 600,000
Adrian Cazacu 1,800,000 0
Cazacu Takes One Off Lupastean Posted Sunday 7th May, 2023 at 22:32(UTC+0) by Jason Glatzer

Level 27: 20,000/40,000 (40,000)
Entries: 4/313

Valentin Lupastean opened for 100,000 from under the gun and was called by Adrian Cazacu from the big blind.

Cazacu check-called bets by Lupastean of 125,000 on the flop and for 150,000 on the turn before both players checked the river.

Cazacu turned over the and won the hand after Lupastean just showing the before mucking his hand.

Player Chips Progress
Adrian Cazacu 1,800,000 200,000
Valentin Florin Lupastean 1,200,000 300,000
Stephane Nadot Eliminated in 5th Place (£8,800) Posted Sunday 7th May, 2023 at 22:25(UTC+0) by Jason Glatzer

Level 27: 20,000/40,000 (40,000)
Entries: 4/313

Stephane Nadot got short on chips when he jammed for around a dozen big blinds from the small blind. Adrian Cazacu called from the big blind and the flip was on with Nadot at risk.

Stephane Nadot:
Adrian Cazacu:

Cazacu improved to a flush on the board to eliminate Nadot in fifth place for £8,800.

Player Chips Progress
Adrian Cazacu 1,600,000 500,000
Stephane Nadot 0 0
22:19 (UTC+0)
Start of Level 27
Blinds: 20,000/40,000     Ante: 40,000
Set of Nines for Lupastean Posted Sunday 7th May, 2023 at 21:38(UTC+0) by Jason Glatzer

Level 26: 15,000/30,000 (30,000)
Entries: 5/313

Valentin Lupastean opened for a min-raise from the cutoff and was called by Adrian Cazacu from the big blind. 

Cazacu check-called a bet of 60,000 by Lupastean on the flop before both players checked the turn. Cazacu bet 75,000 on the river and Lupastean quickly called.

"Ace-ten," said Cazacu without showing. 

Lupastean showed for a set of nines. Cazacu was speaking the truth as he opted to show the before the next hand was dealt.

Player Chips Progress
Valentin Florin Lupastean 1,500,000 0
Adrian Cazacu 1,100,000 282,000
"Why Heart, Why?" Posted Sunday 7th May, 2023 at 21:28(UTC+0) by Jason Glatzer

Level 26: 15,000/30,000 (30,000)
Entries: 5/313

Valentin Lupastean opened for a min-raise from under the gun and Sebastien Jung defended his big blind.

Jung check-called for 60,000 on the flop before calling a bet for the same size on the turn. The river completed the board and Jung bet 200,000.

"Why heart, why?" asked Lupastean. "Do you have a flush?"

Jung didn't answer but moments later Lupastean found a call. Jung indeed had the flush with and won the hand after Lupastean mucked his cards.

Player Chips Progress
Sebastien Jung 2,000,000 307,000
Valentin Florin Lupastean 1,500,000 405,000
Hongting Xu Eliminated in 6th Place (£7,200) Posted Sunday 7th May, 2023 at 21:22(UTC+0) by Jason Glatzer

Level 26: 15,000/30,000 (30,000)
Entries: 5/313

Hongting Xu jammed for less than six big blinds the first hand off the break from the hijack and was called by Gary Miller.

Hongting Xu:
Gary Miller:

Miller flopped two pair on the flop. Xu got up but then saw some hope with an open-ended straight draw on the turn. The river didn't provide the save Xu needed and he was eliminated in sixth place for £7,200.

Player Chips Progress
Gary Miller 3,400,000 260,000
Hongting Xu 0 0
21:14 (UTC+0)
Start of Level 26
Blinds: 15,000/30,000     Ante: 30,000
Chip Counts at Break Posted Sunday 7th May, 2023 at 21:14(UTC+0) by Jason Glatzer
Seat Player Country Chips Big Blinds
1 Hongting Xu United Kingdom 167,000 6
2 Adrian Cazacu Romania 1,382,000 46
3 Sebastien Jung France 1,693,000 56
4 Valentin Florin Lupastean Romania 1,905,000 64
5 Gary Miller United Kingdom 3,140,000 105
6 Stephane Nadot France 1,125,000 38
Player Chips Progress
Gary Miller 3,140,000 340,000
Valentin Florin Lupastean 1,905,000 705,000
Sebastien Jung 1,693,000 93,000
Adrian Cazacu 1,382,000 18,000
Stephane Nadot 1,125,000 425,000
Hongting Xu 167,000 133,000
Quick Break Posted Sunday 7th May, 2023 at 21:04(UTC+0) by Jason Glatzer

Players are on a 10-minute break. Blinds will increase to 15,000/30,000 with a 30,000 big blind ante when the action resumes.

Hamid Rowshanaei Eliminated in 7th Place (£5,900) Posted Sunday 7th May, 2023 at 20:53(UTC+0) by Jason Glatzer

Level 25: 12,000/24,000 (24,000)
Entries: 6/313

Sebastien Jung opened for 50,000 from under the gun. Hamid Rowshanaei called from the big blind before some action happened on the flop.

Rowshanaei checked before Jung bet 60,000. Rowshanaei jammed for about 500,000 and Jung didn't waste any time before he called.

Hamid Rowshanaei:
Sebastian Jung:

Rowshanaei had the top pair but Jung had plenty of outs with his ace live, a flush draw, and a gutshot to Broadway. There was little drama on the blank turn. However, Rowshanaei was on the rail after Jung nailed his flush on the river.

Player Chips Progress
Sebastien Jung 1,600,000 280,000
Hamid Rowshanaei 0 0
Xu Doubles Through Nadot Posted Sunday 7th May, 2023 at 20:45(UTC+0) by Jason Glatzer

Level 25: 12,000/24,000 (24,000)
Entries: 7/313

Stephane Nadot jammed from the small blind and was called by Hongting Xu for his last 133,000 in chips.

Hongting Xu:
Stephane Nadot:

Xu was behind but stayed alive and doubled up after his three found a partner on the board.

Player Chips Progress
Stephane Nadot 1,550,000 150,000
Hongting Xu 300,000 150,000
Flush for Lupastean Posted Sunday 7th May, 2023 at 20:43(UTC+0) by Jason Glatzer

Level 25: 12,000/24,000 (24,000)
Entries: 7/313

Hongting Xu opened for 50,000 from the hijack and was called by Valentin Florin Lupastean from the big blind.

Lupastean fired for 50,000 on the flop and for 75,000 on the turn. Xu called both times and Lupastean bet 225,000 on the river.

"You flop a flush?" asked Xu. "You are betting three streets."

This wasn't enough to talk Xu out of a call but his intuition turned out to be correct. Lupastean turned over the for the flush and Xu was low on chips after mucking his hand.

Player Chips Progress
Valentin Florin Lupastean 1,200,000 102,000
Hongting Xu 150,000 534,000
Nadot Upsets Cazacu Posted Sunday 7th May, 2023 at 20:32(UTC+0) by Jason Glatzer

Level 25: 12,000/24,000 (24,000)
Entries: 7/313

Stephane Nadot opened for 70,000 from the button and was called by Adrian Cazacu from the big blind.

Cazacu check-raised the flop from 120,000 to 275,000. Nadot three-bet jammed for 1,280,000 and Cazacu went into the tank for several minutes.

"Sorry guys, this is the only time I have tanked all day," said Cazacu.

Eventually, he folded but then complained about Nadot's play not only from that hand but other hands previously as well for a few hands.

Meanwhile, Nadot has been quiet the entire day and seemed able to ignore Cazacu's tirade.

Player Chips Progress
Stephane Nadot 1,700,000 400,000
Adrian Cazacu 1,400,000 300,000
Cazacu Wins the Pot on the Turn Posted Sunday 7th May, 2023 at 20:22(UTC+0) by Jason Glatzer

Level 25: 12,000/24,000 (24,000)
Entries: 7/313

Stephane Nadot opened for 50,000 from under the gun and was called by both Adrian Cazacu (pictured below) from the hijack and Gary Miller from the big blind to see the  flop.

Nadot continued for 75,000 after Miller checked. Cazacu jacked it up to 200,000. Miller folded and Nadot called.

Nadot checked the turn. Cazacu bet 400,000. Nadot tanked for more than a minute before he folded.

Player Chips Progress
Adrian Cazacu 1,700,000 300,000
Stephane Nadot 1,300,000 400,000
20:08 (UTC+0)
Start of Level 25
Blinds: 12,000/24,000     Ante: 24,000
Two Pair for Cazacu Posted Sunday 7th May, 2023 at 20:08(UTC+0) by Jason Glatzer

Level 24: 10,000/20,000 (20,000)
Entries: 7/313

Gary Miller min-raised from the cutoff before Adrian Cazacu defended his big blind.

Both players checked the flop before Cazacu led out for 75,000 on the turn. Miller called and Cazacu fired out a much bigger bet of 300,000 on the river.

Miller tanked for about 30 seconds before he called. Cazacu turned over the for two pair and won the hand after Miller mucked.

Player Chips Progress
Gary Miller 2,800,000 117,000
Adrian Cazacu 1,400,000 302,000
Nicolai Cravciuc Eliminated in 8th Place (£4,700) Posted Sunday 7th May, 2023 at 19:58(UTC+0) by Jason Glatzer

Level 24: 10,000/20,000 (20,000)
Entries: 7/313

Stephane Nadot opened for 45,000 from middle position. Nicolai Cravciuc (pictured below) three-bet jammed the button for less than 300,000 and Nadot called.

Nicolai Cravciuc:
Stephane Nadot:

Cravciuc bricked the runout to lose the flip and his stack. He still laddered up nicely today and will go home with the eighth place prize of £4,700.

Player Chips Progress
Stephane Nadot 1,700,000 500,000
Nicolai Cravciuc 0 0
Alexandre Richardson Eliminated in 9th Place (£3,600) Posted Sunday 7th May, 2023 at 19:40(UTC+0) by Jason Glatzer

Level 24: 10,000/20,000 (20,000)
Entries: 8/313

It didn't take too long for a player to hit the rail after the final table began. The hand began simply enough with a limped pot between Hamid Rowshanaei in the small blind and Alexandre Richardson (pictured below) in the big blind.

Rowshanaei bet 25,000 on the flop. Richardson jacked it up to 65,000 and Rowshanaei jammed for more than the 200,000 or so Richardson had in his stack.

Alexandre Richardson:
Hamid Rowshanaei:

Both players had two pair but Richardson was ahead. That all changed when running diamonds came on the turn and river to improve Rowshanaei to a flush.

Most of the players wished Richardson a good game after he hit the rail in ninth place for £3,600.

Player Chips Progress
Hamid Rowshanaei 925,000 161,000
Alexandre Richardson 0 0
Delayed Jam by Nadot Posted Sunday 7th May, 2023 at 19:32(UTC+0) by Jason Glatzer

Level 24: 10,000/20,000 (20,000)
Entries: 9/313

Gary Miller opened for 40,000 from the hijack. Stephane Nadot called from the cutoff before Hongting Xu three-bet to 132,000. Miller called before Nadot four-bet shoved for close to 1 million.

Both players folded and Nadot chipped up without a flop.

Player Chips Progress
Stephane Nadot 1,200,000 461,000
Final Table Begins Posted Sunday 7th May, 2023 at 19:24(UTC+0) by Jason Glatzer

Level 24: 10,000/20,000 (20,000)
Entries: 9/313

The final table has kicked off with 40 minutes remaining in Level 24.

Final Table Seat Draw Posted Sunday 7th May, 2023 at 19:12(UTC+0) by Jason Glatzer
Seat Player Country Chips Big Blinds
1 Hongting Xu United Kingdom 684,000 34
2 Adrian Cazacu Romania 1,098,000 55
3 Nicolai Cravciuc United Kingdom 410,000 21
4 Hamid Rowshanaei United Kingdom 764,000 38
5 Alexandre Richardson United Kingdom 380,000 19
6 Sebastien Jung France 1,320,000 66
7 Valentin Florin Lupastean Romania 1,098,000 55
8 Gary Miller United Kingdom 2,917,000 146
9 Stephane Nadot France 739,000 37

Player Chips Progress
Gary Miller 2,917,000 83,000
Sebastien Jung 1,320,000 120,000
Adrian Cazacu 1,098,000 248,000
Valentin Florin Lupastean 1,098,000 198,000
Hamid Rowshanaei 764,000 116,000
Stephane Nadot 739,000 219,000
Hongting Xu 684,000 56,000
Nicolai Cravciuc 410,000 120,000
Alexandre Richardson 380,000 155,000
Full Payouts Thus Far Posted Sunday 7th May, 2023 at 18:58(UTC+0) by Jason Glatzer
Place Player Prize
1   £35,500
2   £23,500
3   £16,500
4   £12,500
5   £8,800
6   £7,200
7   £5,900
8   £4,700
9   £3,600
10 Haitao Wu £3,000
11 Sang Nguyen £3,000
12 Ashrash Dianta £3,000
13 Tristan Chaplin £2,500
14 Krish Iyer £2,500
15 Vladimir Marchevici £2,500
16 Christopher Yong £2,100
17 Nicholas Trattou £2,100
18 Kevin Allen £2,100
19 James Marshall £1,700
20 Simon Green £1,700
21 Eric McGeough £1,700
22 Maxmillian Sanders £1,400
23 Sean Mallia £1,400
24 Keith Hoang £1,400
25 Umberto De Padua £1,250
26 Jonathan Weekes £1,250
27 Hang Xu £1,250
28 Dost Ghrabie £1,100
29 Brian Riley £1,100
30 Niall Mullally £1,100
31 Shing Hei Hugo Lee £1,100
32 Aurel Iacob £1,100
33 Angel Popov £1,100
34 Alessandro Acampora £1,100
35 Tong Rongjun £1,100
36 Ciprian Teaca £1,100
Final Table Reached After Lupastean Eliminates Wu Posted Sunday 7th May, 2023 at 18:42(UTC+0) by Jason Glatzer

Level 24: 10,000/20,000 (20,000)
Entries: 9/313

Haitao Wu's breathing room was short-lived. He jammed it in good for about a dozen big blinds from the small blind and was called by Valentin Lupastean from the big blind.

Haitao Wu:
Valentin Lupastean:

"Sheesh," said Wu after his opponent's queen connected with the flop.

Wu began to put his jacket on and this time it stayed on for good with the turn and river completing the board.

There will be a 30-minute dinner break instead of the scheduled break after this blind level.

Player Chips Progress
Valentin Florin Lupastean 900,000 527,000
Haitao Wu 0 0
Breathing Room for Wu Posted Sunday 7th May, 2023 at 18:37(UTC+0) by Jason Glatzer

Level 24: 10,000/20,000 (20,000)
Entries: 10/313

Gary Miller min-raised from under the gun. Haitao Wu three-bet jammed for 95,000.  Hongting Xu asked for a count before isolating from the small blind and Miller folded.

Haitao Wu:
Hongting Xu:

Wu's jacket was coming on before the flop and he took it back off after he had Xu drawing dead to his straight on the turn. The river completed the board and Wu got some breathing room after being down to under five big blinds moments ago.

Player Chips Progress
Hongting Xu 740,000 140,000
Haitao Wu 260,000 160,000
Cowboys Don't Hold for Wu Posted Sunday 7th May, 2023 at 18:31(UTC+0) by Jason Glatzer

Level 24: 10,000/20,000 (20,000)
Entries: 10/313

Hamid Rowshanaei opened for 40,000 from the cutoff. Haitao Wu three-bet to 135,000 from the small blind before he called a four-bet jam by Rowshanaei for 437,000.

Hamid Rowshanaei:
Haitao Wu:

Wu began to count out his chips when his opponent connected with his ace on the flop. Wu was drawing dead after the turn improved Rowshanaei further to a flush and the hand was over after the river paired the board.

Player Chips Progress
Hamid Rowshanaei 880,000 250,000
Haitao Wu 100,000 520,000
18:23 (UTC+0)
Start of Level 24
Blinds: 10,000/20,000     Ante: 20,000
Xu Eliminates Nguyen Posted Sunday 7th May, 2023 at 18:16(UTC+0) by Jason Glatzer

Level 23: 8,000/16,000 (16,000)
Entries: 10/313

Sang Nguyen was the last lady standing. There are no more ladies left after she just hit the rail as follows.

Nguyen jammed for 108,000 from the button and was called by Hongting Xu from the big blind.

Sang Nguyen:
Hongting Xu:

Nguyen wasn't able to get there on the board and hit the rail in 11th place. Meanwhile, Xu has been on fire and went from crumbs to a decent stack in about an orbit.

The action is on the final table bubble. There will be a short break once the final table is reached.

Player Chips Progress
Hongting Xu 600,000 120,000
Sang Nguyen 0 0
Déjà Vu for Xu Vs. Miller Posted Sunday 7th May, 2023 at 18:14(UTC+0) by Jason Glatzer

Level 23: 8,000/16,000 (16,000)
Entries: 11/313

Hongting Xu fired out for 200,000 with about 20,000 back from the hijack and was called by Gary Miller from the button.

Xu checked the flop. Miller bet more than the 20,000 that Xu had behind. Xu checked to see if there was any action at the other table before he called.

Hongting Xu:
Gary Miller:

No miracle came for Miller and Xu doubled for a second time in a few hands after the turn and river completed the board.

Player Chips Progress
Gary Miller 3,000,000 200,000
Hongting Xu 480,000 240,000
Xu Doubles His Short Stack Through Miller Posted Sunday 7th May, 2023 at 18:09(UTC+0) by Jason Glatzer

Level 23: 8,000/16,000 (16,000)
Entries: 11/313

Spoiler alert! Gary Miller lost a hand where another player was all-in.

Hongting Xu three-bet jammed for about 100,000 from the button and was called by Miller from the hijack.

Hongting Xu:
Gary Miller:

"I like that," said Miller after the flop left both his cards live on top of a gutshot straight draw.

Xu's hand held with the turn and river completing the board to double his stack.

Player Chips Progress
Gary Miller 3,200,000 0
Hongting Xu 240,000 418,000
Gary Miller Show Continues as He Ousts Dianat Posted Sunday 7th May, 2023 at 18:00(UTC+0) by Jason Glatzer

Level 23: 8,000/16,000 (16,000)
Entries: 11/313

It was all Gary Miller the second half of Day 2 and that trend has continued today as he eliminated yet another player in Ashrash Dianat.

Dianat jammed the cutoff for 191,000. Miller re-jammed the small blind and it was a heads-up showdown after Sang Nguyen folded from the big blind.

Ashrash Dianat:
Gary Miller:

Dianat was unable to gain traction on the board and was eliminated by Miller in 12th place.

Player Chips Progress
Gary Miller 3,200,000 200,000
Ahrash Dianat 0 0
Chaplin Runs Into Miller's Rockets Posted Sunday 7th May, 2023 at 17:46(UTC+0) by Jason Glatzer

Level 23: 8,000/16,000 (16,000)
Entries: 12/313

Gary Miller bet 88,000 into a pot of a bit more with the on the board after the turn. Tristan Chaplin jammed for 310,000. Miller paused for about 30 seconds before he called.

Tristan Chaplin:
Gary Miller:

"Ahhh, nice hand," Chaplin respectfully said.

No save for Chaplin came on the river and there were just a dozen players remaining after the hand.

"Slow down there, Gary," said a player at the other table.

Player Chips Progress
Gary Miller 3,000,000 300,000
Tristan Chaplin 0 0
"How Do You Do That?" Posted Sunday 7th May, 2023 at 17:40(UTC+0) by Jason Glatzer

Level 23: 8,000/16,000 (16,000)
Entries: 13/313

Just like an orbit earlier, Gary Miller opened for a min-raise from the button. Krish Iyer jammed for a little more than 10 big blinds and Miller called.

Krish Iyer:
Gary Miller:

Iyer's ace and jack both connected on the board but this wasn't good enough with Miller improving to a flush to eliminate Iyer in 14th place.

"How do you do that?" Iyer asked the dealer before heading to the cashier.

Player Chips Progress
Gary Miller 2,700,000 300,000
Krish Iyer 0 0
Updated Final Day Payouts Posted Sunday 7th May, 2023 at 17:33(UTC+0) by Jason Glatzer
Place Player Prize
1   £35,500
2   £23,500
3   £16,500
4   £12,500
5   £8,800
6   £7,200
7   £5,900
8   £4,700
9   £3,600
10   £3,000
11   £3,000
12   £3,000
13   £2,500
14   £2,500
15 Vladimir Marchevici £2,500
16 Christopher Yong £2,100
17 Nicholas Trattou £2,100
18 Kevin Allen £2,100
19 James Marshall £1,700
20 Simon Green £1,700
21 Eric McGeough £1,700
Fours No Good for Marchevici Posted Sunday 7th May, 2023 at 17:30(UTC+0) by Jason Glatzer

Level 23: 8,000/16,000 (16,000)
Entries: 14/313

Vladimir Marchevici jammed for 149,000 with fours and was up against the sevens held by chip leader Gary Miller.

"There was a sweat," said Miller. "He had a flush draw after the turn."

While we didn't catch the board the flush didn't complete and Marchevici was on the rail.

Player Chips Progress
Gary Miller 2,400,000 150,000
Vladimir Marchevici 0 0
Iyer Doubles His Short Stack Posted Sunday 7th May, 2023 at 17:27(UTC+0) by Jason Glatzer

Level 23: 8,000/16,000 (16,000)
Entries: 15/313

Gary Miller opened the button for 35,000. Krish Iyer three-bet jammed for 108,000 from the small blind and Miller snap-called.

Krish Iyer:
Gary Miller:

Iyer gave a clap and fist pump after his king connected with the board to double his stack instead of hitting the rail.

Player Chips Progress
Gary Miller 2,250,000 50,000
Krish Iyer 256,000 96,000
17:21 (UTC+0)
Start of Level 23
Blinds: 8,000/16,000     Ante: 16,000
First Break Posted Sunday 7th May, 2023 at 17:11(UTC+0) by Jason Glatzer

Players are on their first break of Day 3. Blinds will increase to 8,000/16,000 with a 16,000 big blind ante when the action resumes.

Yong Runs Into Cazacu's Jacks Posted Sunday 7th May, 2023 at 17:10(UTC+0) by Jason Glatzer

Level 22: 6,000/12,000 (12,000)
Entries: 15/313

Adrian Cazacu opened for 25,000 from early position. Christopher Yong three-bet shoved for 185,000 from middle position. Alexandre Richards called from the cutoff before Cazacu jammed for 462,000. Richards folded and it was a heads-up showdown.

Christopher Yong:
Adrian Cazacu:

"I had ace-king of clubs," Richards said when a player asked what he had before the board ran out.

Yong lost to Cazacu's set of fish hooks after the ran out on the board.

Player Chips Progress
Adrian Cazacu 850,000 415,000
Christopher Yong 0 0
Rockets for Cravciuc Posted Sunday 7th May, 2023 at 17:01(UTC+0) by Jason Glatzer

Level 22: 6,000/12,000 (12,000)
Entries: 16/313

Stephane Nadot opened for 35,000 from under the gun. Nicolai Cravciuc (pictured below) jammed for about 130,000 from two seats over and Nadot snap-called after the action was folded to him.

Nicolai Cravciuc:
Stephane Nadot:

Both players had premium hands but obviously, Cravciuc's was the best hand possible when getting it all in preflop. The rockets held on the board for Cravciuc to double with a set of aces.

Player Chips Progress
Stephane Nadot 520,000 205,000
Nicolai Cravciuc 290,000 120,000
"Deuces Never Loses" Posted Sunday 7th May, 2023 at 16:53(UTC+0) by Jason Glatzer

Level 22: 6,000/12,000 (12,000)
Entries: 16/313

Christopher Yong min-raised from early position and was called by Haitao Wu from the small blind. Nicholas Trattou three-bet jammed for 167,000. Yong folded and Wu called.

Nicholas Trattou:
Haitao Wu:

"Unbelievable," said Trattou. "You called with deuces!!"

It was over before it began with Wu immediately improving to a set of deuces on the flop and Trattou was the latest player on the rail after the turn and river completed the board.

Player Chips Progress
Haitao Wu 620,000 280,000
Nicholas Trattou 0 0
"That Was a Good Call" Posted Sunday 7th May, 2023 at 16:47(UTC+0) by Jason Glatzer

Level 22: 6,000/12,000 (12,000)
Entries: 17/313

Ashrash Dianat opened for 24,000 from under the gun. Krish Iyer min-clicked to 36,000 before Sebastien Jung (pictured below) four-bet to 105,000. Dianat folded and Iyer called to see the flop.

Both players checked before Iyer led out for 60,000 on the turn. Jung called and Iyer checked the river. Jung bet 75,000. Iyer tanked for a couple of minutes before he min-clicked it to 150,000. Jung tanked for a few minutes before he called.

"Ace high," Iyer said.

Jung signaled for Iyer to show his hand and he turned over the . Jung had this beat with the top pair and won the hand with .

"That was a good call," Iyer said after the hand.

Player Chips Progress
Sebastien Jung 1,200,000 514,000
Krish Iyer 160,000 312,000
Nadot Leaves Cravciuc Short Posted Sunday 7th May, 2023 at 16:37(UTC+0) by Jason Glatzer

Level 22: 6,000/12,000 (12,000)
Entries: 17/313

Stephane Nadot opened for 30,000 from middle position and was called by Nicolai Cravciuc from the button and Christopher Yong from the big blind.

Yong checked the flop. Nadot bet 50,000. Cravciuc min-clicked to 100,000. Yong folded and Nadot called to see the turn.

Both players checked and the river completed the board. Nadot fired out for 75,000. Cravciuc tanked for a few minutes before he opted to save the rest of his stack.

Player Chips Progress
Stephane Nadot 725,000 100,000
Nicolai Cravciuc 170,000 133,000
Tens No Good for Allen Posted Sunday 7th May, 2023 at 16:22(UTC+0) by Jason Glatzer

Level 22: 6,000/12,000 (12,000)
Entries: 17/313

After a lull in the action with pots at both tables small for quite some time, the action picked up on Table 29.

Stephane Nadot opened for 25,000 from the cutoff before Kevin Allen three-bet shoved for about 200,000 from the button. Nadot snap-called and the cards were turned over.

Kevin Allen:
Stephane Nadot:

Nadot's ace connected with the board to win the hand and Allen headed over to the payout desk.

Player Chips Progress
Stephane Nadot 625,000 125,000
Kevin Allen 0 0
16:07 (UTC+0)
Start of Level 22
Blinds: 6,000/12,000     Ante: 12,000
Maybe Nguyen Doesn't Want to Take Her Bet Back After All Posted Sunday 7th May, 2023 at 15:42(UTC+0) by Jason Glatzer

Level 21: 5,000/10,000
Entries: 18/313

Adrian Cazacu accidentally limped from under the gun thinking he was in the big blind before Sang Nguyen (pictured below) jammed for 141,000 from middle position. Stephane Nadot called from the cutoff and the rest of the table folded.

Sang Nguyen:
Stephane Nadot:

"I wish I could take my bet back," Nguyen said.

A few at the table got a laugh but Nguyen never had to leave her seat. She improved to a set on the board to deliver a bad beat to Nadot and double her stack.

Player Chips Progress
Stephane Nadot 500,000 140,000
Sang Nguyen 310,000 164,000
Nines Good for Nadot Posted Sunday 7th May, 2023 at 15:35(UTC+0) by Jason Glatzer

Level 21: 5,000/10,000
Entries: 18/313

Haitao Wu opened for a min-raise from under the gun and was called by Stephane Nadot (pictured below) from the button.

Wu fired out for 20,000 on the all-deuce flop. Nadot called before also calling a bet of 60,000 on the turn. Both players checked the river.

Wu turned over the . Nadot subsequently showed his to win the hand with Wu bricking the board.

Player Chips Progress
Stephane Nadot 640,000 88,000
Haitao Wu 340,000 111,000
Miller Over 2 Million Posted Sunday 7th May, 2023 at 15:26(UTC+0) by Jason Glatzer

Level 21: 5,000/10,000
Entries: 18/313

The Gary Miller Show continues as he extended his chip lead early today and surpassed more than 2 million in chips in the process.

In a recent hand, Miller opened from under the gun for 20,000 and was called by Hamid Rowshanaei from the big blind.

Rowshanaei check-called bets by Miller for 18,000 on the flop, for 68,000 on the turn, and for 144,000 on the river.

Miller turned over the for the top pair. Rowshanaei opted to show his top pair with . Rowshanaei had some obvious kicker problems for Miller to take down the pot.

Player Chips Progress
Gary Miller 2,200,000 400,000
Hamid Rowshanaei 630,000 332,000
Paging Lupastean Posted Sunday 7th May, 2023 at 15:15(UTC+0) by Jason Glatzer

Level 21: 5,000/10,000
Entries: 18/313

Almost all the players made it on time for the final day. Valentin Florin Lupastean wasn't one of them as his chips are scattered where he is supposed to be seating.

Hopefully, he arrives soon and we wish him the best of luck when he does.

Meanwhile, Simon Green and James Marshall hit the rail shortly after Eric McGeough to leave just 18 players remaining minutes into the final day.

Player Chips Progress
James Marshall 0 0
Simon Green 0 0
McGeough Out on a Bad Beat Posted Sunday 7th May, 2023 at 15:12(UTC+0) by Jason Glatzer

Level 21: 5,000/10,000
Entries: 20/313

We already have a player on the rail in the first hand of the final day as follows:

Eric McGeough jammed for 152,000 from under the gun. Alexandre Richardson asked for a count from the small blind and about 20 seconds later he called.

Eric McGeough:
Alexandre Richardson:

McGeough was ahead but was drawing dead to Richardson's flush on the turn as the ran out on the board to hit the rail in 21st place.

Player Chips Progress
Alexandre Richardson 535,000 166,000
Eric McGeough 0 0
Final Day Begins Posted Sunday 7th May, 2023 at 15:06(UTC+0) by Jason Glatzer

Level 21: 5,000/10,000
Entries: 21/313

Cards are in the air for the final day of the Main Event. Time will tell who will be the winner this evening.

Who Will Win the Spring Poker Fest Main Event at Aspers Casino? Posted Sunday 7th May, 2023 at 14:02(UTC+0) by Jason Glatzer

Welcome back to our coverage powered by MainEventTravel.com of the 2023 Spring Poker Fest £600 Main Event at Aspers Casino Westfield Stratford City.

The field is down from the 313 entries to just 21 hopefuls for the title with each player already locking up £1,400. All the players have their eyes on much more with a £35,500 top prize for the player that ultimately hoists the trophy.

Gary Miller (pictured above), who already won the High Roller earlier this week, is the King of the mountain. While many in the United Kingdom were busy with the official coronation of King Charles, Miller was busy building a massive stack and has around 20 percent of the chips in play with 1.8 million in chips.

Miller is currently doing something unusual but there is a good reason for it. On our way into the casino, we noticed Miller playing a different tournament as today is the day for the Cash Game Race tournament where the winner will win a load of cash and a trip to Las Vegas. Miller shared he already won a Vegas package but won't turn down free value.

"I was given permission to multi-table both tournaments," Miller explained. "However, I do not plan to miss a hand of the Main Event."

No other player will begin today with a seven-figure stack with Hamid Rowshanaei (962,000), Sebastien Jung (686,000), Hongting Xu (658,000), and Stephane Nadot (552,000) as his nearest competitors.

Of course, that can all change pretty fast despite the amazing structure with one-hour blind levels starting at 5,000/10,000 with a 10,000 big blind ante.

The action kicks off at 3 p.m. today. Stay tuned to MainEventTravel.com to see who will win the Spring Poker Fest Main Event.

Spring Poker Festival Main Event Payouts

Place Player Prize
1   £35,500
2   £23,500
3   £16,500
4   £12,500
5   £8,800
6   £7,200
7   £5,900
8   £4,700
9   £3,600
10   £3,000
11   £3,000
12   £3,000
13   £2,500
14   £2,500
15   £2,500
16   £2,100
17   £2,100
18   £2,100
19   £1,700
20   £1,700
21   £1,700
22 Maxmillian Sanders £1,400
23 Sean Mallia £1,400
24 Keith Hoang £1,400
25 Umberto De Padua £1,250
26 Jonathan Weekes £1,250
27 Hang Xu £1,250
28 Dost Ghrabie £1,100
29 Brian Riley £1,100
30 Niall Mullally £1,100
31 Shing Hei Hugo Lee £1,100
32 Aurel Iacob £1,100
33 Angel Popov £1,100
34 Alessandro Acampora £1,100
35 Tong Rongjun £1,100
36 Ciprian Teaca £1,100

Final Day Seat Draw

Table Seat Player  Chips  Big Blinds
29 1 Tristan Chaplin          269,000 27
29 2 Sang Nguyen          146,000 15
29 3 Hamid Rowshanaei          962,000 96
29 4 Valentin Florin Lupastean          373,000 37
29 5 Krish Iyer          472,000 47
29 8 Gary Miller       1,800,000 180
29 9 Ahrash Dianat          340,000 34
 
30 1 Nicolai Cravciuc          303,000 30
30 2 Nicholas Trattou          142,000 14
30 4 Christopher Yong          184,000 18
30 6 Simon Green          102,000 10
30 7 Kevin Allen          484,000 48
30 8 Alexandre Richardson          369,000 37
30 9 Hongting Xu          658,000 66
 
31 3 Vladimir Marchevici          381,000 38
31 4 Stephane Nadot          552,000 55
31 5 Sebastien Jung          686,000 69
31 6 Adrian Cazacu          435,000 44
31 7 James Marshall          141,000 14
31 8 Haitao Wu          451,000 45
31 9 Eric McGeough          152,000 15
13:53 (UTC+0)
Day 3 of Aspers Spring Festival Started
Level: 21     Blinds: 5,000/10,000     Ante: 10,000

Your search results are valid for . More Info
Travel search results are valid for a period of 20 minutes. If you do not book by this time, items in your cart may change in price or become unavailable.