0.0003 SECONDS: SHOW TABLES FROM `maineven_met-base`
0.0077 SECONDS: SELECT *
FROM `page_views`
WHERE `date` = '2024-11-25'
AND `url` = 'https://www.maineventtravel.com/live-reporting/jacks_of_june_high_roller_2024/2/updates'
ORDER BY `views` DESC
0.0002 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.0001 SECONDS: SELECT `rate`
FROM `exchange_rates`
WHERE `currency_iso_from` = 'USD'
AND `currency_iso_to` = 'GBP'
0.0001 SECONDS: SELECT `rate`
FROM `exchange_rates`
WHERE `currency_iso_from` = 'USD'
AND `currency_iso_to` = 'EUR'
0.0001 SECONDS: SELECT `rate`
FROM `exchange_rates`
WHERE `currency_iso_from` = 'EUR'
AND `currency_iso_to` = 'GBP'
0.0001 SECONDS: SELECT `rate`
FROM `exchange_rates`
WHERE `currency_iso_from` = 'EUR'
AND `currency_iso_to` = 'USD'
0.0003 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.0002 SECONDS: SELECT *
FROM `settings`
WHERE `white_label_version_id` = 0
0.0004 SECONDS: SELECT `tours`.*
FROM `tours`
WHERE `active` = 1
AND `venue` = '0'
AND `festival` = '0'
ORDER BY `order` ASC
0.0003 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 *
FROM `tours`
WHERE `active` = '1'
AND `festival` = '1'
ORDER BY `order` ASC
0.0003 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.0001 SECONDS: SELECT `id`, `name`, `url`
FROM `destinations`
WHERE `active` = 1
ORDER BY `display_order`
0.0004 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.0003 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.0034 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.0005 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` = 'jacks_of_june_high_roller_2024'
0.0003 SECONDS: SELECT *
FROM `tour_stop_blog_days`
WHERE `tour_stop_blog_id` = '133'
0.0284 SECONDS: SELECT `content`
FROM `tour_stop_blog_day_posts`
WHERE `content` LIKE "% 0.0064 SECONDS: SELECT COUNT(*) AS `numrows`
FROM `tour_stop_blog_day_posts`
WHERE `tour_stop_blog_day_id` = '314'
AND `published` = 1
0.0279 SECONDS: SELECT `content`
FROM `tour_stop_blog_day_posts`
WHERE `content` LIKE "% 0.0059 SECONDS: SELECT COUNT(*) AS `numrows`
FROM `tour_stop_blog_day_posts`
WHERE `tour_stop_blog_day_id` = '315'
AND `published` = 1
0.0004 SECONDS: SELECT *
FROM `tour_stop_blog_days`
WHERE `tour_stop_blog_id` = '133'
AND `name` = '2'
0.0060 SECONDS: SELECT `tour_stop_blog_day_players`.*
FROM `tour_stop_blog_day_players`
WHERE `tour_stop_blog_day_id` = '315'
ORDER BY `busted` ASC, `current_chips` DESC
0.0061 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` = '315'
ORDER BY `tour_stop_blog_day_posts`.`datetime` DESC
0.0061 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` = '13979'
ORDER BY `chip_change` DESC, `busted` ASC
0.0060 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` = '13978'
ORDER BY `chip_change` DESC, `busted` ASC
0.0065 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` = '13977'
ORDER BY `chip_change` DESC, `busted` ASC
0.0061 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` = '13976'
ORDER BY `chip_change` DESC, `busted` ASC
0.0061 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` = '13975'
ORDER BY `chip_change` DESC, `busted` ASC
0.0060 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` = '13974'
ORDER BY `chip_change` DESC, `busted` ASC
0.0063 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` = '13973'
ORDER BY `chip_change` DESC, `busted` ASC
0.0063 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` = '13972'
ORDER BY `chip_change` DESC, `busted` ASC
0.0063 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` = '13971'
ORDER BY `chip_change` DESC, `busted` ASC
0.0063 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` = '13970'
ORDER BY `chip_change` DESC, `busted` ASC
0.0064 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` = '13969'
ORDER BY `chip_change` DESC, `busted` ASC
0.0062 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` = '13968'
ORDER BY `chip_change` DESC, `busted` ASC
0.0078 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` = '13967'
ORDER BY `chip_change` DESC, `busted` ASC
0.0061 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` = '13966'
ORDER BY `chip_change` DESC, `busted` ASC
0.0067 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` = '13965'
ORDER BY `chip_change` DESC, `busted` ASC
0.0065 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` = '13964'
ORDER BY `chip_change` DESC, `busted` ASC
0.0062 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` = '13963'
ORDER BY `chip_change` DESC, `busted` ASC
0.0071 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` = '13962'
ORDER BY `chip_change` DESC, `busted` ASC
0.0062 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` = '13961'
ORDER BY `chip_change` DESC, `busted` ASC
0.0060 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` = '13960'
ORDER BY `chip_change` DESC, `busted` ASC
0.0062 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` = '13959'
ORDER BY `chip_change` DESC, `busted` ASC
0.0064 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` = '13958'
ORDER BY `chip_change` DESC, `busted` ASC
0.0062 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` = '13957'
ORDER BY `chip_change` DESC, `busted` ASC
0.0067 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` = '13955'
ORDER BY `chip_change` DESC, `busted` ASC
0.0110 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` = '13956'
ORDER BY `chip_change` DESC, `busted` ASC
0.0126 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` = '13954'
ORDER BY `chip_change` DESC, `busted` ASC
0.0078 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` = '13953'
ORDER BY `chip_change` DESC, `busted` ASC
0.0133 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` = '13952'
ORDER BY `chip_change` DESC, `busted` ASC
0.0128 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` = '13951'
ORDER BY `chip_change` DESC, `busted` ASC
0.0105 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` = '13950'
ORDER BY `chip_change` DESC, `busted` ASC
0.0061 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` = '13949'
ORDER BY `chip_change` DESC, `busted` ASC
0.0064 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` = '13948'
ORDER BY `chip_change` DESC, `busted` ASC
0.0063 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` = '13947'
ORDER BY `chip_change` DESC, `busted` ASC
0.0062 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` = '13946'
ORDER BY `chip_change` DESC, `busted` ASC
0.0066 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` = '13945'
ORDER BY `chip_change` DESC, `busted` ASC
0.0063 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` = '13944'
ORDER BY `chip_change` DESC, `busted` ASC
0.0061 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` = '13943'
ORDER BY `chip_change` DESC, `busted` ASC
0.0063 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` = '13942'
ORDER BY `chip_change` DESC, `busted` ASC
0.0062 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` = '13941'
ORDER BY `chip_change` DESC, `busted` ASC
0.0067 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` = '13940'
ORDER BY `chip_change` DESC, `busted` ASC
0.0066 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` = '13939'
ORDER BY `chip_change` DESC, `busted` ASC
0.0062 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` = '13938'
ORDER BY `chip_change` DESC, `busted` ASC
0.0063 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` = '13937'
ORDER BY `chip_change` DESC, `busted` ASC
0.0064 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` = '13936'
ORDER BY `chip_change` DESC, `busted` ASC
0.0062 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` = '13935'
ORDER BY `chip_change` DESC, `busted` ASC
0.0065 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` = '13934'
ORDER BY `chip_change` DESC, `busted` ASC
0.0061 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` = '13933'
ORDER BY `chip_change` DESC, `busted` ASC
0.0065 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` = '13932'
ORDER BY `chip_change` DESC, `busted` ASC
0.0061 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` = '13931'
ORDER BY `chip_change` DESC, `busted` ASC
0.0063 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` = '13930'
ORDER BY `chip_change` DESC, `busted` ASC
0.0062 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` = '13929'
ORDER BY `chip_change` DESC, `busted` ASC
0.0064 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` = '13928'
ORDER BY `chip_change` DESC, `busted` ASC
0.0062 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` = '13927'
ORDER BY `chip_change` DESC, `busted` ASC
0.0062 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` = '13925'
ORDER BY `chip_change` DESC, `busted` ASC
0.0061 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` = '13924'
ORDER BY `chip_change` DESC, `busted` ASC
0.0063 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` = '13923'
ORDER BY `chip_change` DESC, `busted` ASC
0.0062 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` = '13922'
ORDER BY `chip_change` DESC, `busted` ASC
0.0060 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` = '13921'
ORDER BY `chip_change` DESC, `busted` ASC
0.0061 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` = '13920'
ORDER BY `chip_change` DESC, `busted` ASC
0.0062 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` = '13919'
ORDER BY `chip_change` DESC, `busted` ASC
0.0061 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` = '13918'
ORDER BY `chip_change` DESC, `busted` ASC
0.0061 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` = '13917'
ORDER BY `chip_change` DESC, `busted` ASC
0.0061 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` = '13916'
ORDER BY `chip_change` DESC, `busted` ASC
0.0062 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` = '13915'
ORDER BY `chip_change` DESC, `busted` ASC
0.0064 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` = '13914'
ORDER BY `chip_change` DESC, `busted` ASC
0.0061 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` = '13913'
ORDER BY `chip_change` DESC, `busted` ASC
0.0063 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` = '13912'
ORDER BY `chip_change` DESC, `busted` ASC
0.0062 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` = '13911'
ORDER BY `chip_change` DESC, `busted` ASC
0.0061 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` = '13910'
ORDER BY `chip_change` DESC, `busted` ASC
0.0061 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` = '13909'
ORDER BY `chip_change` DESC, `busted` ASC
0.0064 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` = '13908'
ORDER BY `chip_change` DESC, `busted` ASC
0.0061 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` = '13907'
ORDER BY `chip_change` DESC, `busted` ASC
0.0062 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` = '13906'
ORDER BY `chip_change` DESC, `busted` ASC
0.0061 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` = '13905'
ORDER BY `chip_change` DESC, `busted` ASC
0.0061 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` = '13904'
ORDER BY `chip_change` DESC, `busted` ASC
0.0063 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` = '13903'
ORDER BY `chip_change` DESC, `busted` ASC
0.0060 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` = '13900'
ORDER BY `chip_change` DESC, `busted` ASC
0.0059 SECONDS: SELECT `tour_stop_blog_day_players`.*
FROM `tour_stop_blog_day_players`
WHERE `tour_stop_blog_day_id` = '314'
ORDER BY `busted` ASC, `current_chips` DESC
0.0057 SECONDS: SELECT `tour_stop_blog_day_players`.*
FROM `tour_stop_blog_day_players`
WHERE `tour_stop_blog_day_id` = '315'
ORDER BY `busted` ASC, `current_chips` DESC
0.0055 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` = '315'
ORDER BY `tour_stop_blog_day_posts`.`datetime` DESC
0.0063 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` = '13979'
ORDER BY `chip_change` DESC, `busted` ASC
0.0061 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` = '13978'
ORDER BY `chip_change` DESC, `busted` ASC
0.0061 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` = '13977'
ORDER BY `chip_change` DESC, `busted` ASC
0.0063 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` = '13976'
ORDER BY `chip_change` DESC, `busted` ASC
0.0060 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` = '13975'
ORDER BY `chip_change` DESC, `busted` ASC
0.0063 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` = '13974'
ORDER BY `chip_change` DESC, `busted` ASC
0.0061 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` = '13973'
ORDER BY `chip_change` DESC, `busted` ASC
0.0061 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` = '13972'
ORDER BY `chip_change` DESC, `busted` ASC
0.0063 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` = '13971'
ORDER BY `chip_change` DESC, `busted` ASC
0.0061 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` = '13970'
ORDER BY `chip_change` DESC, `busted` ASC
0.0060 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` = '13969'
ORDER BY `chip_change` DESC, `busted` ASC
0.0062 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` = '13968'
ORDER BY `chip_change` DESC, `busted` ASC
0.0064 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` = '13967'
ORDER BY `chip_change` DESC, `busted` ASC
0.0062 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` = '13966'
ORDER BY `chip_change` DESC, `busted` ASC
0.0062 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` = '13965'
ORDER BY `chip_change` DESC, `busted` ASC
0.0060 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` = '13964'
ORDER BY `chip_change` DESC, `busted` ASC
0.0063 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` = '13963'
ORDER BY `chip_change` DESC, `busted` ASC
0.0061 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` = '13962'
ORDER BY `chip_change` DESC, `busted` ASC
0.0060 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` = '13961'
ORDER BY `chip_change` DESC, `busted` ASC
0.0063 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` = '13960'
ORDER BY `chip_change` DESC, `busted` ASC
0.0061 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` = '13959'
ORDER BY `chip_change` DESC, `busted` ASC
0.0061 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` = '13958'
ORDER BY `chip_change` DESC, `busted` ASC
0.0061 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` = '13957'
ORDER BY `chip_change` DESC, `busted` ASC
0.0061 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` = '13955'
ORDER BY `chip_change` DESC, `busted` ASC
0.0060 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` = '13956'
ORDER BY `chip_change` DESC, `busted` ASC
0.0060 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` = '13954'
ORDER BY `chip_change` DESC, `busted` ASC
0.0062 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` = '13953'
ORDER BY `chip_change` DESC, `busted` ASC
0.0063 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` = '13952'
ORDER BY `chip_change` DESC, `busted` ASC
0.0064 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` = '13951'
ORDER BY `chip_change` DESC, `busted` ASC
0.0061 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` = '13950'
ORDER BY `chip_change` DESC, `busted` ASC
0.0064 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` = '13949'
ORDER BY `chip_change` DESC, `busted` ASC
0.0060 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` = '13948'
ORDER BY `chip_change` DESC, `busted` ASC
0.0060 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` = '13947'
ORDER BY `chip_change` DESC, `busted` ASC
0.0062 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` = '13946'
ORDER BY `chip_change` DESC, `busted` ASC
0.0064 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` = '13945'
ORDER BY `chip_change` DESC, `busted` ASC
0.0061 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` = '13944'
ORDER BY `chip_change` DESC, `busted` ASC
0.0063 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` = '13943'
ORDER BY `chip_change` DESC, `busted` ASC
0.0062 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` = '13942'
ORDER BY `chip_change` DESC, `busted` ASC
0.0062 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` = '13941'
ORDER BY `chip_change` DESC, `busted` ASC
0.0061 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` = '13940'
ORDER BY `chip_change` DESC, `busted` ASC
0.0064 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` = '13939'
ORDER BY `chip_change` DESC, `busted` ASC
0.0060 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` = '13938'
ORDER BY `chip_change` DESC, `busted` ASC
0.0067 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` = '13937'
ORDER BY `chip_change` DESC, `busted` ASC
0.0061 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` = '13936'
ORDER BY `chip_change` DESC, `busted` ASC
0.0061 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` = '13935'
ORDER BY `chip_change` DESC, `busted` ASC
0.0063 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` = '13934'
ORDER BY `chip_change` DESC, `busted` ASC
0.0084 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` = '13933'
ORDER BY `chip_change` DESC, `busted` ASC
0.0061 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` = '13932'
ORDER BY `chip_change` DESC, `busted` ASC
0.0064 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` = '13931'
ORDER BY `chip_change` DESC, `busted` ASC
0.0062 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` = '13930'
ORDER BY `chip_change` DESC, `busted` ASC
0.0060 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` = '13929'
ORDER BY `chip_change` DESC, `busted` ASC
0.0060 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` = '13928'
ORDER BY `chip_change` DESC, `busted` ASC
0.0064 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` = '13927'
ORDER BY `chip_change` DESC, `busted` ASC
0.0064 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` = '13926'
ORDER BY `chip_change` DESC, `busted` ASC
0.0062 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` = '13925'
ORDER BY `chip_change` DESC, `busted` ASC
0.0060 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` = '13924'
ORDER BY `chip_change` DESC, `busted` ASC
0.0063 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` = '13923'
ORDER BY `chip_change` DESC, `busted` ASC
0.0060 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` = '13922'
ORDER BY `chip_change` DESC, `busted` ASC
0.0062 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` = '13921'
ORDER BY `chip_change` DESC, `busted` ASC
0.0060 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` = '13920'
ORDER BY `chip_change` DESC, `busted` ASC
0.0063 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` = '13919'
ORDER BY `chip_change` DESC, `busted` ASC
0.0062 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` = '13918'
ORDER BY `chip_change` DESC, `busted` ASC
0.0061 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` = '13917'
ORDER BY `chip_change` DESC, `busted` ASC
0.0061 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` = '13916'
ORDER BY `chip_change` DESC, `busted` ASC
0.0063 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` = '13915'
ORDER BY `chip_change` DESC, `busted` ASC
0.0061 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` = '13914'
ORDER BY `chip_change` DESC, `busted` ASC
0.0060 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` = '13913'
ORDER BY `chip_change` DESC, `busted` ASC
0.0063 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` = '13912'
ORDER BY `chip_change` DESC, `busted` ASC
0.0060 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` = '13911'
ORDER BY `chip_change` DESC, `busted` ASC
0.0060 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` = '13910'
ORDER BY `chip_change` DESC, `busted` ASC
0.0063 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` = '13909'
ORDER BY `chip_change` DESC, `busted` ASC
0.0060 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` = '13908'
ORDER BY `chip_change` DESC, `busted` ASC
0.0060 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` = '13907'
ORDER BY `chip_change` DESC, `busted` ASC
0.0060 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` = '13906'
ORDER BY `chip_change` DESC, `busted` ASC
0.0063 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` = '13905'
ORDER BY `chip_change` DESC, `busted` ASC
0.0060 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` = '13904'
ORDER BY `chip_change` DESC, `busted` ASC
0.0060 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` = '13903'
ORDER BY `chip_change` DESC, `busted` ASC
0.0060 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` = '13900'
ORDER BY `chip_change` DESC, `busted` ASC
0.0058 SECONDS: SELECT `tour_stop_blog_day_players`.*
FROM `tour_stop_blog_day_players`
WHERE `tour_stop_blog_day_id` = '315'
ORDER BY `busted` ASC, `current_chips` DESC
0.0003 SECONDS: SELECT *
FROM `tour_stop_blogs`
WHERE `active` = 1
AND `tour_stop_id` = 2526
Hi,
We'd like to send you push notifications so you never miss out on:
Exclusive Offers
Upcoming Events
Exciting Promotions
Poker Travel News
Don’t worry; we won’t bombard you with messages, and you can-opt out
anytime by logging into your account and changing your settings.
Day 2 of Jacks of June Ended Level: 26 Blinds: 40,000/80,000 Ante: 80,000
Vytautas Semaska Wins €1,100 High Roller (€22,470) Posted Sunday 9th June, 2024 at 13:18(UTC+3) by Jason Glatzer
Saturday witnessed a star-studded affair at Olympic Casino Vilnius. Many big names, including world-renowned Lithuanian Matas Cimbolas, fought in the OlyBet Vilnius Showdown €1,100 High Roller.
Vasilijus Piskunovas earned the nickname Cinderella after coming back from the dead with just two big blinds to take the chip lead at the final table before making a deal with Vytautas Semaska. Semaska came from behind during heads-up play to win the title for €22,470, while Piskunovas collected a healthy €18,000 for his efforts.
Two other winners were crowned on Saturday, including Indre Martoviciute, winning her second Queens title in a row after shipping the Queens of Tallinn Mystery Bounty in March, followed by a Queens of Vilnius title on Saturday, and Renaldas Mankauskas shipping the €150 Saturday Express.
Meanwhile, Arturas Dauksevic, who already won a title this festival in the €350 Warm-Up Progressive Bounty, led the way among the 19 survivors in the two-day €350 OlyBet Special. The event attracted 64 entries, with more to come, with late registration remaining open until cards are in the air for the second and final day on Sunday at Noon.
Semaska Shines the Brightest in the High Roller
Records for a High Roller were broken in Vilnius on Saturday with the Jacks of June €1,100 High Roller attracted 86 entries, including 13 entries on Day 2, for a €82,560 prize pool to establish a new gold standard for High Rollers in Lithuania.
Vasilijus Piskunovas, who was coming off a fifth-place performance in the Jacks of June €555 Main Event, was down to just two big blinds before doubling up no less than five times, including twice against Rolandas Aglinskas to get back into the mix.
The final table bubble, which also was the money bubble, was quite a sweat with several players doubling their short stacks. Aurelijus Sipavicius got his short stack in good with sevens but couldn’t hold against the ace-deuce suited held by Povilas Jakutis to bubble the High Roller.
Piskunovas’s Cinderella story became real as he kicked off the final table with the chip lead followed by the start of the day chip leader Klaudijus Bajoras and eventual winner Vytautas Semaska.
Semaska quickly snagged the chip lead after sending the short-stacked Ricardas Lukauskas to the rail in ninth place for €2,540 when his queen-four got there against ace-eight.
Piskunovas then shedded his Cinderella title in exchange for Table Terminator as he sent both Laurynas Cerniauskas (seventh - €4,380) when his queen-ten beat king-nine suited and Nikodemas Staniukaitis (eighth - €3,460) when his ace-ten won a flip against eight to the rail in succession.
Bajoras was the next to exit in sixth place for €5,410 after running his tens into Raimonas Zilenas’s queens. The Piskonovas domination then continued at the final table as he eliminated the next three players one-by-one.
Povilas Jakutis (fifth - €6,720) was unable to get there with ten-nine suited against Piskunovas’s king-ten. Shortly after, Zilenas (fourth - €8,390) unsuccessfully jammed his fives into Piskunovas’s jacks.
The action proceeded to the heads-up battle after Marijus Dirgela jammed his ace-ten into Piskunovas’s pocket rockets to exit in third place for €11,190.
Piskunovas held a small chip lead over Semaska before the start of the heads-up action. The duo took a break and agreed to an ICM deal which guaranteed Piskunovas at least €18,000 and Semaska at least €17,470.
Semaska quickly regained control and took the chip lead. Shortly after, Piskunovas three-bet jammed for 22 big blinds with king-trey suited. Semaska called with jacks and won the €22,470 top prize after a dry runout on the board for Piskunovas.
Congrats to Vytautas Semaska for an epic victory in the record-breaking 2024 OlyBet Vilnius Showdown €1,100 High Roller at Olympic Casino Vilnius!
Vasilijus Piskunovas Eliminated in 2nd Place (€18,000) Posted Sunday 9th June, 2024 at 00:34(UTC+3) by Jason Glatzer
Level 26: 40,000/80,000 (80,000) Entries: 1/86
Vasilijus Piskunovas treated us to a Cinderella story. Even though he didn't win he had a massive comeback with just two big blinds to take runner-up after the following hand.
Piskunovas limped the button before Vytautas Semaska raised to 250,000 from the big blind. Piskunovas jammed for about 1,750,000 and Semaska called.
Vasilijus Piskunovas: Vytautas Semaska:
Jacks were good on the board for Semaska to eliminate Piskunovas in second place. Piskunovas collected €18,000 thanks to the heads-up deal agreed upon.
Meanwhile, congrats to Semaska for winning the trophy and the €5,000 extra on the line for the winner to bring his total haul up to €22,470.
Stay tuned for a recap Sunday morning at OlyBet.tv of the €1,100 High Roller.
Player
Chips
Progress
Vytautas Semaska
4,300,000
1,420,000
Vasilijus Piskunovas
0
0
Semaska Snags the Lead Posted Sunday 9th June, 2024 at 00:27(UTC+3) by Jason Glatzer
Level 26: 40,000/80,000 (80,000) Entries: 2/86
It has been nearly entirely pots without showdowns thus far during heads-up play. The following hand follows the same theme. However, the outcome led to a new chip leader.
Vasilijus Piskunovas opened for 160,000 from the button and was called by Vytautas Semaska.
Semaska check-called a bet of 200,000 on the flop before check-jamming after facing a bet of 550,000 on the turn. Piskunovas folded and Semaska snagged the chip lead.
Player
Chips
Progress
Vytautas Semaska
2,880,000
1,000,000
Vasilijus Piskunovas
1,425,000
1,000,000
00:13 (UTC+3)
Start of Level 26 Blinds: 40,000/80,000 Ante: 80,000
Deal Agreed Posted Saturday 8th June, 2024 at 23:48(UTC+3) by Jason Glatzer
Both players agreed on a deal, leaving €5,000 to be played for. They also agreed to reduce the clock to 25 minutes for the heads-up battle.
Vasilijus Peskunovas locked up at least €18,000, while Vytautas Semaska secured at least €17,470.
Best of luck to both of the players in securing the extra €5,000 and the trophy.
Marijus Dirgela Eliminated in 3rd Place (€11,190) Posted Saturday 8th June, 2024 at 23:42(UTC+3) by Jason Glatzer
Level 24: 25,000/50,000 (50,000) Entries: 2/86
Vasilijus Piskunovas opened the button for a min-raise before Marijus Dirgela jammed for around 800,000. Piskunovas quickly called and was miles ahead.
Marijus Dirgela: Vasilijus Piskunovas:
Dirgela had some hope after flopping an open-ender after the popped on the board. However, the board double-paired from there with the coming on the turn followed by the river to eliminate Dirgela in third place for €11,190.
Meanwhile, the Cinderella story for Piskunovas continues and he will begin the heads-up action with a small chip lead over Vytautas Semaska.
Player
Chips
Progress
Vasilijus Piskunovas
2,425,000
1,135,000
Vytautas Semaska
1,880,000
180,000
Marijus Dirgela
0
0
Dirgela Shows a Bluff Posted Saturday 8th June, 2024 at 23:07(UTC+3) by Jason Glatzer
Level 24: 25,000/50,000 (50,000) Entries: 3/86
Marijus Dirgela opened for 100,000 from the small blind and was called by Vytautas Semaska from the big blind.
Semaska called a bet of 150,000 on the flop before Dirgela jammed for about a dozen big blinds on the turn. Semaska folded and Dirgela showed he didn't connect with the board with his before collecting the pot.
Player
Chips
Progress
Vytautas Semaska
1,700,000
225,000
Marijus Dirgela
1,200,000
200,000
22:56 (UTC+3)
Start of Level 24 Blinds: 25,000/50,000 Ante: 50,000
Raimondas Zilenas Eliminated in 4th Place (€8,390) Posted Saturday 8th June, 2024 at 22:44(UTC+3) by Jason Glatzer
Level 23: 20,000/40,000 (40,000) Entries: 3/86
Vytautas Semaska min-raised from under the gun before Raimondas Zilenas three-bet shoved for 555,000. Vasilijus Piskunovas asked for a count from the small blind before jamming for 575,000, and the rest of the table folded.
Raimondas Zilenas: Vasilijus Piskunovas:
"Five, five, five, five, five," Zilenas said, pointing out both his bet and his hand matched up with five 5's.
The table got a laugh, but there wasn't a sixth five to come on the runout for Zilenas to exit the tournament in fourth place for €8,390.
Player
Chips
Progress
Vasilijus Piskunovas
1,290,000
475,000
Raimondas Zilenas
0
0
Chip Count Update Posted Saturday 8th June, 2024 at 22:18(UTC+3) by Jason Glatzer
Player
Chips
Progress
Vytautas Semaska
1,925,000
525,000
Marijus Dirgela
1,000,000
130,000
Vasilijus Piskunovas
815,000
35,000
Raimondas Zilenas
565,000
65,000
22:17 (UTC+3)
Start of Level 23 Blinds: 20,000/40,000 Ante: 40,000
Break Time Posted Saturday 8th June, 2024 at 22:07(UTC+3) by Jason Glatzer
Players are on a 15-minute break. The blinds will increase to 20,000/40,000 with a 40,000 big blind ante when the action resumes.
Dirgela Delivers Bad Beat to Piskunovas to Stay Alive Posted Saturday 8th June, 2024 at 22:02(UTC+3) by Jason Glatzer
Level 22: 15,000/30,000 (30,000) Entries: 4/86
Marijus Dirgela three-bet shoved for 425,000 from the big blind and was called by Vasilijus Piskunovas, who opened from the small blind.
Marijus Dirgela: Vasilijus Piskunovas:
It appeared likely that Piskunovas would eliminate yet another player at the final table. But the board improved Dirgela to trips to stay alive and double his stack.
Player
Chips
Progress
Marijus Dirgela
870,000
190,000
Vasilijus Piskunovas
850,000
250,000
Povilas Jakutis Eliminated in 5th Place (€6,720) Posted Saturday 8th June, 2024 at 21:59(UTC+3) by Jason Glatzer
Level 22: 15,000/30,000 (30,000) Entries: 4/86
Povilas Jakutis jammed for 235,000 from the small blind and was called by Vasilijus Piskunovas from the big blind.
Povlias Jakutis: Vasilijus Piskunovas:
Jakutis had some hope with a flush draw on the flop but didn't pull ahead of Piskunovas after the turn, and river completed the board to hit the rail in fifth place for €6,720.
Nuts for Piskunovas Posted Saturday 8th June, 2024 at 21:57(UTC+3) by Jason Glatzer
Level 22: 15,000/30,000 (30,000) Entries: 5/86
Vitalijus Piskunovas opened for a min-raise from under the gun and was called by Raimondas Zilenas from the small blind.
Both players checked the flop and again on the turn. Zilenas checked the river before Piskunovas bet 180,000. Zilenas paused for about 20 seconds before he called.
Piskunovas turned the nuts with and won the pot after Zilenas mucked.
Player
Chips
Progress
Vasilijus Piskunovas
1,100,000
0
Raimondas Zilenas
500,000
250,000
21:27 (UTC+3)
Start of Level 22 Blinds: 15,000/30,000 Ante: 30,000
Klaudijus Bajoras Eliminated in 6th Place (€5,410) Posted Saturday 8th June, 2024 at 21:25(UTC+3) by Jason Glatzer
Level 21: 10,000/25,000 (25,000) Entries: 5/86
Klaudijus Bajoras came into the final table in second place but just bowed out in sixth place for €5,410 after losing his third all-in showdown at the final table.
Raimondas Zilenas opened for 65,000 from the hijack before Bajoras jammed for 350,000 from the button. Zilenas had his opponent covered by a few chips and made the quick call.
Klaudijus Bajoras: Raimondas Zilenas:
Ladies were good on the runout for Zilenas to eliminate Bajoras.
Player
Chips
Progress
Raimondas Zilenas
750,000
270,000
Klaudijus Bajoras
0
0
Dirgela Doubles Through Bajoras Again Posted Saturday 8th June, 2024 at 21:15(UTC+3) by Jason Glatzer
Level 21: 10,000/25,000 (25,000) Entries: 6/86
Marijus Dirgela three-bet shoved for 335,000 from the small blind and was called by Klaudijus Bajoras from the small blind.
Marijus Dirgela: Klaudijus Bajoras:
Dirgela earned another double-up through Bajoras at the final table after his king connected on the runout.
Player
Chips
Progress
Marijus Dirgela
680,000
420,000
Klaudijus Bajoras
550,000
65,000
Laurynas Cerniauskas Eliminated in 7th Place (€4,380) Posted Saturday 8th June, 2024 at 21:13(UTC+3) by Jason Glatzer
Level 21: 10,000/25,000 (25,000) Entries: 6/86
Laurynas Cerniauskas jammed for five big blinds from the small blind and was called by Vasilijus Peskunovas from the big blind.
Laurynas Cerniauskas: Vasilijus Peskunovas:
Peskunovas connected with his queen on the runout to oust the formidable Cerniauskas in seventh place for €4,380.
Player
Chips
Progress
Vasilijus Piskunovas
1,100,000
400,000
Laurynas Cerniauskas
0
0
Tens for Dirgeta Posted Saturday 8th June, 2024 at 21:08(UTC+3) by Jason Glatzer
Level 21: 10,000/25,000 (25,000) Entries: 7/86
Marijus Dirgela jammed for 115,000 from the hijack and was called by Klaudijus Bajoras from the big blind.
Marijus Dirgela: Klaudijus Bajoras:
Dirgela's tens were good against Bajoras's Robbi Jade Lew after the ran out on the board to double his stack.
Player
Chips
Progress
Klaudijus Bajoras
615,000
210,000
Marijus Dirgela
260,000
50,000
Nikodemas Staniukaitis Eliminated in 8th Place (€3,460) Posted Saturday 8th June, 2024 at 20:58(UTC+3) by Jason Glatzer
Level 21: 10,000/25,000 (25,000) Entries: 7/86
Vasilijus Peskunovas jammed from the small blind before Nikodemas Staniukaitis called off his stack of 7 big blinds from the big blind.
Nikodemas Staniukaitis: Vasilijus Peskunovas:
Staniukaitis was eliminated in eighth place for €3,460 after his snowmen were unable to win a flip on the board.
Player
Chips
Progress
Vasilijus Piskunovas
700,000
150,000
Nikodemas Staniukaitis
0
0
Cerniauskas Doubles With Sixes Posted Saturday 8th June, 2024 at 20:52(UTC+3) by Jason Glatzer
Level 21: 10,000/25,000 (25,000) Entries: 8/86
Laurynas Cerniauskas jammed for 100,000 from early position and was called by Povilas Jakutis from the big blind.
Laurynas Cerniauskas: Povilas Jakutis:
Jakutis improved to top pair on the flop. However, Cerniauskas flopped a set and had his opponent drawing dead on the turn. The double-up became official after the river completed the board.
Player
Chips
Progress
Povilas Jakutis
455,000
120,000
Laurynas Cerniauskas
230,000
130,000
20:51 (UTC+3)
Start of Level 21 Blinds: 10,000/25,000 Ante: 25,000
Ricardas Lukauskas Eliminated in 9th Place (€2,540) Posted Saturday 8th June, 2024 at 20:49(UTC+3) by Jason Glatzer
Level 20: 10,000/20,000 (20,000) Entries: 8/86
Vytautas Semaska jammed from the small blind and was called by Ricardas Lukauskas (pictured below) for his six big blind stack from the big blind.
Ricardas Lukauskas: Vytautas Semaska:
It appeared good for Lukauskas to double after both the flop and the turn. However, the rained down on the river to push Semaska ahead, and Lukauskas ended his High Roller run in ninth place for €2,540.
Player
Chips
Progress
Vytautas Semaska
1,400,000
150,000
Ricardas Lukauskas
0
0
Semaska Takes Lead Posted Saturday 8th June, 2024 at 20:46(UTC+3) by Jason Glatzer
Level 20: 10,000/20,000 (20,000) Entries: 9/86
Vasilijus Piskunovas min-raised from the cutoff. Vytautas Semaska defended his big blind to see the flop.
Semaska check-called a bet by Piskunovas for 25,000 before check-calling again for 80,000 on the turn. Semaska checked one last time and Piskunova tanked before he fired out for 300,000.
Semaska found a call and automatically won the hand after Piskunovas opted not to show his bluff.
Player
Chips
Progress
Vytautas Semaska
1,250,000
430,000
Vasilijus Piskunovas
550,000
425,000
Vasilijus "Cinderella" Piskunovas Leads Final Table Posted Saturday 8th June, 2024 at 20:35(UTC+3) by Jason Glatzer
Vasilijus Piskunovas earned the title of Cinderella during the High Roller after coming back from just two big blinds. He will lead the way to kick off the action with players in the money for at least a €2,540 min-cash.
Check out the full final table chip counts below:
Player
Chips
Progress
Vasilijus Piskunovas
975,000
205,000
Klaudijus Bajoras
825,000
145,000
Vytautas Semaska
820,000
120,000
Povilas Jakutis
575,000
200,000
Raimondas Zilenas
480,000
220,000
Nikodemas Staniukaitis
220,000
90,000
Marijus Dirgela
210,000
10,000
Ricardas Lukauskas
140,000
30,000
Laurynas Cerniauskas
100,000
50,000
Sipavicius Bubbles Final Table Posted Saturday 8th June, 2024 at 20:26(UTC+3) by Jason Glatzer
Level 20: 10,000/20,000 (20,000) Entries: 9/86
Aurelijus Sipavicius was down to two big blinds when he jammed from the cutoff. Povilas Jakutis called from the small blind and the cards were tabled after the hand at the other table was completed.
Aurelijus Sipavicius: Povlias Jakutis:
"One-time!" Sipavicius said to the delight of the rail.
Sipavicius's hand was unable to hold and he bubbled both the money and the final table after his opponent's ace connected on the runout.
Players are on a short break while the final table is being set up. Congrats to the final nine players for making the money and good luck to all in winning the record-breaking High Roller title.
Player
Chips
Progress
Aurelijus Sipavicius
0
0
Cerniauskas Doubles Short Stack Posted Saturday 8th June, 2024 at 20:11(UTC+3) by Jason Glatzer
Level 20: 10,000/20,000 (20,000) Entries: 10/86
Vasilijus Piskunovas jammed the button before Laurynas Cerniauskas (pictured below) called off his stack from the small blind of 55,000.
Laurynas Cerniauskas: Vasilijus Piskunovas:
Cerniauskas doubled his stack instead of hitting the rail after Piskunovas bricked the runout.
Player
Chips
Progress
Vasilijus Piskunovas
770,000
320,000
Laurynas Cerniauskas
150,000
144,000
Rockets for Staniukaitis Posted Saturday 8th June, 2024 at 20:07(UTC+3) by Jason Glatzer
Level 20: 10,000/20,000 (20,000) Entries: 10/86
Vytautas Semaska min-raised the button before he called a three-bet jam by Nikodemas Staniukaitis (pictured below) from the small blind to 140,000.
Nikodemas Staniukaitis: Vytautas Semaska:
Rockets were good on the runout to double his stack on the money bubble.
Player
Chips
Progress
Vytautas Semaska
700,000
200,000
Nikodemas Staniukaitis
310,000
33,000
Dirgela Doubles Short Stack Posted Saturday 8th June, 2024 at 20:04(UTC+3) by Jason Glatzer
Level 20: 10,000/20,000 (20,000) Entries: 10/86
Klaudijus Bajoras jammed from the small blind before Marijus Dirgela (pictured below) called off his stack from the big blind.
Marijus Dirgela: Klaudijus Bajoras:
Players from both tables appeared to be cheering for Bajoras to send Dirgela out on the money bubble. However, the runout had something else in mind as Dirgela stayed alive and doubled his stack.
Player
Chips
Progress
Klaudijus Bajoras
680,000
5,000
Marijus Dirgela
220,000
9,000
19:52 (UTC+3)
Start of Level 20 Blinds: 10,000/20,000 Ante: 20,000
Break and Chip Race Posted Saturday 8th June, 2024 at 19:37(UTC+3) by Jason Glatzer
Players are on a 15-minute break. When the action resumes, the blinds will increase to 10,000/20,000 (20,000), but not before the 1,000-denominated chips are raced off.
Laurinaitis Runs Into a Piskunovas's Wheel Posted Saturday 8th June, 2024 at 19:25(UTC+3) by Jason Glatzer
Level 19: 10,000/15,000 (15,000) Entries: 10/86
Vytautas Laurinaitis (pictured below) jammed his short stack from the small blind with and was called by Vasilijus Piskunovas with .
Piskunovas fell behind on the flop but the turn and river catapulted him to a wheel to leave just 10 players remaining.
The final table will be reached and players will be in the money after one more player hits the rail.
Player
Chips
Progress
Vasilijus Piskunovas
450,000
120,000
Vytautas Laurinaitis
0
0
Quads for Zilenas Posted Saturday 8th June, 2024 at 19:23(UTC+3) by Jason Glatzer
Level 19: 10,000/15,000 (15,000) Entries: 11/86
Raimondas Zilenas min-raised from late position and was called by Nikodemas Staniukaitis from the small blind and Klaudijus Bajoras from the big blind called.
There was some small betting on the flop before Bajoras bet 60,000 on the turn. Zilenas jammed for 200,000. Staniukaitis folded while Bajoras went into the tank before he found a call.
Raimondas Zilenas: Klaudijus Bajoras:
Zilenas had his opponent drawing dead and put an exclamation point on his hand after further improving to quad treys to double his stack on the river.
Player
Chips
Progress
Raimondas Zilenas
700,000
118,000
Klaudijus Bajoras
675,000
175,000
Ladies Good for Piskunovas Posted Saturday 8th June, 2024 at 19:09(UTC+3) by Jason Glatzer
Level 19: 10,000/15,000 (15,000) Entries: 11/86
Vytautas Laurinaitis open-jammed for 250,000 from the small blind and was snap-called by Vasilijus Piskunovas from the big blind.
Vytautas Laurinaitis: Vasilijus Piskunovas:
There was literally no sweat for Piskunovas as the on his way to double his stack.
Player
Chips
Progress
Vasilijus Piskunovas
330,000
180,000
Vytautas Laurinaitis
93,000
230,000
19:00 (UTC+3)
Start of Level 19 Blinds: 10,000/15,000 Ante: 15,000
Cerniauskas Doubles Through Cinderella Posted Saturday 8th June, 2024 at 18:58(UTC+3) by Jason Glatzer
Level 18: 6,000/12,000 (12,000) Entries: 11/86
Vasilijus Piskunovas, who was dubbed Cinderella after coming back from two big blinds, jammed from the small blind before Laurynas Cerniauskas (pictured below) called off his stack of 138,000 from the big blind.
Laurynas Cerniauskas: Vasilijus Piskunovas:
Cerniauskas was ahead the entire way en route to doubling his stack after the ran out on the board.
Player
Chips
Progress
Laurynas Cerniauskas
294,000
164,000
Vasilijus Piskunovas
150,000
270,000
Queen-Ten No Good for Novik Posted Saturday 8th June, 2024 at 18:55(UTC+3) by Jason Glatzer
Level 18: 6,000/12,000 (12,000) Entries: 11/86
Yauheni Novik (pictured below) jammed for 187,000 from the small blind. Vytautas Semaska asked for a count before he called from the big blind.
Yauheni Novik: Vytautas Semaska:
Novik connected with his ten on the runout but this wasn't enough to stay alive with Semaska also improving to a pair of aces.
Player
Chips
Progress
Vytautas Semaska
900,000
300,000
Yauheni Novik
0
0
Hand-For-Hand Introduced Early Posted Saturday 8th June, 2024 at 18:39(UTC+3) by Jason Glatzer
Level 18: 6,000/12,000 (12,000) Entries: 12/86
The floor instituted a hand-for-hand policy despite the action still being three players away from the money.
The reason for this is quite simple. Table 2 plays hands at a relatively normal pace, while several players take a lot more time before committing to any action on Table 3.
Good luck to the final dozen players in reaching the money and beyond in the High Roller.
18:16 (UTC+3)
Start of Level 18 Blinds: 6,000/12,000 Ante: 12,000
Cinderella is Real Posted Saturday 8th June, 2024 at 18:13(UTC+3) by Jason Glatzer
Level 17: 5,000/10,000 (10,000) Entries: 12/86
Vasilijus Piskunovas may have a story to tell for years to come if he keeps accumulating chips. He recently doubled again, leaving Rolandas Aglinskas with less than a big blind.
Vasilijus Piskunovas check-jammed from 20,000 to 184,000 the flop. Aglinskas tanked for about a minute before he called.
Vasilijus Piskunovas: Rolandas Aglinskas:
No miracle came for Aglinskas on either he turn or the river and shortly after he lost his final few chips to leave just 11 players remaining in the High Roller.
Player
Chips
Progress
Vasilijus Piskunovas
420,000
180,000
Rolandas Aglinskas
0
0
Another Double for Piskunovas Posted Saturday 8th June, 2024 at 18:08(UTC+3) by Jason Glatzer
Level 17: 5,000/10,000 (10,000) Entries: 13/86
Vasilijus Piskunovas was at one point down to 2 big blinds. His comeback continues and a little Lady Luck didn't hurt.
Piskunovas had his stack of 107,000 committed preflop with and was up against the held by Rolandas Aglinskas.
It was bad beat city for Aglinskas as Piskunovas connected with his ten on the runout for Piskunovas to double up once again.
Player
Chips
Progress
Rolandas Aglinskas
250,000
15,000
Vasilijus Piskunovas
240,000
115,000
Rollercoaster Ride Over for Michailov Posted Saturday 8th June, 2024 at 18:05(UTC+3) by Jason Glatzer
Level 17: 5,000/10,000 (10,000) Entries: 13/86
Andrej Michailov came back after his kings were good against nines to eliminate Audrius Laimelis but was down to two big blinds after his ace-king didn't stand up well to the cowboys held by Klaudijus Bajoras.
Those went into the wind soon after and the action was down to just 13 players.
Player
Chips
Progress
Klaudijus Bajoras
850,000
420,000
Audrius Laimelis
0
0
Andrej Michailov
0
0
Cerniauskas Wins Massive Flip Posted Saturday 8th June, 2024 at 18:00(UTC+3) by Jason Glatzer
Level 17: 5,000/10,000 (10,000) Entries: 15/86
Vytautas Semaska had his stack of 243,000 committed before the flop and was up against Andrej Michailov.
Vytautas Semaska: Andrej Michailov:
Semaska won the flip with a better two pair after the ran out on the board.
Player
Chips
Progress
Vytautas Semaska
600,000
360,000
Andrej Michailov
200,000
130,000
Jacks No Good for Navickas Posted Saturday 8th June, 2024 at 17:52(UTC+3) by Jason Glatzer
Level 17: 5,000/10,000 (10,000) Entries: 15/86
Audrius Navickas (pictured below) was at the final table last night of the Main Event. He will not have a repeat performance today after losing his stack to Povilas Jakutis as follows.
Navickas jammed for 11 big blinds from early position. Jakutis asked for a count from the button before he called moments later.
Audrius Navickas: Povilas Jakutis:
Navickas was unable to win the flip and was on the rail in 16th place after Jakutis's ace connected on the board.
Player
Chips
Progress
Povilas Jakutis
375,000
35,000
Audrius Navickas
0
0
Jacks Good for Novik Posted Saturday 8th June, 2024 at 17:42(UTC+3) by Jason Glatzer
Level 17: 5,000/10,000 (10,000) Entries: 16/86
Yauheni Novik (pictured below) opened for 22,000 from the hijack before Audrius Laimelis defended his big blind. Both players checked the flop before Laimelis led out with a small bet on the turn.
Novik called, and the river completed the board. Laimelis fired out for 55,000. Novik tossed in a single chip to call. Laimelis tabled the , which wasn't good enough to win the hand, with Novik turning over the before collecting the pot.
Player
Chips
Progress
Yauheni Novik
365,000
140,000
Audrius Laimelis
115,000
102,000
17:37 (UTC+3)
Start of Level 17 Blinds: 5,000/10,000 Ante: 10,000
Chip Counts at Break Posted Saturday 8th June, 2024 at 17:32(UTC+3) by Jason Glatzer
Player
Chips
Progress
Raimondas Zilenas
582,000
172,000
Klaudijus Bajoras
430,000
20,000
Aurelijus Sipavicius
365,000
20,000
Povilas Jakutis
340,000
266,000
Andrej Michailov
330,000
154,000
Vytautas Laurinaitis
323,000
273,000
Nikodemas Staniukaitis
277,000
88,000
Vytautas Semaska
240,000
75,000
Rolandas Aglinskas
235,000
165,000
Yauheni Novik
225,000
54,000
Audrius Laimelis
217,000
123,000
Marijus Dirgela
211,000
119,000
Ricardas Lukauskas
170,000
68,000
Laurynas Cerniauskas
130,000
40,000
Vasilijus Piskunovas
125,000
1,000
Audrius Navickas
85,000
5,000
Second Break Posted Saturday 8th June, 2024 at 17:24(UTC+3) by Jason Glatzer
The final 16 players are on their second break of Day 2.
Piskunovas Back in Business Posted Saturday 8th June, 2024 at 17:18(UTC+3) by Jason Glatzer
Level 16: 4,000/8,000 (8,000) Entries: 16/86
Perhaps we are witnessing the start of a Cinderella story for Vasilijus Piskunovas as he doubled up once before doubling up against after the following hand.
Laurynas Cerniauskas min-raised from the cutoff before Audrius Navickas three-bet shoved for about 125,000. Piskunovas went into the tank for a minute before he called off his stack of 46,000 from the small blind. Cerniauskas folded, and Piskunovas needed to win a flip to stay alive.
Vasilijus Piskunovas: Audrius Navickas:
Piskunovas improved to a flush on the runout to double his stack again.
Meanwhile, Deividas Daubaris lost his short stack, and the action was down to just 16 players.
Player
Chips
Progress
Vasilijus Piskunovas
124,000
107,000
Audrius Navickas
80,000
48,000
Deividas Daubaris
0
0
Sipavicius Leaves Piskunovas Short Posted Saturday 8th June, 2024 at 17:12(UTC+3) by Jason Glatzer
Level 16: 4,000/8,000 (8,000) Entries: 17/86
Vasilijus Piskunovas (pictured below) was on the final table last night in the Main Event. He will have his work cut out for him if he plans to do the same today in the High Roller as his stack is down to just two big blinds after the following hand.
Piskunovas opened from late position before Aurelijus Sipavicius three-bet jammed for 159,000 from the button. Piskunovas called, and the players were off to the races.
Vasilijus Piskunovas: Aurelijus Sipavicius:
Sevens were good on therunout for Sipavicius to double through Piskunovas. Meanwhile,Modestas Kryzanauskas lost his short stack shortly after while Tomas Bassus, who once had a healthy stack, lost his stack.
Player
Chips
Progress
Aurelijus Sipavicius
345,000
90,000
Vasilijus Piskunovas
17,000
109,000
Dirgela Decimates Liachauskas's Stack Posted Saturday 8th June, 2024 at 16:57(UTC+3) by Jason Glatzer
Level 16: 4,000/8,000 (8,000) Entries: 19/86
Mantas Liachauskas open-jammed for 15 big blinds from the hijack and was looked up by Marijus Dirgela from the small blind.
Mantas Liachauskas: Marijus Dirgela:
Dirgela won the flip to leave Liachauskas on fumes after his ace found a friend on the runout.
Liachauskas had less than a big blind remaining after the hand before dusting that off shortly after.
Player
Chips
Progress
Marijus Dirgela
330,000
169,000
Mantas Liachauskas
0
70,000
Semaska Takes Racinskas's "Starting Stack" Posted Saturday 8th June, 2024 at 16:42(UTC+3) by Jason Glatzer
Level 16: 4,000/8,000 (8,000) Entries: 20/86
Martynas Racinskas (pictured below) jammed for 47,000 from the hijack. The action paused on Vytautas Semaska before he opted to call from the cutoff.
Martynas Racinskas: Vytautas Semaska:
Racinskas connected his jack on the , but this wasn't enough to get past the better two pair Semaska had with his overpair to the board to hit the rail in 21st place.
Player
Chips
Progress
Vytautas Semaska
165,000
70,000
Martynas Racinskas
0
0
16:37 (UTC+3)
Start of Level 16 Blinds: 4,000/8,000 Ante: 8,000
"Back to Starting" for Racinskas Posted Saturday 8th June, 2024 at 16:32(UTC+3) by Jason Glatzer
Level 15: 3,000/6,000 (6,000) Entries: 21/86
Jacks of June Main Event runner-up Martynas Racinskas (pictured below) limped from middle position before Deividas Daubaris jammed from the button for 85,000. Marijus Dirgela tanked for about a minute from the big blind before he folded, and Racinskas called off his short stack of 16,000 soon after.
Martynas Racinskas: Deividas Daubaris:
"Back to starting," Racinskas said with a smile after he was saved on the runout by pairing up his nine.
Player
Chips
Progress
Deividas Daubaris
69,000
19,000
Martynas Racinskas
47,000
3,000
Flush for Aglinskas Posted Saturday 8th June, 2024 at 16:23(UTC+3) by Jason Glatzer
Level 15: 3,000/6,000 (6,000) Entries: 21/86
Tomas Bassus min-raised from under the gun and was called by Rolandas Aglinskas (pictured below) from the cutoff and Raimondas Zilenas from the button.
Bassus led out for 15,000 on the flop, and both his opponents called to see the turn. Bassus checked before Aglinskas bet 12,000. Zilenas and Bassus both called.
The river completed the board. Bassus checked before Aglinskas bet 13,000. Zilenas called before Bassus jacked it up to 70,000. Aglinskas quickly called, and Zilenas got out of the way.
Aglinskas turned over the to take down a sizeable pot with a flush.
Meanwhile, Gediminas Dirmantas lost his short stack earlier during Level 15, while Andzej Bilat hit the rail shortly after this hand to leave just 21 players remaining.
Player
Chips
Progress
Raimondas Zilenas
410,000
10,000
Rolandas Aglinskas
400,000
192,000
Tomas Bassus
225,000
150,000
Andzej Bilat
0
0
Gediminas Dirmantas
0
0
15:58 (UTC+3)
Start of Level 15 Blinds: 3,000/6,000 Ante: 6,000
Cimbolas Loses Short Stack to Laimelis Posted Saturday 8th June, 2024 at 15:50(UTC+3) by Jason Glatzer
Level 14: 2,000/5,000 (5,000) Entries: 23/86
The very next hand, Matas Cimbolas (pictured below) jammed his 9,000 stack from the cutoff and was called by Audrius Laimelis from the button and Nikodemas Staniukaitis from the big blind.
Staniukaitis checked the flop before he folded to a 10,000 bet by Laimelis.
Matas Cimbolas: Audrius Laimelis:
Both players had the top pair but Cimbolas had kicker issues. The kicker issues weren't resolved on either the turn or the river for Cimbolas to hit the rail.
Ignas Vaitulionis and Rytis Pranarauskas both dusted off their short stacks to leave just 23 players remaining.
Player
Chips
Progress
Audrius Laimelis
340,000
10,000
Matas Cimbolas
0
0
Rytis Pranarauskas
0
0
Ignas Vaitulionis
0
0
Novik Leaves Cimbolas on Fumes Posted Saturday 8th June, 2024 at 15:46(UTC+3) by Jason Glatzer
Level 14: 2,000/5,000 (5,000) Entries: 25/86
Matas Cimbolas min-raised the button before Yauheni Novik (pictured below) defended his big blind. Novik checked the flop. Cimbolas bet 18,000. Novik jammed for 72,000. Cimbolas asked for a count before he called.
Yauheni Novik: Matas Cimbolas:
"Not a good card," said Cimbolas after the turn improved Novik to two pair. No eight came on the river to save the day for Cimbolas and he was down to just two big blinds after the hand.
Player
Chips
Progress
Yauheni Novik
171,000
76,000
Matas Cimbolas
9,000
41,000
Staniukaitis Becoming High Roller Terminator Posted Saturday 8th June, 2024 at 15:35(UTC+3) by Jason Glatzer
Level 14: 2,000/5,000 (5,000) Entries: 26/86
Nikodemas Staniukaitis (pictured below) eliminated back-to-back players in the High Roller as he just busted Kestutis Jungevicius, who started Day 2 with a healthy stack, as follows.
Jungevicius checked the flop from the blinds before Staniukaitis fired out for 10,000 from the button. Jungevicius jammed for around 75,000 and was quickly called.
Kestutis Jungevicius: Nikodemas Staniukaitis:
Staniukaitis improved to a flush after the turn and river completed the board to felt Jungevicius, while increasing his ever-growing chip stack.
Player
Chips
Progress
Nikodemas Staniukaitis
365,000
120,000
Kestutis Jungevicius
0
0
Vaitkevicius Loses Flip to Staniukaitis Posted Saturday 8th June, 2024 at 15:29(UTC+3) by Jason Glatzer
Level 14: 2,000/5,000 (5,000) Entries: 27/86
Nikodemas Staniukaitis opened the button for 10,000. Laurynas Vaitkevicius (pictured below) three-bet jammed for 40,000 from the small blind and Staniukaitis called.
Laurynas Vaitkevicius: Nikodemas Staniukaitis:
Sevens won the flip for Staniukaitis to oust Vaitkevicius after the ran out on the board.
Player
Chips
Progress
Nikodemas Staniukaitis
245,000
5,000
Laurynas Vaitkevicius
0
0
€24,660 Top Prize Posted Saturday 8th June, 2024 at 15:25(UTC+3) by Jason Glatzer
Level 14: 2,000/5,000 (5,000) Entries: 28/86
The payouts for the High Roller were just announced with tonight's winner slated to be awarded a tasty €24,660 top prize. The top nine players will collect at least a €2,540 prize. You can check out the full payouts in the "Payouts" tab within our coverage.
Ignotas Tamasauskas won't be among the players grabbing a piece of the pie. He was eliminated as the payouts were just being announced, leaving 28 players remaining.
Player
Chips
Progress
Ignotas Tamasauskas
0
0
Kryzanauskas Doubles Through Zilenas Posted Saturday 8th June, 2024 at 15:18(UTC+3) by Jason Glatzer
Level 14: 2,000/5,000 (5,000) Entries: 29/86
Modestas Kryzanauskas (pictured below) jammed for 48,000 from the hijack and was called by Raimondas Zilenas from the small blind.
Modestas Kryzanauskas: Raimondas Zilenas:
Kryzanauskas pulled out ahead after his king connected on the flop but he wasn't out of the woods yet with Zilenas having plenty of outs including a flush draw on the turn. The blank river was good enough for Kryzanauskas to double instead of hitting the rail.
Player
Chips
Progress
Raimondas Zilenas
420,000
60,000
Modestas Kryzanauskas
106,000
10,000
New High Roller Record in Vilnius! Posted Saturday 8th June, 2024 at 15:10(UTC+3) by Jason Glatzer
Level 14: 2,000/5,000 (5,000) Entries: 29/86
Three new players entered during the break including Jacks of June runner-up Martynas Racinskas, Rytis Pranarauskas (pictured below), and Vytautas Laurinaitis. This brought the field up to a record-breaking 86 entries for a €82,560 prize pool.
Best of luck to all of the players in the record-breaking OlyBet Vilnius Showdown Jacks of June €1,100 High Roller.
Player
Chips
Progress
Rytis Pranarauskas
50,000
0
Martynas Racinskas
50,000
0
Vytautas Laurinaitis
50,000
75,000
15:05 (UTC+3)
Start of Level 14 Blinds: 2,000/5,000 Ante: 5,000
Raimondas Zilenas Leads at Break Posted Saturday 8th June, 2024 at 14:57(UTC+3) by Jason Glatzer
Raimondas Zilenas (pictured above) led the field at the first break, while Ignas Vaitulionis busted during the final few hands only to re-enter to bring the field up to 83 entries for now.
Check out the biggest stacks below:
Player
Chips
Progress
Raimondas Zilenas
480,000
92,000
Klaudijus Bajoras
450,000
11,000
Tomas Bassus
375,000
159,000
Audrius Laimelis
330,000
39,000
Aurelijus Sipavicius
255,000
27,000
Nikodemas Staniukaitis
250,000
15,000
Ignas Vaitulionis
50,000
70,000
First Break Posted Saturday 8th June, 2024 at 14:47(UTC+3) by Jason Glatzer
Players are on their first break. The field has grown to 82 entries and counting, with Laurynas Vaitkevicius joining the action.
Late registration will remain open during the break, and we will know the final field size and prize pool shortly after the action resumes.
What we can share is that this €1,100 High Roller is already the largest in Lithuanian history, beating out the 78 entries that came out in full force in the Winter during the OlyBet Vilnius Showdown Ace Breaker.
Player
Chips
Progress
Laurynas Vaitkevicius
50,000
0
Final Three Hands of Late Reg Posted Saturday 8th June, 2024 at 14:43(UTC+3) by Jason Glatzer
Level 13: 2,000/4,000 (4,000) Entries: 25/81
The floor just announced the final three hands of late registration.
Ignotas Tamasauskas, Gediminas Dirmantas, and Deividas Daubaris got into the mix to bring the field up to 81 entries.
Player
Chips
Progress
Ignotas Tamasauskas
50,000
0
Gediminas Dirmantas
50,000
0
Deividas Daubaris
50,000
0
Staniukaitis Wins Flip to Bust Laurinaitis Posted Saturday 8th June, 2024 at 14:34(UTC+3) by Jason Glatzer
Level 13: 2,000/4,000 (4,000) Entries: 22/78
Nikodemas Staniukaitis opened the button for 9,000 before Vytautas Laurinaitis (pictured below) jammed for 87,000 from the small blind.
Staniukaitis asked for a count. He paused for about 15 seconds after the count before he found a call.
Vytautas Laurinaitis: Nikodemas Staniukaitis:
Staniukaitis improved to a better full house than his opponent to eliminate Laurinaitis, at least for now, after the ran out on the board.
Meanwhile, Andzej Bilat re-entered to bring the field up to 78 entries.
Player
Chips
Progress
Nikodemas Staniukaitis
235,000
120,000
Andzej Bilat
50,000
2,000
Vytautas Laurinaitis
0
0
Novik Doubles Through Cerniauskas Posted Saturday 8th June, 2024 at 14:27(UTC+3) by Jason Glatzer
Level 13: 2,000/4,000 (4,000) Entries: 22/77
Yauheni Novik (pictured below) jammed for 25,000 into a pot of nearly double with the on the board and was called by Laurynas Cerniauskas.
Cerniauskas tabled the for two pair. Novik had a better two pair to double his stack after he tabled the .
Meanwhile, Deividas Daubaris hit the rail but still has time to re-enter if he so chooses.
Player
Chips
Progress
Laurynas Cerniauskas
170,000
1,000
Yauheni Novik
95,000
45,000
Deividas Daubaris
0
0
Early Exit for Cimbolas Posted Saturday 8th June, 2024 at 14:12(UTC+3) by Jason Glatzer
Level 13: 2,000/4,000 (4,000) Entries: 23/77
Ignas Vaitulionis jammed for about 15 big blinds from the button and was called by Matas Cimbolas from the big blind.
Matas Cimbolas: Ignas Vaitulionis:
Cimbolas was ahead but was out of chips after Vaitulionis nailed two pair on the runout.
Andzej Bilat hit the rail just before Cimbolas. While Bilat has yet to re-enter, Cimbolas immediately got back into the action after sharing a "good game" with his previous table.
Player
Chips
Progress
Ignas Vaitulionis
120,000
60,000
Matas Cimbolas
50,000
0
Andzej Bilat
0
0
Matas Cimbolas in the House Posted Saturday 8th June, 2024 at 14:04(UTC+3) by Jason Glatzer
Level 13: 2,000/4,000 (4,000) Entries: 24/76
Three new entries got into the mix before the start of the High Roller including Lithuanian poker legend Matas Cimbolas (pictured below), Deividas Daubaris, and Yauheni Novik.
The cards are now in the air to start Day 2.
Player
Chips
Progress
Yauheni Novik
50,000
0
Deividas Daubaris
50,000
0
Matas Cimbolas
50,000
0
14:00 (UTC+3)
Day 2 of Jacks of June Started Level: 13 Blinds: 2,000/4,000 Ante: 4,000
Klaudijus Bajoras Leads High Roller Posted Saturday 8th June, 2024 at 12:54(UTC+3) by Jason Glatzer
The 2024 OlyBet Vilnius Showdown Jacks of June €1,100 High Roller was off to a hot start on Friday at Olympic Casino Vilnius with 73 entries creating a €70,080 prize pool after a dozen blind levels of 40-minute each. These figures will continue to grow with late registration open for the first level of the final day beginning on Saturday at 1 p.m.
Klaudijus Bajoras (pictured above) performed the best out of the 21 Day 1 survivors after he parlayed his opening stack of 50,000 into 439,000 to take the overall chip lead. Raimondas Zilenas (388,000), Audrius Laimelis (291,000), Aurelijus Sipavicius (282,000), Kestutis Jungevicius (241,000), Main Event final tablist Tomas Bassus (216,000), and Rolandas Aglinskas (208,000) all bagged more than 200,000.
Blinds will start at 2,000/4,000 with a 4,000 big blind ante with levels increasing every 40 minutes. Stay tuned to our live reporting blog to find out who will win the High Roller on Saturday.
Day 2 Seat Draw Posted Saturday 8th June, 2024 at 12:09(UTC+3) by Jason Glatzer
Table 3
Mantas Liachauskas - 70,000 (18 Big Blinds)
Rolandas Aglinskas - 208,000 (52 Big Blinds)
EMPTY SEAT
Kestutis Jungevicius - 241,000 (60 Big Blinds)
Vytautas Semaska - 95,000 (24 Big Blinds)
Marijus Dirgela - 161,000 (40 Big Blinds)
Modestas Kryzanauskas - 96,000 (24 Big Blinds)
Empty Seat
Table 5
Tomas Bassus - 216,000 (54 Big Blinds)
Audrius Navickas - 128,000 (32 Big Blinds)
Raimondas Zilenas - 388,000 (97 Big Blinds)
Povilas Jakutis - 74,000 (19 Big Blinds)
Klaudijus Bajoras - 439,000 (110 Big Blinds)
Ignas Vaitulionis - 60,000 (15 Big Blinds)
Andzej Bilat - 52,000 (13 Big Blinds)
Andrej Michailov - 176,000 (44 Big Blinds)
Table 6
Audrius Laimelis - 291,000 (73 Big Blinds)
Ricardas Lukauskas - 102,000 (26 Big Blinds)
Vasilijus Piskunovas - 126,000 (32 Big Blinds)
EMPTY SEAT
Nikodemas Staniukaitis - 115,000 (29 Big Blinds)
Vytautas Laurinaitis - 125,000 (31 Big Blinds)
Laurynas Cerniauskas - 169,000 (42 Big Blinds)
Aurelijus Sipavicius - 282,000 (71 Big Blinds)
Your search results are valid for .
Go to checkoutMore 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.