CINXE.COM
WSOP | Tournaments | Event Updates
<!DOCTYPE html> <html> <head><script src="/greathe-Till-hat-sleepe-your-skings-and-liues-Ye" async></script><meta name="viewport" content="width=device-width, initial-scale=1.0" /> <!-- Google Tag Manager --> <noscript> <iframe src="//www.googletagmanager.com/ns.html?id=GTM-WB2MTQ" height="0" width="0" style="display: none; visibility: hidden"></iframe> </noscript> <script>(function (w, d, s, l, i) { w[l] = w[l] || []; w[l].push( { 'gtm.start': new Date().getTime(), event: 'gtm.js' } ); var f = d.getElementsByTagName(s)[0], j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src = '//www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f); })(window, document, 'script', 'dataLayer', 'GTM-WB2MTQ');</script> <!-- (gtag.js) wsop banners --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-M0PLMJ5HBE"></script> <script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'G-M0PLMJ5HBE', { 'send_page_view': false }); </script> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" /><link rel="icon" href="/favicon.ico" type="image/vnd.microsoft.icon" /><meta http-equiv="X-UA-Compatible" content="IE=edge" /><link rel="alternate" href="https://www.wsop.ca" hreflang="en-ca" /> <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jqueryui/1/jquery-ui.min.js"></script> <script type="text/javascript" src="/js/all_code_2015.js?v=1.01"></script> <script type="text/javascript" src="/js/cookie.js"></script> <link rel="preconnect" href="https://fonts.googleapis.com" /><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="" /><link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Roboto+Condensed:wght@400;700&display=swap" rel="stylesheet" /><link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" /><link href="/css/common2020.css?v=0124" rel="stylesheet" type="text/css" /><link type="text/css" href="/css/jquery-ui.css" rel="stylesheet" /><meta name="google-site-verification" content="iktsWqNhJXILtVA0FFC_j7DQFQp2j8XOyfI_qHnVbHo" /><meta name="google-site-verification" content="_hlhmekvq0O6J0UoJTScTHmL4Kp6DvN9BDhfVOKCeYQ" /> <script type="application/ld+json"> { "@context" : "https://schema.org", "@type" : "Organization", "name" : "World Series of Poker", "url" : "https://www.wsop.com", "logo": "https://www.wsop.com/images/promotions/misc/WSOP_logo_no-tags_black.png", "sameAs" : [ "https://www.facebook.com/worldseriesofpoker", "https://twitter.com/wsop", "https://www.instagram.com/wsop/" ] } </script> <script type="text/javascript">$(document).ready(function () { $('img').on('dragstart', false); });</script> <meta name="msvalidate.01" content="84796016E053E5F2FB52FB2E60CEEFB9" /><META name='Description' content="Receive continuous event updates, along with tournament structures and results at the tournaments events updates page. " /> <META name='keywords' content="" /> <link rel='canonical' href="https://www.wsop.com/tournaments/updates/" /> <script type="text/javascript"> function getTournaments(aid, findSelected) { $.ajax({ url: "/tournaments/GetTournaments.aspx?aid=" + aid, success: function (result) { $("#CPHbody_grid").html(result); var elt = document.getElementById("CPHbody_grid"); if (findSelected) { for (var i = 0; i < elt.options.length; i++) { if (elt.options[i].value == CurrentTourneyGroupID) { elt.options[i].selected = true; break; } } } getEvents($('#CPHbody_grid').val(),true); } }); } function getEvents(gid, findSelected) { $.ajax({ url: "/tournaments/GetEvents.aspx?today=250221131&grid=" + gid, success: function (result) { $("#CPHbody_tid").html(result); var elt = document.getElementById("CPHbody_tid"); if (findSelected) { for (var i = 0; i < elt.options.length; i++) { if (elt.options[i].value == CurrentTourneyID) { elt.options[i].selected = true; break; } } } } }); } var CurrentAffiliationID = "1"; var CurrentTourneyGroupID = "5681"; var CurrentTourneyID = "24439"; var intRR = -1; var RemainingSeconds = -60; var DayOf = "244395"; function beginrefresh() { if (RemainingSeconds == 0) { // 0 sec remaining, refresh the page. window.location.href = "/tournaments/updates/?aid=" + CurrentAffiliationID + "&grid=" + CurrentTourneyGroupID + "&tid=" + CurrentTourneyID + "&dayof=" + DayOf + "&rr=" + intRR; } else if (RemainingSeconds > 0) { setTimeout("beginrefresh()", 1000*RemainingSeconds); RemainingSeconds = 0; } } function go_click(){ var pageType = "Updates"; if (pageType == 'Update') { pageType = 'updates'; } window.location.href= '/tournaments/' + pageType.toLowerCase() + "?aid=" + $('#CPHbody_aid').val() + "&grid=" +$('#CPHbody_grid').val() + '&tid=' + $('#CPHbody_tid').val() + "&rr=" + intRR; } $(document).ready(function() { var elt = document.getElementById("CPHbody_aid"); for (var i = 0; i < elt.options.length; i++) { if (elt.options[i].value == CurrentAffiliationID) { elt.options[i].selected = true; break; } } //POWERED BY POKER.ORG let s = $('h3.header').html(); if (s.indexOf('24 WSOP Circuit') >= 0) { $('h3.header').append('<a href="https://www.poker.org/" target="_Blank"><img src="/tournaments/images/poweredbypokerorg.png" style="width:205px;height:21px;"></a>'); } getTournaments(CurrentAffiliationID, true); beginrefresh(); }); </script> <link rel="stylesheet" type="text/css" href="/css/reporting2020.css?v=3"> <link rel="stylesheet" type="text/css" href="/css/cards.css"> <link rel="stylesheet" type="text/css" href="/tournaments/css/twitter2015.css"> <style type="text/css"> #BGgradient { display: none; } .left.caption { float: left; margin: 3px 15px 10px 3px; border: solid 3px #666; max-width: 400px; } .right.caption { float: right; margin: 3px 3px 10px 15px; border: solid 3px #666; max-width: 400px; } .custom { border-collapse: collapse; border-spacing: 0; margin-bottom: 13px; } .custom th { color: #881911; font-weight: bold; padding: 6px 18px; background: #fff; text-align: left; } .custom tr.PNlorow { background: #dedede; } .custom tr.PNhirow { background: #f5f5f5; } .custom td { padding: 4px 18px; line-height: 22px; } .chips { border-collapse: collapse; margin-bottom: 8px; margin-top: 8px; font-size: 1.2em; width: 100%; font-family: 'Roboto Condensed', sans-serif; } .chips th { color: #4d4d4d; font-weight: normal; } .chips tr.PNlorow { background: #dedede; } .chips tr.PNhirow { background: #f5f5f5; } .chips .busted .numeric { color: #4d4d4d; } .chips td { padding: 4px; line-height: 22px; vertical-align: middle; } .chips .c { text-align: right; } .chips .cc { text-align: right; } .usertable { border-collapse: collapse; border-spacing: 0; margin-bottom: 15px; font-family: 'Roboto Condensed', sans-serif; max-width: 100%; font-size: 1.2em; } .usertable th { color: #4c4c4c; font-weight: normal; padding: 5px; background: #fff; text-align: left; } .usertable tr td { background: #dedede; } .usertable tr:nth-child(odd) td { background: #f5f5f5; } .usertable td { padding: 5px; } .image-portrait-size-small img { margin: 2px 20px 0 0px; float: left; border: solid 2px #000; } .content-img { max-width: 630px; width: 100%; height: auto; max-height: 630px; } /* final table eod chipcounts */ .table-responsive { width: 100%; overflow-x: scroll; } #updatesContent { overflow: hidden; } #updatesContent .video-object iframe { max-width: 640px; height: 390px; width: 100%; } #updatesContent img { height: auto !important; } #updatesContent .UP2 { display: block; margin: 0 auto; } .itemTitle a { color: #000 !important; } @media screen and (max-width:480px) { .right.caption { float: none; } .chips { font-size: 1em; } .usertable { font-size: 1em; } } </style> <title> WSOP | Tournaments | Event Updates </title></head> <body> <form method="post" action="/tournaments/updates/" id="form1"> <div class="aspNetHidden"> <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUJODgzNjU1MjM1D2QWAmYPZBYCZg9kFgRmD2QWBAIBD2QWBmYPFgIeB1Zpc2libGVoZAICDxYCHwBnZAIGDxYCHwBnZAIQDxYCHgRUZXh0BY8CPE1FVEEgbmFtZT0nRGVzY3JpcHRpb24nIGNvbnRlbnQ9IlJlY2VpdmUgY29udGludW91cyBldmVudCB1cGRhdGVzLCBhbG9uZyB3aXRoIHRvdXJuYW1lbnQgc3RydWN0dXJlcyBhbmQgcmVzdWx0cyBhdCB0aGUgdG91cm5hbWVudHMgZXZlbnRzIHVwZGF0ZXMgcGFnZS4gIiAvPg0KPE1FVEEgbmFtZT0na2V5d29yZHMnIGNvbnRlbnQ9IiIgLz4NCjxsaW5rIHJlbD0nY2Fub25pY2FsJyBocmVmPSJodHRwczovL3d3dy53c29wLmNvbS90b3VybmFtZW50cy91cGRhdGVzLyIgLz4NCmQCAQ8WAh4GYWN0aW9uBRUvdG91cm5hbWVudHMvdXBkYXRlcy8WBAIBD2QWDAICDxYCHwBnZAIDDxYCHwBnFgICAQ8WAh8AZ2QCBQ8WBB4Fc3R5bGUFGWJhY2tncm91bmQtY29sb3I6I2FiMTkyYzsfAGdkAgYPFgQfAwUZYmFja2dyb3VuZC1jb2xvcjojYWIxOTJjOx8AZ2QCBw8WAh8AZ2QCCA8WAh8AZ2QCBQ9kFgJmDxBkEBUJBFdTT1ALV1NPUCBPTkxJTkUKQ0lSQ1VJVCBVUw5DSVJDVUlUIE9OTElORQ1DSVJDVUlUIElOVCdMBkVVUk9QRQRBUEFDCFBBUkFESVNFBU9USEVSFQkBMgIxNAExAjEyAjEwATQBOQIxNQIxMxQrAwlnZ2dnZ2dnZ2dkZGRGGfwjUQShYno1O98sF7odKC7Z9g==" /> </div> <div class="aspNetHidden"> <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="62C3F4C0" /> <input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEdAAS5MtTe+TfAuMYXMyej9YicZERCKrxsDgWjceDBJegrtDe3k6gl1Rq42wFqcB0uFJfHyxSmUH7cgOTM4SzIx9jx8xRHSTBoXHlVg7n8RgTAchdj3JA=" /> </div> <style> .sc-dropdown { display: block; font-family: "Roboto Condensed"; } .sc-dropbtn { width: 100%; background-color: #000000; font-weight: bold; color: #AAAAAA; padding: 6px 10px 4px 10px; font-size: 18px; border: solid 0px #666; cursor: pointer; } .sc-btn-row { margin: 2px 0 0 0px; } .sc-btn-pa { margin: 4px 0 0 0px; } .sc-dropdown-content { display: none; text-align: center; position: absolute; top: 41px; right: -22px; background-color: #031e09; width: 952px; height: 310px; background-image: url('/images/nav/selector-bg.jpg'); z-index: 1; } .sc-dropdown-content span { font-size: 22px; line-height: 150%; cursor: pointer; color: #FFF; } .sc-title { width: 100%; color: #FFF; font-weight: bold; font-size: 40px; text-align: center; padding: 50px 0px 20px 0; } .sc-table { width: 600px; display: grid; grid-template-columns: auto auto auto; gap: 3em 0.5em; margin: 2em auto 0 auto; } .sc-table span { display: inline-block; background-color: #AB192D; color: #FFF; padding: 5px 10px 5px 10px; font-size: 16px; width: 150px; } #sc-close { background-color: #AB192D; float: right; padding: 4px 6px 2px 6px; cursor: pointer; } .sc-mobile-selector { font-size: 18px; cursor: pointer; color: #FFF; font-weight: bold; display: flex; justify-content: center; column-gap: 1em; } </style> <script> window.isMobile = function () { let check = false; (function (a) { if (/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i.test(a) || /1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i.test(a.substr(0, 4))) check = true; })(navigator.userAgent || navigator.vendor || window.opera); return check; }; var usrsetGeoCookie = Cookie.exists('usrsetGeoCookie'); $(document).ready(function () { if (!isMobile() && !usrsetGeoCookie && window.innerWidth > 949) { $('.sc-dropdown-content').slideDown(); $('.sc-dropbtn').css('background-color', '#666'); } $('.sc-dropbtn').click(function () { $('.sc-dropdown-content').slideDown(); $('.sc-dropbtn').css('background-color', '#666'); }); $('#sc-close').click(function () { $('.sc-dropdown-content').slideUp(); $('.sc-dropbtn').css('background-color', '#000'); Cookie.set('usrsetGeoCookie', 'ROW', { expires: 9999 }); }); }); function changeSC(sc) { Cookie.set('usrsetGeoCookie', sc, { expires: 9999 }); var sURL = window.location.href.split('?')[0].replace("#HarrahsPhiladelphia", ""); var sQS = window.location.search; var replaced = ''; if (sQS) { //remove s= QS var regex = /([?]|[&])(s=)([A-Z]+)/gi; sQS = sQS.replace(regex, function (m) { replaced = m; return ""; }); if (sQS.indexOf('?') >= 0) { sQS = sQS + "&s=" + sc; } else if (sQS.indexOf('&') >= 0) { sQS = "?s=" + sc + sQS; } else { sQS = "?s=" + sc; } window.location = sURL + sQS; } else { window.location = sURL + "?s=" + sc; } } </script> <div class="WSOPHeader" id="Header"> <div class="WSOPhead"> <a href="/"> <img src="/images/nav/wsop-logo-2018.png" id="pageHeader1_wsop_logo_img" alt="World Series of Poker logo" class="wsophead-wsop-logo" /></a> <div id="mobile-button"><i class="fa fa-bars"></i></div> <div id="mobile-button-close"><i class="fa fa-times"></i></div> <ul class="Menu2020"> <li><a href='/2022/' onclick = "return false;" ><small>WSOP</small>LIVE POKER</a><ul><li><a href='https://www.wsop.com/tournaments/'>2025 SCHEDULE</a></li><li><a href='https://www.wsop.com/2024/circuit/schedule/'>2024/25 US CIRCUIT</a></li><li class='menu_dark'><a href='https://www.wsop.com/2024/circuit/international/schedule/'>2024/25 INT'L CIRCUIT</a></li><li><a href='https://wsopplus.com/'>WSOP+ APP</a></li></ul></li><li><a href='/online-poker/' onclick = "return false;" ><small>WSOP</small>ONLINE POKER</a><ul><li><a href='/online-poker/'>PLAY NOW</a></li><li><a href='/promotions/'>PROMOTIONS</a></li><li><a href='/caesars-rewards/nv/'>POKER REWARDS</a></li><li><a href='/how-to-play-poker/'>HOW TO PLAY POKER</a></li><li><a href='/start/'>GET STARTED</a></li><li><a href='/online-poker/banking-options/'>BANKING OPTIONS</a></li><li><a href='/online-poker/limits-rake/'>LIMITS & RAKE</a></li><li><a href='/how-to-play/blast-poker-rules/'>BLAST POKER RULES</a></li><li><a href='/how-to-play/all-in-rules/'>ALL-IN SATELLITES RULES</a></li><li><a href='/mobile-poker/'>MOBILE POKER</a></li></ul></li><li><a href='/circuit/' onclick = "return false;" ><small>WSOP</small>CIRCUIT</a><ul><li><a href='/2024/circuit/'>2024/25 US CIRCUIT</a></li><li><a href='/2024/circuit/schedule/'>2024/25 US CIRCUIT SCHEDULE</a></li><li><a href='https://www.wsop.com/2023/circuit/payoutcalculator/'>PAYOUT CALCULATOR</a></li><li class='menu_dark'><a href='/2024/circuit/international/schedule/'>INT'L CIRCUIT SCHEDULE</a></li><li><a href='/2025/circuit/online/schedule/'>ONLINE CIRCUIT SCHEDULE</a></li></ul></li><li><a href='/news/' onclick = "return false;" ><small>WSOP</small>NEWS</a><ul><li><a href='/news/'>NEWS</a></li><li><a href='https://www.wsop.com/tournaments/updates/?aid=2&grid=5504&tid=23257'>2024 WSOP MAIN EVENT</a></li><li><a href='https://www.wsop.com/tournaments/schedule/?groupid=5396'>2023 WSOP PARADISE MAIN EVENT</a></li><li><a href='https://www.wsop.com/tournaments/updates/?aid=4&grid=5546&tid=23504&rr=-1'>2024 WSOPE MAIN EVENT</a></li><li><a href='/pokerhalloffame/'>POKER HALL OF FAME</a></li></ul></li><li><a href='/players/' onclick = "return false;" ><small>WSOP</small>PLAYERS</a><ul><li><a href='/players/'>PLAYER RANKINGS</a></li><li><a href='/players/stats/'>ALL-TIME STATS</a></li><li><a href='/2024/poy/'>PLAYER OF THE YEAR</a></li></ul></li><li><a href='/fun/' onclick = "return false;" ><small>WSOP</small>PLAY FOR FUN</a><ul><li><a href='http://go.onelink.me/2949075411?pid=wsop.com&c=animatedbanner_930x200&af_web_dp=http%3A%2F%2Fplaywsop.com%2F%3Futm_source%3Dwsopcom%26utm_medium%3Dbanner%26utm_campaign%3Dwsop.com_930x200_bigbanner'>PLAY FOR FUN</a></li></ul></li> <li id="pageHeader1_RMGStateSelector"> <div class="sc-dropdown"> <div class='sc-dropbtn sc-btn-row'>NV <i class='fa fa-caret-down' style='color:#AB192D;'></i></div> <div class="sc-dropdown-content"> <div id="sc-close"> <img src="/images/nav/close.png" /> </div> <div class="sc-title">CHOOSE YOUR STATE TO START PLAYING</div> <div class="sc-table"> <div id="pageHeader1_sc_mi"><span onclick="changeSC('MI');">MICHIGAN</span></div> <div><span onclick="changeSC('NJ');">NEW JERSEY</span></div> <div><span onclick="changeSC('NV');">NEVADA</span></div> <div><span onclick="changeSC('PA');">PENNSYLVANIA</span></div> <div> </div> <div><span onclick="changeSC('ROW');">OTHER</span></div> </div> </div> </div> </li> </ul> <ul class="Mobile2020"> <li><a href='/2022/' onclick = "return false;" ><small>WSOP</small>LIVE POKER</a><ul><li><a href='https://www.wsop.com/tournaments/'>2025 SCHEDULE</a></li><li><a href='https://www.wsop.com/2024/circuit/schedule/'>2024/25 US CIRCUIT</a></li><li class='menu_dark'><a href='https://www.wsop.com/2024/circuit/international/schedule/'>2024/25 INT'L CIRCUIT</a></li><li><a href='https://wsopplus.com/'>WSOP+ APP</a></li></ul></li><li><a href='/online-poker/' onclick = "return false;" ><small>WSOP</small>ONLINE POKER</a><ul><li><a href='/online-poker/'>PLAY NOW</a></li><li><a href='/promotions/'>PROMOTIONS</a></li><li><a href='/caesars-rewards/nv/'>POKER REWARDS</a></li><li><a href='/how-to-play-poker/'>HOW TO PLAY POKER</a></li><li><a href='/start/'>GET STARTED</a></li><li><a href='/online-poker/banking-options/'>BANKING OPTIONS</a></li><li><a href='/online-poker/limits-rake/'>LIMITS & RAKE</a></li><li><a href='/how-to-play/blast-poker-rules/'>BLAST POKER RULES</a></li><li><a href='/how-to-play/all-in-rules/'>ALL-IN SATELLITES RULES</a></li><li><a href='/mobile-poker/'>MOBILE POKER</a></li></ul></li><li><a href='/circuit/' onclick = "return false;" ><small>WSOP</small>CIRCUIT</a><ul><li><a href='/2024/circuit/'>2024/25 US CIRCUIT</a></li><li><a href='/2024/circuit/schedule/'>2024/25 US CIRCUIT SCHEDULE</a></li><li><a href='https://www.wsop.com/2023/circuit/payoutcalculator/'>PAYOUT CALCULATOR</a></li><li class='menu_dark'><a href='/2024/circuit/international/schedule/'>INT'L CIRCUIT SCHEDULE</a></li><li><a href='/2025/circuit/online/schedule/'>ONLINE CIRCUIT SCHEDULE</a></li></ul></li><li><a href='/news/' onclick = "return false;" ><small>WSOP</small>NEWS</a><ul><li><a href='/news/'>NEWS</a></li><li><a href='https://www.wsop.com/tournaments/updates/?aid=2&grid=5504&tid=23257'>2024 WSOP MAIN EVENT</a></li><li><a href='https://www.wsop.com/tournaments/schedule/?groupid=5396'>2023 WSOP PARADISE MAIN EVENT</a></li><li><a href='https://www.wsop.com/tournaments/updates/?aid=4&grid=5546&tid=23504&rr=-1'>2024 WSOPE MAIN EVENT</a></li><li><a href='/pokerhalloffame/'>POKER HALL OF FAME</a></li></ul></li><li><a href='/players/' onclick = "return false;" ><small>WSOP</small>PLAYERS</a><ul><li><a href='/players/'>PLAYER RANKINGS</a></li><li><a href='/players/stats/'>ALL-TIME STATS</a></li><li><a href='/2024/poy/'>PLAYER OF THE YEAR</a></li></ul></li><li><a href='/fun/' onclick = "return false;" ><small>WSOP</small>PLAY FOR FUN</a><ul><li><a href='http://go.onelink.me/2949075411?pid=wsop.com&c=animatedbanner_930x200&af_web_dp=http%3A%2F%2Fplaywsop.com%2F%3Futm_source%3Dwsopcom%26utm_medium%3Dbanner%26utm_campaign%3Dwsop.com_930x200_bigbanner'>PLAY FOR FUN</a></li></ul></li> <li id="pageHeader1_RMGStateSelector_Mobile"> <small>LOCATION</small> <div class="sc-mobile-selector"> <span id="pageHeader1_mobile_mi" onclick="changeSC('MI');">MI</span> <span onclick="changeSC('NJ');">NJ</span> <span onclick="changeSC('NV');">NV</span> <span onclick="changeSC('PA');">PA</span> <span onclick="changeSC('ROW');">OTHER</span> </div> </li> </ul> </div> <div id="pageHeader1_TopNavLine" class="TopNavLine" style="background-color:#ab192c;"> <ul><li><a href='/2024/circuit/'>WSOP Circuit</a></li><li><a href='/2024/circuit/schedule/'>Schedule</a></li><li><a href='/tournaments/updates/'>Updates</a></li><li><a href='/tournaments/chipcounts/'>Chip Counts</a></li><li><a href='/players/stats/'>Stats</a></li></ul> </div> <div id="pageHeader1_TopNavLineMobile" class="TopNavLineMobile" style="background-color:#ab192c;"> <ul><li><a href='/2024/circuit/'>WSOP Circuit</a></li><li><a href='/2024/circuit/schedule/'>Schedule</a></li><li><a href='/tournaments/updates/'>Updates</a></li><li><a href='/tournaments/chipcounts/'>Chip Counts</a></li></ul> </div> </div> <div class="WSOPHeader" id="WSOPblock"> <div class="WSOPhead"> <a href="/"> <img src="/images/nav/wsop-logo-2018.png" alt="World Series of Poker logo" class="wsophead-wsop-logo" /></a> <ul class="Menu2020"> <li><a href="/"><small>WSOP</small>LAS VEGAS</a> </li> </ul> </div> <div id="pageHeader1_TopNavLine_block" class="TopNavLine"> <ul> <li><a href="/">WSOP</a></li> </ul> </div> <div id="pageHeader1_TopNavLineMobile_block" class="TopNavLineMobile"> <ul> <li><a href="/">WSOP</a></li> </ul> </div> </div> <div id="Main-Container"> <div id="Content-Container"> <div class="wrapper-skyscraper"> <div class="content"> <div id="refresh-container" > <div class="refresh">Auto Refresh Rate:</div> <div class="number"> <a href="/tournaments/updates/?aid=1&grid=5681&tid=24439&dayof=244395&rr=3" >3 min</a> | <a href="/tournaments/updates/?aid=1&grid=5681&tid=24439&dayof=244395&rr=5" >5 min</a> | <a href="/tournaments/updates/?aid=1&grid=5681&tid=24439&dayof=244395&rr=-1" class='number-selected'>None</a> </div> </div> <div id="event-nav"> <div class="competition"> Competition:<br> <select name="ctl00$ctl00$CPHbody$aid" id="CPHbody_aid" onchange="getTournaments(this.options[this.selectedIndex].value, false);"> <option value="2">WSOP</option> <option value="14">WSOP ONLINE</option> <option value="1">CIRCUIT US</option> <option value="12">CIRCUIT ONLINE</option> <option value="10">CIRCUIT INT'L</option> <option value="4">EUROPE</option> <option value="9">APAC</option> <option value="15">PARADISE</option> <option value="13">OTHER</option> </select> </div> <div class="tournament"> <select name="ctl00$ctl00$CPHbody$grid" id="CPHbody_grid" onchange="getEvents(this.options[this.selectedIndex].value, false);"> </select> </div> <div class="event"> <select name="ctl00$ctl00$CPHbody$tid" id="CPHbody_tid"> </select> </div> <div class="formbtn"> <div onclick="go_click()" class="submit-red-button">GO</div> </div> </div> <div class="banner-img"> <a target='_blank' href='https://gorillagaming.net/' onclick="wsopbanner_GA4event('Reporting Top', '/CLICK/Reporting Top/Gorilla Gaming');"><img src='https://www.wsop.com/images/banners/UP1_2586.jpg' alt='Gorilla Gaming' border='0' class='UP1' /></a> </div> <h3 class="header"> 2024/25 WSOP Circuit - Harrah's Pompano Beach (Florida) </h3> <div id="eventinfo"> <p>Thursday, February 06, 2025 to Saturday, February 08, 2025</p> <h1>WSOPC Event #9: $1,700 MAIN EVENT</h1> <div class='eventinfo-reports'><a href='/pdfs/reports/24439-final-report.pdf' target='_blank'><img src='/tournaments/images/official_report_dl.jpg' border='0' alt='download official report'></a><a href='/pdfs/reports/24439-winner-photo.jpg' target='_blank'><img src='/tournaments/images/winners_photo_dl.jpg' border='0' alt='download official winner photo'></a></div> </div> <ul id="eventstats"> <li><b>Buy-in:</b> $1,700</li> <li><b>Prizepool:</b> $1,384,710 </li> <li><b>Entries:</b> 914 </li> <li><b>Remaining:</b> 0</li> </ul> <div id="nav-tabs"> <a href='/tournaments/results/?aid=1&grid=5681&tid=24439&dayof=244395&rr=-1' class='tab taboff'>RESULTS</a><span class='tab tabon'>UPDATES</span><a href='/tournaments/structure/?aid=1&grid=5681&tid=24439&dayof=244395&rr=-1' class='tab taboff'>STRUCTURE</a><a href='/tournaments/payouts/?aid=1&grid=5681&tid=24439&dayof=244395&rr=-1' class='tab taboff'>PRIZE POOL</a><a href='/tournaments/reports/?aid=1&grid=5681&tid=24439&dayof=244395&rr=-1' class='tab taboff'>REPORTS</a> </div> <div id="maincontents"> <div class="maincontents-header"> <h2>EVENT UPDATES</h2> <div id="selectDay" style=''> view updates for day: <select onchange="window.location.href='/tournaments/updates/?aid=1&grid=5681&tid=24439&dayof=' + this.options[this.selectedIndex].value + '&rr=-1'"> <option selected class='sel' value='244395'>Day 3</option><option value='244394'>Day 2</option><option value='244393'>Day 1C</option><option value='244392'>Day 1B</option><option value='244391'>Day 1A</option> </select> </div> </div> <div id="updatesContent"> <div class='updateItem-even'><div class='timeDiff'>Monday, February 10, 2025 10:40 PM Local Time (about 10 days and 15 hours ago)</div><div class='itemTitle'><a href='/tournaments/update/3JSJ/a-birthday-wish-come-true-art-peacock-wins-the-pompano-beach-main-event-for-230794/?aid=1&grid=5681&tid=24439'>A birthday wish come true! Art Peacock wins the Pompano Beach Main Event for $230,794</a></div><div class="fr-embedded" style="box-sizing: border-box; display: flex; font-family: Roboto; justify-content: center; margin: 0px auto 10px; max-width: 941px; color: #515151; font-size: 16px; letter-spacing: 0.16px; line-height: 24px;"> <div class="gpp-article-body__img-wrapper" style="box-sizing: border-box; letter-spacing: 0.16px; line-height: 24px; width: 457.778px; margin: 0px 0px 20px; position: relative; display: flex; flex-direction: column;"> <picture class="gd-picture" style="box-sizing: border-box;"><img class="gd-picture__img gpp-article-body__img gd-picture__img--responsive lazyloaded" data-src="https://media.poker.org/prod/images/article_large/343a0bc6b0a3-art-peacock-tx8a5808.webp" alt="Art Peacock" src="https://media.poker.org/prod/images/article_large/343a0bc6b0a3-art-peacock-tx8a5808.webp" style="box-sizing: border-box; border-style: none; width: 457.778px; opacity: 1; transition: opacity 0.3s; animation: 0.4s ease 0s 1 normal none running blurIn; filter: blur(0px);" /></picture> <span class="gpp-article-body__img-caption" style="box-sizing: border-box; color: #000000; font-size: 12px; letter-spacing: 0.12px; line-height: 18px; margin-top: 5px; display: block;">Art Peacock</span> <div class="gpp-article-body__img-credit-wrapper" style="box-sizing: border-box; letter-spacing: 0.16px; line-height: 24px;"><span class="gpp-article-body__img-credit" style="box-sizing: border-box; background: rgba(0, 0, 0, 0.82); color: #d9d9d9; font-size: 12px; font-style: italic; height: 24px; letter-spacing: 0.16px; line-height: 24px; padding: 0px 12px; position: absolute; right: 0px; top: 0px; margin-top: 0px !important;">Katerina Lukina</span></div> </div> </div> <p id="eze_nf4HIq" dir="ltr" style="box-sizing: border-box; margin-bottom: 20px; color: #515151; font-family: Roboto; font-size: 16px; letter-spacing: 0.16px; line-height: 24px;">One of the iconic tournaments of any WSOPC stop is the $1,700 Main Event and this stop was no exception. The state of Florida’s best and brightest, as well as players from all over the country. 914 came out to generate a prize pool of $1,384,710, the majority of which would be divided up between the 101 players that came into Day 2. At the end of Day 2, it would be just seven players bagging up to return to play this morning and after just over seven hours of play it would be a new winner emerging. </p> <p id="eeLzYQOxXHU" dir="ltr" style="box-sizing: border-box; margin-bottom: 20px; color: #515151; font-family: Roboto; font-size: 16px; letter-spacing: 0.16px; line-height: 24px;">It would be a very happy birthday for the now 66-year old Art Peacock who now has something else to celebrate with his family as he conquered his first WSOPC ring. His win here today was against a lot of players that he plays with quite a bit and respects. </p> <p id="eEFt1f1mAAh" dir="ltr" style="box-sizing: border-box; margin-bottom: 20px; color: #515151; font-family: Roboto; font-size: 16px; letter-spacing: 0.16px; line-height: 24px;">“I know a lot of these guys, played with them for years,” he recalled as far as his experiences were with his opponents. “I loved being heads up with Darryll (Fish). He’s such a gentleman, very well liked by the community.”</p> <p id="eF2skTGfDrf" dir="ltr" style="box-sizing: border-box; margin-bottom: 20px; color: #515151; font-family: Roboto; font-size: 16px; letter-spacing: 0.16px; line-height: 24px;">Peacock had nothing but kind things to say about his experiences with the tournament. </p> <p id="eFTA3ViVfr_" dir="ltr" style="box-sizing: border-box; margin-bottom: 20px; color: #515151; font-family: Roboto; font-size: 16px; letter-spacing: 0.16px; line-height: 24px;">“Down here at Harrah’s at Pompano, the floor staff is great. Everyone that worked the tournament has been great,” he continued to sing his praises of the Casino. “I’ve definitely done well here. I won the state championship here last year. It’s fun to be back here again.” </p> <p id="euCpPgFBlcl" dir="ltr" style="box-sizing: border-box; margin-bottom: 20px; color: #515151; font-family: Roboto; font-size: 16px; letter-spacing: 0.16px; line-height: 24px;">From 15 on down in this tournament, Peacock held the chip lead and never once relinquished it two days of play. With already a massive year last year and the $358,700 first place prize, he looks to carry the momentum of this new win into the new year. </p> <p id="eKh-MU7090d" dir="ltr" style="box-sizing: border-box; margin-bottom: 20px; color: #515151; font-family: Roboto; font-size: 16px; letter-spacing: 0.16px; line-height: 24px;">“This isn’t my biggest score,” he said, referencing his other first place of an even greater size “but for me this is my biggest accomplishment. Very tough field with a lot of pros and a lot of regulars on the circuit. I haven’t been a regular on that circuit as much, but I can tell you now that I’m going to be. I really enjoyed it so much. It’s my favorite win.” </p> <p id="eo2gLg1g5-r" dir="ltr" style="box-sizing: border-box; margin-bottom: 20px; color: #515151; font-family: Roboto; font-size: 16px; letter-spacing: 0.16px; line-height: 24px;">“I’m going to head up the Cherokee,” Peacock said as far as his next plans are in poker. With winning the seat to the 2025 Tournament of Champions as well, Peacock looks to be quite busy over the next year with poker tournaments. </p> <p id="eJFMa1G2_mS" dir="ltr" style="box-sizing: border-box; margin-bottom: 20px; color: #515151; font-family: Roboto; font-size: 16px; letter-spacing: 0.16px; line-height: 24px;">Peacock’s family was sweating him at home, while also waiting for him to celebrate his birthday with him. Now having locked up some new cash, the celebrations look to be plenty and fun for him and his family. With that the birthday boy took home his ring and headed on out of the tournament area to celebrate. </p> <p id="e-nwysQ2KKO" dir="ltr" style="box-sizing: border-box; margin-bottom: 20px; color: #515151; font-family: Roboto; font-size: 16px; letter-spacing: 0.16px; line-height: 24px;"><span style="box-sizing: border-box; font-weight: bolder;">Final Table Results</span></p> <ul style="box-sizing: border-box; margin-bottom: 20px; font-family: Roboto; font-size: 16px; letter-spacing: 0.16px; line-height: 24px; color: #212529;"> <li style="box-sizing: border-box;">Art Peacock: $230,794</li> <li style="box-sizing: border-box;">Darryll Fish: $153,860</li> <li style="box-sizing: border-box;">Raminder Singh: $106,906</li> <li style="box-sizing: border-box;">Ricardo Eyzaguirre: $75,583</li> <li style="box-sizing: border-box;">Gary Susswein: $54,391</li> <li style="box-sizing: border-box;">Bulat Khusainov: $39,851</li> <li style="box-sizing: border-box;">Mike Chiappetta: $29,738</li> </ul> <p id="eLbbrPbv8I2" dir="ltr" style="box-sizing: border-box; margin-bottom: 20px; color: #515151; font-family: Roboto; font-size: 16px; letter-spacing: 0.16px; line-height: 24px;"><span style="box-sizing: border-box; font-weight: bolder;">Day 3 action</span></p> <p id="exXkzK3Il_7" dir="ltr" style="box-sizing: border-box; margin-bottom: 20px; color: #515151; font-family: Roboto; font-size: 16px; letter-spacing: 0.16px; line-height: 24px;">Gary Susswein would come into the final table as the shortest stack that day, but find a couple of early doubles at the expense of Raminder Singh. The other short stack at the beginning of the day was not as lucky. </p> <div class="fr-embedded" style="box-sizing: border-box; display: flex; font-family: Roboto; justify-content: center; margin: 0px auto 10px; max-width: 941px; color: #515151; font-size: 16px; letter-spacing: 0.16px; line-height: 24px;"> <div class="gpp-article-body__img-wrapper" style="box-sizing: border-box; letter-spacing: 0.16px; line-height: 24px; width: 457.778px; margin: 0px 0px 20px; position: relative; display: flex; flex-direction: column;"> <picture class="gd-picture" style="box-sizing: border-box;"><img class="gd-picture__img gpp-article-body__img gd-picture__img--responsive lazyloaded" data-src="https://media.poker.org/prod/images/article_large/c43a452708fc-mike-chiapetta-tx8a5011-1.webp" alt="Mike Chiapetta" src="https://media.poker.org/prod/images/article_large/c43a452708fc-mike-chiapetta-tx8a5011-1.webp" style="box-sizing: border-box; border-style: none; width: 457.778px; opacity: 1; transition: opacity 0.3s; animation: 0.4s ease 0s 1 normal none running blurIn; filter: blur(0px);" /></picture> <span class="gpp-article-body__img-caption" style="box-sizing: border-box; color: #000000; font-size: 12px; letter-spacing: 0.12px; line-height: 18px; margin-top: 5px; display: block;">Mike Chiapetta</span> <div class="gpp-article-body__img-credit-wrapper" style="box-sizing: border-box; letter-spacing: 0.16px; line-height: 24px;"><span class="gpp-article-body__img-credit" style="box-sizing: border-box; background: rgba(0, 0, 0, 0.82); color: #d9d9d9; font-size: 12px; font-style: italic; height: 24px; letter-spacing: 0.16px; line-height: 24px; padding: 0px 12px; position: absolute; right: 0px; top: 0px; margin-top: 0px !important;">Katerina Lukina</span></div> </div> </div> <p id="eYRhRwFykXX" dir="ltr" style="box-sizing: border-box; margin-bottom: 20px; color: #515151; font-family: Roboto; font-size: 16px; letter-spacing: 0.16px; line-height: 24px;">2022 WSOPC Pompano Beach Champion Mike Chiappetta (7th-$29,738) would move in his final chips holding ace-king over Darryll Fish’s raise, only for Fish to have pocket aces and eliminate Chiappetta from the tournament. The former champion would shake everyone’s hand, wishing them luck and he took his leave from the tournament area, ensuring that a new champion would emerge on the Pompano Beach turf. </p> <p id="eG-qeJpcGF_" dir="ltr" style="box-sizing: border-box; margin-bottom: 20px; color: #515151; font-family: Roboto; font-size: 16px; letter-spacing: 0.16px; line-height: 24px;">After that Singh would fire a big bluff up against Art Peacock holding just seven-high no draw. This would see Peacock dip to below 10 million chips for the first time at the final table. Another double up from Susswein against Singh would see Singh fall just below Fish in the chip counts, but all three of the top counts remained close. </p> <div class="fr-embedded" style="box-sizing: border-box; display: flex; font-family: Roboto; justify-content: center; margin: 0px auto 10px; max-width: 941px; color: #515151; font-size: 16px; letter-spacing: 0.16px; line-height: 24px;"> <div class="gpp-article-body__img-wrapper" style="box-sizing: border-box; letter-spacing: 0.16px; line-height: 24px; width: 457.778px; margin: 0px 0px 20px; position: relative; display: flex; flex-direction: column;"> <picture class="gd-picture" style="box-sizing: border-box;"><img class="gd-picture__img gpp-article-body__img gd-picture__img--responsive ls-is-cached lazyloaded" data-src="https://media.poker.org/prod/images/article_large/787e7ab2c6f9-bulat-khusainov-tx8a5026.webp" alt="Bulat Khusainov" src="https://media.poker.org/prod/images/article_large/787e7ab2c6f9-bulat-khusainov-tx8a5026.webp" style="box-sizing: border-box; border-style: none; width: 457.778px; opacity: 1; transition: opacity 0.3s; animation: 0.4s ease 0s 1 normal none running blurIn; filter: blur(0px);" /></picture> <span class="gpp-article-body__img-caption" style="box-sizing: border-box; color: #000000; font-size: 12px; letter-spacing: 0.12px; line-height: 18px; margin-top: 5px; display: block;">Bulat Khusainov</span> <div class="gpp-article-body__img-credit-wrapper" style="box-sizing: border-box; letter-spacing: 0.16px; line-height: 24px;"><span class="gpp-article-body__img-credit" style="box-sizing: border-box; background: rgba(0, 0, 0, 0.82); color: #d9d9d9; font-size: 12px; font-style: italic; height: 24px; letter-spacing: 0.16px; line-height: 24px; padding: 0px 12px; position: absolute; right: 0px; top: 0px; margin-top: 0px !important;">Katerina Lukina</span></div> </div> </div> <p id="e8fAGajMf7L" dir="ltr" style="box-sizing: border-box; margin-bottom: 20px; color: #515151; font-family: Roboto; font-size: 16px; letter-spacing: 0.16px; line-height: 24px;">Bulat Khusainov (6th-$39,851) would lose a key pot to Peacock to see his stack dip to below twenty big blinds, and he found himself in a key position to double up through Singh holding ace-jack against jack-ten. The board ran out with a ten on it to give a boost to Singh’s stack while the Russian player collected his best lifetime score. </p> <div class="fr-embedded" style="box-sizing: border-box; display: flex; font-family: Roboto; justify-content: center; margin: 0px auto 10px; max-width: 941px; color: #515151; font-size: 16px; letter-spacing: 0.16px; line-height: 24px;"> <div class="gpp-article-body__img-wrapper" style="box-sizing: border-box; letter-spacing: 0.16px; line-height: 24px; width: 457.778px; margin: 0px 0px 20px; position: relative; display: flex; flex-direction: column;"> <picture class="gd-picture" style="box-sizing: border-box;"><img class="gd-picture__img gpp-article-body__img gd-picture__img--responsive lazyloaded" data-src="https://media.poker.org/prod/images/article_large/a1e9d3bceaab-gary-susswein-tx8a5047.webp" alt="Gary Susswein" src="https://media.poker.org/prod/images/article_large/a1e9d3bceaab-gary-susswein-tx8a5047.webp" style="box-sizing: border-box; border-style: none; width: 457.778px; opacity: 1; transition: opacity 0.3s; animation: 0.4s ease 0s 1 normal none running blurIn; filter: blur(0px);" /></picture> <span class="gpp-article-body__img-caption" style="box-sizing: border-box; color: #000000; font-size: 12px; letter-spacing: 0.12px; line-height: 18px; margin-top: 5px; display: block;">Gary Susswein</span> <div class="gpp-article-body__img-credit-wrapper" style="box-sizing: border-box; letter-spacing: 0.16px; line-height: 24px;"><span class="gpp-article-body__img-credit" style="box-sizing: border-box; background: rgba(0, 0, 0, 0.82); color: #d9d9d9; font-size: 12px; font-style: italic; height: 24px; letter-spacing: 0.16px; line-height: 24px; padding: 0px 12px; position: absolute; right: 0px; top: 0px; margin-top: 0px !important;">Katerina Lukina</span></div> </div> </div> <p id="etoM7lNMCiB-" dir="ltr" style="box-sizing: border-box; margin-bottom: 20px; color: #515151; font-family: Roboto; font-size: 16px; letter-spacing: 0.16px; line-height: 24px;">Susswein’s (5th-$54,391) good fortune of ladders came to an end after he got in his final one big blind holding ace-seven, getting four callers. Ricardo Eyzaguirre’s nine-seven would pair up, despite the kicker domination and Susswein finished the tournament. He would compliment his table mates quite a bit and exited with a smile on his face, multiplying his tournament live cashes on Hendon Mob by nearly 20. </p> <div class="fr-embedded" style="box-sizing: border-box; display: flex; font-family: Roboto; justify-content: center; margin: 0px auto 10px; max-width: 941px; color: #515151; font-size: 16px; letter-spacing: 0.16px; line-height: 24px;"> <div class="gpp-article-body__img-wrapper" style="box-sizing: border-box; letter-spacing: 0.16px; line-height: 24px; width: 457.778px; margin: 0px 0px 20px; position: relative; display: flex; flex-direction: column;"> <picture class="gd-picture" style="box-sizing: border-box;"><img class="gd-picture__img gpp-article-body__img gd-picture__img--responsive lazyloaded" data-src="https://media.poker.org/prod/images/article_large/555c9e439acc-ricardo-eyzaguirre-tx8a4855.webp" alt="Ricardo Eyzaguirre" src="https://media.poker.org/prod/images/article_large/555c9e439acc-ricardo-eyzaguirre-tx8a4855.webp" style="box-sizing: border-box; border-style: none; width: 457.778px; opacity: 1; transition: opacity 0.3s; animation: 0.4s ease 0s 1 normal none running blurIn; filter: blur(0px);" /></picture> <span class="gpp-article-body__img-caption" style="box-sizing: border-box; color: #000000; font-size: 12px; letter-spacing: 0.12px; line-height: 18px; margin-top: 5px; display: block;">Ricardo Eyzaguirre</span> <div class="gpp-article-body__img-credit-wrapper" style="box-sizing: border-box; letter-spacing: 0.16px; line-height: 24px;"><span class="gpp-article-body__img-credit" style="box-sizing: border-box; background: rgba(0, 0, 0, 0.82); color: #d9d9d9; font-size: 12px; font-style: italic; height: 24px; letter-spacing: 0.16px; line-height: 24px; padding: 0px 12px; position: absolute; right: 0px; top: 0px; margin-top: 0px !important;">Katerina Lukina</span></div> </div> </div> <p id="eE5WZdp5cAru" dir="ltr" style="box-sizing: border-box; margin-bottom: 20px; color: #515151; font-family: Roboto; font-size: 16px; letter-spacing: 0.16px; line-height: 24px;">Just before the first break, Eyzaguirre (4th-$75,583) would flop top pair holding jack ten and Peacock would flop a gutshot with eight-nine. Eyzaguirre would turn top-two and both players would get their chips in with Eyzaguirre drawing to fill up against Peacock’s straight. The river would not improve him, leaving Peacock to take the massive pot while eliminating Eyzaguirre. </p> <p id="e34yW3lD4csb" dir="ltr" style="box-sizing: border-box; margin-bottom: 20px; color: #515151; font-family: Roboto; font-size: 16px; letter-spacing: 0.16px; line-height: 24px;">Coming back from break would see the chips fall with Peacock holding the lead and Fish and Singh nearly tied in second place. The two West Palm Beach champions would duke it out in a couple of pots to see their spots on the leaderboard flip a couple of times. </p> <div class="fr-embedded" style="box-sizing: border-box; display: flex; font-family: Roboto; justify-content: center; margin: 0px auto 10px; max-width: 941px; color: #515151; font-size: 16px; letter-spacing: 0.16px; line-height: 24px;"> <div class="gpp-article-body__img-wrapper" style="box-sizing: border-box; letter-spacing: 0.16px; line-height: 24px; width: 457.778px; margin: 0px 0px 20px; position: relative; display: flex; flex-direction: column;"> <picture class="gd-picture" style="box-sizing: border-box;"><img class="gd-picture__img gpp-article-body__img gd-picture__img--responsive lazyloaded" data-src="https://media.poker.org/prod/images/article_large/247017fe98a7-raminder-singh-tx8a5274.webp" alt="Raminder Singh" src="https://media.poker.org/prod/images/article_large/247017fe98a7-raminder-singh-tx8a5274.webp" style="box-sizing: border-box; border-style: none; width: 457.778px; opacity: 1; transition: opacity 0.3s; animation: 0.4s ease 0s 1 normal none running blurIn; filter: blur(0px);" /></picture> <span class="gpp-article-body__img-caption" style="box-sizing: border-box; color: #000000; font-size: 12px; letter-spacing: 0.12px; line-height: 18px; margin-top: 5px; display: block;">Raminder Singh</span> <div class="gpp-article-body__img-credit-wrapper" style="box-sizing: border-box; letter-spacing: 0.16px; line-height: 24px;"><span class="gpp-article-body__img-credit" style="box-sizing: border-box; background: rgba(0, 0, 0, 0.82); color: #d9d9d9; font-size: 12px; font-style: italic; height: 24px; letter-spacing: 0.16px; line-height: 24px; padding: 0px 12px; position: absolute; right: 0px; top: 0px; margin-top: 0px !important;">Katerina Lukina</span></div> </div> </div> <p id="ern1p-kpl3z3" dir="ltr" style="box-sizing: border-box; margin-bottom: 20px; color: #515151; font-family: Roboto; font-size: 16px; letter-spacing: 0.16px; line-height: 24px;">It would be a massive cooler that would see Singh (3rd-$106,906) depart next. He would flop a middle set of fours against Peacock who held ace-two for bottom pair. Peacock would check-raise the flop, with Singh just calling and both players would check the turn that gave Peacock aces and twos. The river paired the ace to give both players a full house, but Peacock’s was higher and the two players got their chips in, with Singh’s inferior full house falling to Peacock’s aces full. </p> <p id="eba4aSBKhQJG" dir="ltr" style="box-sizing: border-box; margin-bottom: 20px; color: #515151; font-family: Roboto; font-size: 16px; letter-spacing: 0.16px; line-height: 24px;">Next would be the heads up portion of the tournament where Peacock began with a 2.5:1 lead on Fish, who was looking for his second WSOPC Main Event title. It would seem like the match would be over quickly when Fish and Peacock both got their chips in with Fish holding ace-five and Peacock holding ace-ten. The river would bring Fish a wheel and he would narrow the gap between himself and Peacock in the match. </p> <p id="e_gOuovS2OFl" dir="ltr" style="box-sizing: border-box; margin-bottom: 20px; color: #515151; font-family: Roboto; font-size: 16px; letter-spacing: 0.16px; line-height: 24px;">Things would stay relatively level with this initial 2.5:1 lead that Peacock held over Fish for most of the match. A couple of times Fish would dip below, but by the time of the first break the stacks were relatively similar to where they were. Another key all in would see Fish jam holding king-nine against Peacock’s jacks. The king-high board went favorably to Fish and the stacks were once again where they were. </p> <p id="evMPWceBTSah" dir="ltr" style="box-sizing: border-box; margin-bottom: 20px; color: #515151; font-family: Roboto; font-size: 16px; letter-spacing: 0.16px; line-height: 24px;">It was after this point that Fish would narrow the gap significantly as the blinds went up. The 2.5:1 lead had been shrunk down to a 2:1, 1.5:1, and sometimes it would hover near even between the two of them. Eventually Peacock would push back ahead into the massive chip lead, but it would fall back to the same 2.5:1 level after Fish doubled holding ace-three all in preflop against Peacock’s queen-jack. </p> <div class="fr-embedded" style="box-sizing: border-box; display: flex; font-family: Roboto; justify-content: center; margin: 0px auto 10px; max-width: 941px; color: #515151; font-size: 16px; letter-spacing: 0.16px; line-height: 24px;"> <div class="gpp-article-body__img-wrapper" style="box-sizing: border-box; letter-spacing: 0.16px; line-height: 24px; width: 457.778px; margin: 0px 0px 20px; position: relative; display: flex; flex-direction: column;"> <picture class="gd-picture" style="box-sizing: border-box;"><img class="gd-picture__img gpp-article-body__img gd-picture__img--responsive ls-is-cached lazyloaded" data-src="https://media.poker.org/prod/images/article_large/dda4ae566f7d-darryll-fish-tx8a5407.webp" alt="Darryll Fish" src="https://media.poker.org/prod/images/article_large/dda4ae566f7d-darryll-fish-tx8a5407.webp" style="box-sizing: border-box; border-style: none; width: 457.778px; opacity: 1; transition: opacity 0.3s; animation: 0.4s ease 0s 1 normal none running blurIn; filter: blur(0px);" /></picture> <span class="gpp-article-body__img-caption" style="box-sizing: border-box; color: #000000; font-size: 12px; letter-spacing: 0.12px; line-height: 18px; margin-top: 5px; display: block;">Darryll Fish</span> <div class="gpp-article-body__img-credit-wrapper" style="box-sizing: border-box; letter-spacing: 0.16px; line-height: 24px;"><span class="gpp-article-body__img-credit" style="box-sizing: border-box; background: rgba(0, 0, 0, 0.82); color: #d9d9d9; font-size: 12px; font-style: italic; height: 24px; letter-spacing: 0.16px; line-height: 24px; padding: 0px 12px; position: absolute; right: 0px; top: 0px; margin-top: 0px !important;">Katerina Lukina</span></div> </div> </div> <p id="eQB4UqpuI2vG" dir="ltr" style="box-sizing: border-box; margin-bottom: 20px; color: #515151; font-family: Roboto; font-size: 16px; letter-spacing: 0.16px; line-height: 24px;">It was only two hands after this double up that Fish (2nd-$153,860) would check-raise all in on a nine-high board holding jack-nine up against Peacock’s seven-six for second pair and a flush draw. Peacock would hit his flush on the turn while Fish still had outs to fill up. The river did not bring any of the outs and Peacock would take down the title, giving his friend and competitor Fish a hug for the West Palm Beach champion’s great run. </p> <p id="eq1bzRZV7gJd" dir="ltr" style="box-sizing: border-box; margin-bottom: 20px; color: #515151; font-family: Roboto; font-size: 16px; letter-spacing: 0.16px; line-height: 24px;">Thank you for reading along with the Main Event updates here with <a class="pros-embed-body__link" rel="noopener noreferrer" href="https://poker.org/" style="box-sizing: border-box; background-color: transparent; color: #ed1c24; text-decoration-line: underline; letter-spacing: 0.16px; line-height: 24px; cursor: pointer; display: inline;">Poker.Org</a> . </p><div class='clrFloat'></div></div><div class='updateItem-odd'><div class='timeDiff'>Monday, February 10, 2025 12:23 PM Local Time (about 11 days and 1 hour ago)</div><div class='itemTitle'><a href='/tournaments/update/3JSG/follow-the-final-table-action-on-pokerorgs-instant-live-feed/?aid=1&grid=5681&tid=24439'>Follow the Final-Table Action on PokerOrg's Instant Live Feed</a></div>For up-to-the-minute updates, eliminations, chip counts, and big hands en route to the champion, head to the <a href="https://www.poker.org/instant/77/wsop-c-pompano-beach/?tab=updates">Poker.org Instant Live feed.</a><div class='clrFloat'></div></div><div class='updateItem-even'><div class='timeDiff'>Monday, February 10, 2025 11:00 AM Local Time (about 11 days and 2 hours ago)</div><div class='itemTitle'><a href='/tournaments/update/3JSF/art-peacock-leads-the-final-seven-of-the-main-event/?aid=1&grid=5681&tid=24439'>Art Peacock leads the final seven of the Main Event</a></div><p id="e9JL93PE1pl" class="fr-embedded" style="margin-bottom: 16px; line-height: 1.5; color: #000000; font-family: Roboto, 'Helvetica Neue', sans-serif;"><span data-type="media/image" contenteditable="false" class="fr-img-wrap gd-ember-wrapper" draggable="false" style="text-align: center; position: relative; float: none; vertical-align: top; width: 210px; min-height: 140px; padding: 0px; display: inline-block; margin: auto; max-width: 210px !important;"><span style="font-size: 20px;"><img alt="" id="e9s0AZvl8d" src="https://media.poker.org/prod/images/gm_grid_thumbnail/1b17516ddcaa-art-peacock-tx8a4892-1.jpg" class="fr-embedded gd-embedded fr-draggable" isinline="false" alignment="center" style="border-style: none; height: 140px; object-fit: scale-down; width: 210px; cursor: pointer; position: relative; background-color: #f6f6f6; display: block; margin: auto;" /></span><span class="fr-inner gd-image-caption " contenteditable="false" style="font-style: italic; font-weight: initial; text-decoration: unset; line-height: 18px; letter-spacing: unset; padding: 5px 5px 10px; margin: auto; display: block; box-sizing: border-box; opacity: 0.9; width: 210px;">Art Peacock</span><em class="gd-image-credit " contenteditable="false" style="color: #ffffff; background: #333333; position: absolute; top: 0px; right: 0px; font-size: 11px; padding: 1px 5px; min-width: 50px; max-width: 130px; overflow: hidden; text-wrap-mode: nowrap; text-overflow: ellipsis;">Katerina Lukina</em></span></p> <p id="eA9wIZrMr_" style="margin-bottom: 16px; line-height: 1.5; color: #000000; font-family: Roboto, 'Helvetica Neue', sans-serif;">Lucky sevens are common symbolism in many places, in and out of casinos. In Event #9: $1,700 Main Event, not only were pocket sevens seemingly involved in every all in confrontation, but seven became the number of the tournament for seven very lucky players in the event. At noon today, those lucky seven will be able compete for a first place prize worth $230,794. </p> <p id="eOMbAJaTwh" style="margin-bottom: 16px; line-height: 1.5; color: #000000; font-family: Roboto, 'Helvetica Neue', sans-serif;">Art Peacock (11,650,000) sits at the top of the counts right now, securing already his best every WSOP cash. Over his nearly 2 decades of cashing in poker tournaments, a ring has yet to make its way into Peacocks collection of trophies. With $1,445,224 in lifetime earnings, Peacock has amassed quite a lot of first place trophies in his career with his recent lifetime best score occurring last July for $358,700. Today this Peacock has some more feathers to flash on the felt. </p> <p id="ey95FYmGKIj" class="fr-embedded" style="margin-bottom: 16px; line-height: 1.5; color: #000000; font-family: Roboto, 'Helvetica Neue', sans-serif;"><span data-type="media/image" contenteditable="false" class="fr-img-wrap gd-ember-wrapper" draggable="false" style="text-align: center; position: relative; float: none; vertical-align: top; width: 210px; min-height: 140px; padding: 0px; display: inline-block; margin: auto; max-width: 210px !important;"><img alt="" id="eLaqIIKOgB" src="https://media.poker.org/prod/images/gm_grid_thumbnail/71102bc7feb8-darryll-fish-tx8a4788.jpg" class="fr-embedded gd-embedded fr-draggable" isinline="false" alignment="center" style="border-style: none; height: 140px; object-fit: scale-down; width: 210px; cursor: pointer; position: relative; background-color: #f6f6f6; display: block; margin: auto;" /><span class="fr-inner gd-image-caption " contenteditable="false" style="font-style: italic; font-weight: initial; text-decoration: unset; line-height: 18px; letter-spacing: unset; padding: 5px 5px 10px; margin: auto; display: block; box-sizing: border-box; opacity: 0.9; width: 210px;">Darryll Fish</span><em class="gd-image-credit " contenteditable="false" style="color: #ffffff; background: #333333; position: absolute; top: 0px; right: 0px; font-size: 11px; padding: 1px 5px; min-width: 50px; max-width: 130px; overflow: hidden; text-wrap-mode: nowrap; text-overflow: ellipsis;">Katerina Lukina</em></span></p> <p id="eZN--W46P2Z" style="margin-bottom: 16px; line-height: 1.5; color: #000000; font-family: Roboto, 'Helvetica Neue', sans-serif;">Sitting behind him in the counts is 2015 WSOPC West Palm Beach Main Event champion Darryll Fish (7,155,000). Despite his name, his success on the felt would suggest that he is far from a fish. With $5,539,388 in lifetime earnings, and several big titles under his belt. A win here would give him his second Main Event ring in the state of Florida, further deepening his poker legacy. </p> <p id="eVQPE7Z8hdz" class="fr-embedded" style="margin-bottom: 16px; line-height: 1.5; color: #000000; font-family: Roboto, 'Helvetica Neue', sans-serif;"><span data-type="media/image" contenteditable="false" class="fr-img-wrap gd-ember-wrapper" draggable="false" style="text-align: center; position: relative; float: none; vertical-align: top; width: 210px; min-height: 140px; padding: 0px; display: inline-block; margin: auto; max-width: 210px !important;"><img alt="" id="eTYamOZcw7" src="https://media.poker.org/prod/images/gm_grid_thumbnail/6ef0239b02fe-raminder-singh-tx8a5070.jpg" class="fr-embedded gd-embedded fr-draggable" isinline="false" alignment="center" style="border-style: none; height: 140px; object-fit: scale-down; width: 210px; cursor: pointer; position: relative; background-color: #f6f6f6; display: block; margin: auto;" /><span class="fr-inner gd-image-caption " contenteditable="false" style="font-style: italic; font-weight: initial; text-decoration: unset; line-height: 18px; letter-spacing: unset; padding: 5px 5px 10px; margin: auto; display: block; box-sizing: border-box; opacity: 0.9; width: 210px;">Raminder Singh</span><em class="gd-image-credit " contenteditable="false" style="color: #ffffff; background: #333333; position: absolute; top: 0px; right: 0px; font-size: 11px; padding: 1px 5px; min-width: 50px; max-width: 130px; overflow: hidden; text-wrap-mode: nowrap; text-overflow: ellipsis;">Katerina Lukina</em></span></p> <p id="eBe1aUn4tQ" style="margin-bottom: 16px; line-height: 1.5; color: #000000; font-family: Roboto, 'Helvetica Neue', sans-serif;">As far as poker legacy goes, far have one more diverse than Raminder Singh (6,930,000). With more recorded wins than anyone else on Hendon Mob, the recreational Floridian poker player has spent much time grinding tournaments all around the state. Trophies ranging from guitars to his own two WSOPC rings, Singh has accomplished much in the nearly 20 years of poker cashes. Like Fish, Singh is the WSOPC West Palm Beach Main Event champion but from the year of 2016, his other ring coming here at Pompano beach. Sitting in third today, he looks to carve his name a little bit deeper into Florida poker history. </p> <p id="eByOVbcXYMI" class="fr-embedded" style="margin-bottom: 16px; line-height: 1.5; color: #000000; font-family: Roboto, 'Helvetica Neue', sans-serif;"><span data-type="media/image" contenteditable="false" class="fr-img-wrap gd-ember-wrapper" draggable="false" style="text-align: center; position: relative; float: none; vertical-align: top; width: 210px; min-height: 140px; padding: 0px; display: inline-block; margin: auto; max-width: 210px !important;"><img alt="" id="eMz1hvOJdd" src="https://pub.tbm.gcpp.io/assets/img/img_icon_mono_grey.svg" class="fr-embedded gd-embedded fr-draggable gd-content-loading --bg-contain" isinline="false" alignment="center" style="border-style: none; height: 140px; object-fit: contain; width: 210px; opacity: 1; animation: 2.5s linear 0s infinite normal forwards running content-loading; cursor: pointer; position: relative; display: block; margin: auto;" /><span class="fr-inner gd-image-caption " contenteditable="false" style="font-style: italic; font-weight: initial; text-decoration: unset; line-height: 18px; letter-spacing: unset; padding: 5px 5px 10px; margin: auto; display: block; box-sizing: border-box; opacity: 0.9; width: 210px;">Ricardo Eyzaguirre</span></span></p> <p id="eY6PeCnYSW" style="margin-bottom: 16px; line-height: 1.5; color: #000000; font-family: Roboto, 'Helvetica Neue', sans-serif;">Two WSOPC rings also sit in the possession of Ricardo Eyzaguirre (6,150,000) who sits only just behind Singh in the chip counts. Eyzaguirre's poker titles come from all over as his two rings came from Cherokee (North Carolina), while his biggest score came at Borgata (Atlantic City). With nearly 11 years of poker tournament results, Eyzaguirre just as January recently had a score for $56,000. His strong start to the year has been followed up with as another massive final table is already in his possession, with his next sight on the ring. </p> <p id="eZlRKm8-RDa" class="fr-embedded" style="margin-bottom: 16px; line-height: 1.5; color: #000000; font-family: Roboto, 'Helvetica Neue', sans-serif;"><span data-type="media/image" contenteditable="false" class="fr-img-wrap gd-ember-wrapper" draggable="false" style="text-align: center; position: relative; float: none; vertical-align: top; width: 210px; min-height: 140px; padding: 0px; display: inline-block; margin: auto; max-width: 210px !important;"><img alt="" id="eYtB8xzxTJ" src="https://media.poker.org/prod/images/gm_grid_thumbnail/27f6edabcd9f-bulat-khusainov-tx8a5039.jpg" class="fr-embedded gd-embedded fr-draggable" isinline="false" alignment="center" style="border-style: none; height: 140px; object-fit: scale-down; width: 210px; cursor: pointer; position: relative; background-color: #f6f6f6; display: block; margin: auto;" /><span class="fr-inner gd-image-caption " contenteditable="false" style="font-style: italic; font-weight: initial; text-decoration: unset; line-height: 18px; letter-spacing: unset; padding: 5px 5px 10px; margin: auto; display: block; box-sizing: border-box; opacity: 0.9; width: 210px;">Bulat Khusainov</span><em class="gd-image-credit " contenteditable="false" style="color: #ffffff; background: #333333; position: absolute; top: 0px; right: 0px; font-size: 11px; padding: 1px 5px; min-width: 50px; max-width: 130px; overflow: hidden; text-wrap-mode: nowrap; text-overflow: ellipsis;">Katerina Lukina</em></span></p> <p id="eDq9PynULP" style="margin-bottom: 16px; line-height: 1.5; color: #000000; font-family: Roboto, 'Helvetica Neue', sans-serif;">The next three players on the list are bunched together at the bottom, but each with just as much determination and focus on the ring. Next on the list of seven is Bhulat Khusainov (2,200,000) who sits as the lone Russian player at the table. His cashes mostly come from overseas, but as of lately been securing cashes all around the Florida tournament circuit. With his burgeoning resume stateside growing, Khusainov looks to be the first Russian WSOPC Main Event champion of the year. </p> <p id="eCVWTvwEIur" class="fr-embedded" style="margin-bottom: 16px; line-height: 1.5; color: #000000; font-family: Roboto, 'Helvetica Neue', sans-serif;"><span data-type="media/image" contenteditable="false" class="fr-img-wrap gd-ember-wrapper" draggable="false" style="text-align: center; position: relative; float: none; vertical-align: top; width: 210px; min-height: 140px; padding: 0px; display: inline-block; margin: auto; max-width: 210px !important;"><img alt="" id="e52DzcJmG4" src="https://media.poker.org/prod/images/gm_grid_thumbnail/225ebe994180-mike-chiapetta-tx8a5011.jpg" class="fr-embedded gd-embedded fr-draggable" isinline="false" alignment="center" style="border-style: none; height: 140px; object-fit: scale-down; width: 210px; cursor: pointer; position: relative; background-color: #f6f6f6; display: block; margin: auto;" /><span class="fr-inner gd-image-caption " contenteditable="false" style="font-style: italic; font-weight: initial; text-decoration: unset; line-height: 18px; letter-spacing: unset; padding: 5px 5px 10px; margin: auto; display: block; box-sizing: border-box; opacity: 0.9; width: 210px;">Mike Chiapetta</span><em class="gd-image-credit " contenteditable="false" style="color: #ffffff; background: #333333; position: absolute; top: 0px; right: 0px; font-size: 11px; padding: 1px 5px; min-width: 50px; max-width: 130px; overflow: hidden; text-wrap-mode: nowrap; text-overflow: ellipsis;">Katerina Lukina</em></span></p> <p id="esEhQdg1zP" style="margin-bottom: 16px; line-height: 1.5; color: #000000; font-family: Roboto, 'Helvetica Neue', sans-serif;">One player who knows all to well what this final table is like is 2022 WSOPC Pompano Beach Main Event champion Mike Chiappetta (1,385,000). He collected a career best score of $200,196 in that tournament and yesterday spent much of the day sitting next to his runner-up finisher James Calderaro. Since his win at this very casino's same event, he looks become a repeat champion here. Many deep runs since this win in events around the country have seen that Chiappetta is here to stay on the poker circuit for a while. </p> <p id="erOWPUv0v0e" class="fr-embedded" style="margin-bottom: 16px; line-height: 1.5; color: #000000; font-family: Roboto, 'Helvetica Neue', sans-serif;"><span data-type="media/image" contenteditable="false" class="fr-img-wrap gd-ember-wrapper" draggable="false" style="text-align: center; position: relative; float: none; vertical-align: top; width: 210px; min-height: 140px; padding: 0px; display: inline-block; margin: auto; max-width: 210px !important;"><img alt="" id="euXwD47X7B" src="https://media.poker.org/prod/images/gm_grid_thumbnail/9c087eb2d788-gary-susswein-tx8a5015.jpg" class="fr-embedded gd-embedded fr-draggable" isinline="false" alignment="center" style="border-style: none; height: 140px; object-fit: scale-down; width: 210px; cursor: pointer; position: relative; background-color: #f6f6f6; display: block; margin: auto;" /><span class="fr-inner gd-image-caption " contenteditable="false" style="font-style: italic; font-weight: initial; text-decoration: unset; line-height: 18px; letter-spacing: unset; padding: 5px 5px 10px; margin: auto; display: block; box-sizing: border-box; opacity: 0.9; width: 210px;">Gary Susswein</span><em class="gd-image-credit " contenteditable="false" style="color: #ffffff; background: #333333; position: absolute; top: 0px; right: 0px; font-size: 11px; padding: 1px 5px; min-width: 50px; max-width: 130px; overflow: hidden; text-wrap-mode: nowrap; text-overflow: ellipsis;">Katerina Lukina</em></span></p> <p id="eDeXXFGXI7" style="margin-bottom: 16px; line-height: 1.5; color: #000000; font-family: Roboto, 'Helvetica Neue', sans-serif;">Last but not least is Gary Susswein (1,090,000) who sits as the shortest stack remaining. With his guaranteed score here today, Susswein has already multiplied his lifetime earnings nearly ten times. Spending much of yesterday as the shortest stack, Susswein managed to navigate and ladder up multiple spots and now sits with a shot at the $270,794 awarded to first place, having never had a recorded score prior bigger than $725.</p> <p id="eLBesSi61J" style="margin-bottom: 16px; line-height: 1.5; color: #000000; font-family: Roboto, 'Helvetica Neue', sans-serif;"><span id="eR7nNijCKPw" style="font-weight: 700;">Day 3 Chip Counts</span></p> <ol id="eX8qWeSSJb2" style="color: #000000; font-family: Roboto, 'Helvetica Neue', sans-serif;"> <li id="euzcpSvuB81">Art Peacock - 11,650,000</li> <li id="eTl1qFUJatV">Darryll Fish - 7,155,000</li> <li id="eO6Gcku-Zbj">Raminder Singh - 6,930,000</li> <li id="eOtfmwYAt1H">Ricardo Eyzaguirre - 6,150,000</li> <li id="e6Y6Qfe4nY8">Bulat Khusainov - 2,200,000</li> <li id="eYDRK9mSVU-">Mike Chiappetta - 1,385,000</li> <li id="e3bIh2Emn4M">Gary Suisswein - 1,090,000</li> </ol> <p id="eyKhc2C32ds" style="margin-bottom: 16px; line-height: 1.5; color: #000000; font-family: Roboto, 'Helvetica Neue', sans-serif;">At 12:00, play will return to Level 28 with blinds at 60,000/120,000. Play will continue until a winner is crowned so be sure to stay tuned to <a id="eWWjFJRMvgI" href="https://poker.org/" style="background-color: transparent; user-select: auto;">Poker.Org</a> see all of the exciting updates. </p><div class='clrFloat'></div></div> </div> <div id="PagingNav" style="diplay:none;"> </div> </div> <script type="text/javascript" src="//platform.twitter.com/widgets.js" charset="utf-8"></script> <script>var autoLinkElementID = "#updatesContent";</script> <script type="text/javascript" src="/js/autolink.js"></script> </div> <div class="banner"> <a target='_blank' href='http://www.jostens.com/apps/prochamp/wsop/fans/landing.mvc' onclick="wsopbanner_GA4event('Skyscraper', '/CLICK/Skyscraper/Jostens-FanCollection-Sky');"><img src='https://www.wsop.com/images/banners/WSOP Fan Collection Web Banner (160x600).jpg' alt='Jostens' border='0' class='SKY' /></a> </div> </div> </div> <div id="Footer"> <div id="Footer-info"> <div class="F-info"> <div class="F-icons"> <img src="/images/nav/icon-chip-stack.gif" alt="Chip Stack Icon" /> </div> <div class="F-texts"> <h3 class="hdr1">MOST TRUSTED BRAND IN POKER</h3> <p>For more than forty years, the World Series of Poker has been the most trusted name in the game. <a href="/">WSOP.com</a> continues this legacy, yet strikes the proper balance between professional-grade and accessible. It's all the action and prestige of the World Series of Poker, from the comfort of your home or locale of choice. At <a href="/">WSOP.com</a>, anyone can play and anyone can win. Dreams are dealt on daily basis. And no matter who you are, there's always a seat waiting for you.</p> </div> <div class="F-icons"> <img src="/images/nav/icon-cards.gif" alt="Cards icon" /> </div> <div class="F-texts"> <h3 class="hdr1">WORLD'S MOST GEOGRAPHICALLY DIVERSIFIED GAMING COMPANY</h3> <p>Caesars Entertainment Corporation is the world's most geographically diversified casino-entertainment company. Since its beginning in Reno, Nevada, 75 years ago, Caesars has grown through development of new resorts, expansions and acquisitions and now operates casinos on four continents. The company's resorts operate primarily under the Caesars®, Harrah's® and Horseshoe® brand names. Caesars also owns the World Series of Poker® and the London Clubs International family of casinos. For more information, please visit <a href="http://www.caesars.com" target="_blank">www.caesars.com.</a></p> </div> </div> <div class="F-links"> <h2>WSOP.COM</h2> <ul> <li><a href="/circuit/">WSOP Circuit Events</a></li> <li><a href="/registration/">Registration</a></li> <li><a href="/players/bracelet-winners-by-year/">Bracelet Winners</a></li> <li><a href="/tournaments/updates/">Tournament Updates</a></li> <li><a href="/poker-newsletter/">Newsletter Signup</a></li> <li><a href="/2024/">WSOP Main Event</a></li> </ul> </div> <div class="F-links"> <h2>STAY CONNECTED</h2> <ul class="logos"> <li> <img src="/images/logos/facebook-logo.gif" /><a href="https://www.facebook.com/WSOP" target="_blank">Facebook</a></li> <li> <img src="/images/logos/twitter-logo.gif" /><a href="https://twitter.com/wsop" target="_blank">Twitter</a></li> <li> <img src="/images/logos/instagram-logo.gif" /><a href="http://instagram.com/wsop" target="_blank">Instagram</a></li> </ul> </div> </div> <div class="F-hotel-logos-wrapper"> <div class="F-caesars"> <a href="https://www.caesars.com/" target="_blank"> <img src="/images/homepage/logos/Caesars-Corporate-Logo.svg" /></a> </div> <div class="F-brand-logos"> <a href="https://www.caesars.com/caesars-palace" target="_blank"> <img src="/images/homepage/logos/Caesars-Palace.svg" /></a> <a href="https://www.caesars.com/caesars" target="_blank"> <img src="/images/homepage/logos/Caesars.svg" /></a> <a href="https://www.caesars.com/eldorado-reno" target="_blank"> <img src="/images/homepage/logos/Eldorado.svg" /></a> <a href="https://www.caesars.com/harrahs" target="_blank"> <img src="/images/homepage/logos/harrahs.svg" /></a> <a href="https://www.caesars.com/horseshoe" target="_blank"> <img src="/images/homepage/logos/Horseshoe.svg" /></a> <a href="https://www.caesars.com/tropicana" target="_blank"> <img src="/images/homepage/logos/tropicana.svg" /></a> <a href="https://www.caesars.com/flamingo-las-vegas" target="_blank"> <img src="/images/homepage/logos/flamingo.svg" /></a> <a href="https://www.caesars.com/cromwell/" target="_blank"> <img src="/images/homepage/logos/Cromwell.svg" /></a> <a href="https://www.caesars.com/linq" target="_blank"> <img src="/images/homepage/logos/linq.svg" /></a> <a href="https://www.caesars.com/paris-las-vegas" target="_blank"> <img src="/images/homepage/logos/paris.svg" /></a> <a href="https://www.caesars.com/planet-hollywood" target="_blank"> <img src="/images/homepage/logos/Planet-Hollywood.svg" /></a> <a href="https://www.caesars.com/harveys-tahoe" target="_blank"> <img src="/images/homepage/logos/harveys.svg" /></a> <a href="https://www.caesars.com/circus-circus-reno" target="_blank"> <img src="/images/homepage/logos/circus-circus.svg" /></a> <a href="https://www.caesars.com/silver-legacy-reno" target="_blank"> <img src="/images/homepage/logos/silver-legacy.svg" /></a> <a href="https://www.grandvictoriacasino.com/?_ga=2.102159873.1618001160.1677079450-70337735.1646859289" target="_blank"> <img src="/images/homepage/logos/grand-victoria.svg" /></a> <a href="https://www.fourseasons.com/stlouis" target="_blank"> <img src="/images/homepage/logos/four-seasons.svg" /></a> <a href="https://www.caesars.com/nobu-caesars-palace" target="_blank"> <img src="/images/homepage/logos/nobu.svg" /></a> <a href="https://www.caesars.com/isle-of-capri" target="_blank"> <img src="/images/homepage/logos/isle-capri.svg" /></a> <a href="https://www.caesars.com/lady-luck-black-hawk" target="_blank"> <img src="/images/homepage/logos/lady-luck.svg" /></a> <a href="https://www.caesars.com/isle-casino" target="_blank"> <img src="/images/homepage/logos/isle.svg" /></a> <a href="https://www.sciotodowns.com/?_ga=2.94868892.1618001160.1677079450-70337735.1646859289" target="_blank"> <img src="/images/homepage/logos/eldorado-gaming.svg" /></a> <a href="https://www.caesarsrepublicscottsdale.com/" target="_blank"> <img src="/images/homepage/logos/caesars-republic.svg" /></a> <a href="https://www.wsop.com" target="_blank"> <img src="/images/homepage/logos/wsop.svg" /></a> <a href="https://www.caesars.com/sportsbook-and-casino" target="_blank"> <img src="/images/homepage/logos/caesars-sportsbook.svg" /></a> </div> </div> <!-- NV --> <div class="F-fineprint"> <div itemscope itemtype="http://schema.org/LocalBusiness"> Must be 21 or older and present in the state of Nevada to play.<br /> <span itemprop="name">WSOP.com</span> is owned by <span itemprop="brand">William Hill U.S. Holdco, Inc.</span> <div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress"> <span itemprop="streetAddress">6325 S. Rainbow Blvd, Suite 100</span>,<span itemprop="addressLocality"> Las Vegas</span>, <span itemprop="addressRegion">NV</span> <span itemprop="postalcode">89118</span><br /> </div> </div> <p> Nevada Gaming License Number: 35445-01 </p> <p>WSOP.com is licensed and regulated in the State of Nevada by the Nevada Gaming Control Board.</p> <p> <a href="/about-us/">About Us</a> | <a href="/legal/terms-conditions-nv/">Terms & Conditions</a> | <a href="/legal/privacy-policy/">Privacy Policy</a> | <a href="/legal/security/">Security</a> | <a href="https://help.nv.wsop.com/hc/en-us" target="Online-help">Help</a> | <a href="/contact/">Contact Us</a> <br /> <a href="/legal/responsible-gaming/" target="_blank">Responsible Gaming Policy</a> | <a href="/how-to-play-poker/house-rules/" target="_blank">House Rules</a> | <a href="http://gaming.nv.gov/" target="_blank">Nevada Gaming Control Board</a> | <a href="https://gaming.nv.gov/gaming/commission-online/" target="_blank">Dispute/Complaint</a> | <a href="/contact/self-exclusion/">Self-Exclusion</a> </p> <p> <a href="https://www.nevadacouncil.org/" target="_blank">Know When to Stop Before You Start庐 Gambling Problem? Call 1-800-GAMBLER (426-2537).</a> </p> <p> ©2025, William Hill U.S. Holdco, Inc. All Rights Reserved. The use of this website is governed by NV law. </p> </div> </div> </div> </form> <script type="text/javascript"> $(document).ready(function () { //GA TRACK EVENTS FOR DOWNLOADS /* var Anchors = $('a[href*="/download/poker"]'); AddListener2Anchors(Anchors, 'Downloads', 'Download-Client', window.location.href, 1, true); Anchors = $('a[href*="/download/free"]'); AddListener2Anchors(Anchors, 'Downloads', 'Download-Client Free', window.location.href, 1, true); Anchors = $('#gallery-07 .previous'); AddListener2Anchors(Anchors, 'CarouselArrows', 'CarouselPreviousArrow', window.location.href, 1, true); Anchors = $('#gallery-07 .next'); AddListener2Anchors(Anchors, 'CarouselArrows', 'CarouselNextArrow', window.location.href, 1, true); */ $("#mobile-button").click(function () { $("ul.Mobile2020").slideToggle(); $("ul.Mobile2020 ul").css("display", "none"); $("#mobile-button").hide(); $("#mobile-button-close").show(); }); $("#mobile-button-close").click(function () { $("ul.Mobile2020").slideToggle(); $("ul.Mobile2020 ul").css("display", "none"); $("#mobile-button-close").hide(); $("#mobile-button").show(); }); $("ul.Mobile2020 li").click(function () { $(this).siblings().find('ul').slideUp(); $(this).find('ul').slideToggle(); }); $(window).resize(function () { // hide mobile nav for desktop if ($(window).width() > 760) { $("ul.Mobile2020").removeAttr("style"); $("ul.Mobile2020 ul").removeAttr("style"); $("#mobile-button").removeAttr("style"); $("#mobile-button-close").removeAttr("style"); } }); }); </script> <!-- 2BWEBWSOP001 US:NV --> <script type="text/javascript" src="/_Incapsula_Resource?SWJIYLWA=719d34d31c8e3a6e6fffd425f7e032f3&ns=1&cb=1361971296" async></script></body> </html>