
Aussie Cam Smith claims $5 million for epic golf victory but his biggest win is seeing his family
Australian golf star Cameron Smith has scored the biggest win of his career, taking out The Players Championship in Florida in extraordinary, record-setting fashion.
Smith carded a birdie-filled and dramatic six-under-par 66 to record a steely one-shot victory at TPC Sawgrass and join a who’s who of golf greats on the honour roll.
Apart from the prestige of winning the PGA Tour’s flagship event and the game’s unofficial fifth major, the 28-year-old pocketed a cheque for $3.6 million ($A5 million) and will rocket to second in the season-long FedExCup standings.
Smith’s rollercoaster round in the tour’s wild Monday finish after a weather-marred week featured an unprecedented 10 birdies, including five in the first six holes.
But the victory wasn’t without tension and drama, with Smith finding the water on the last hole and needing a scrambling up-and-down bogey to fend off surprise third-round leader Anirban Lahiri.
Fittingly, he delivered to complete the best putting round in the tournament’s 49-year history.
Smith’s 101 putts for the 72 holes was the fewest by any winner in almost half a century.
He joins fellow Australians Steve Elkington (1991 and 1997), Greg Norman (1994), Adam Scott (2004) and Jason Day (2016) on the famous honour board.
Other champions include major-winning legends Jack Nicklaus, Lee Trevino, Tiger Woods and Phil Mickelson.
“It’s huge. it’s gonna take a while to sink in I think,” Smith said.
The Queenslander choked up after describing the emotion of winning in front of his mother and sister, who were visiting Smith, who lives nearby at Jacksville Beach.
“I haven’t seen them in two years so it’s really cool to have them here,” he said.
“My main priority really was to hang out with them and golf was second these few weeks so it’s nice to see them and get the win for them.”
Smith’s latest triumph follows his victory at the Tournament of Champions in Hawaii in January, when he won with a record score of 34 under par.
The Australian No.1 is set to climb into the world’s top five for the first time ahead of next month’s Masters, the year’s first major at Augusta National.
© AAP
// This is called with the results from from FB.getLoginStatus(). var aslAccessToken = ''; var aslPlatform = ''; function statusChangeCallback(response) { console.log(response); if (response.status === 'connected') { if(response.authResponse && response.authResponse.accessToken && response.authResponse.accessToken != ''){ aslAccessToken = response.authResponse.accessToken; aslPlatform = 'facebook'; tryLoginRegister(aslAccessToken, aslPlatform, ''); }
} else { // The person is not logged into your app or we are unable to tell. console.log('Please log ' + 'into this app.'); } }
function cancelLoginPermissionsPrompt() { document.querySelector("#pm-login-dropdown-options-wrapper__permissions").classList.add('u-d-none'); document.querySelector("#pm-register-dropdown-options-wrapper__permissions").classList.add('u-d-none'); document.querySelector("#pm-login-dropdown-options-wrapper").classList.remove('u-d-none'); document.querySelector("#pm-register-dropdown-options-wrapper").classList.remove('u-d-none'); }
function loginStateSecondChance() { cancelLoginPermissionsPrompt(); FB.login( function(response) {
}, { scope: 'email', auth_type: 'rerequest' } ); }
// This function is called when someone finishes with the Login // Button. See the onlogin handler attached to it in the sample // code below. function checkLoginState() { FB.getLoginStatus(function(response) {
var permissions = null;
FB.api('/me/permissions', { access_token: response.authResponse.accessToken, }, function(response2) { if(response2.data) { permissions = response2.data; } else { permissions = []; }
var emailPermissionGranted = false; for(var x = 0; x < permissions.length; x++) { if(permissions[x].permission === 'email' && permissions[x].status === 'granted') { emailPermissionGranted = true; } } if(emailPermissionGranted) { statusChangeCallback(response); } else { document.querySelector("#pm-login-dropdown-options-wrapper__permissions").classList.remove('u-d-none'); document.querySelector("#pm-register-dropdown-options-wrapper__permissions").classList.remove('u-d-none'); document.querySelector("#pm-login-dropdown-options-wrapper").classList.add('u-d-none'); document.querySelector("#pm-register-dropdown-options-wrapper").classList.add('u-d-none'); } }); }); } window.fbAsyncInit = function() { FB.init({ appId : 392528701662435, cookie : true, xfbml : true, version : 'v3.3' }); FB.AppEvents.logPageView(); FB.Event.subscribe('auth.login', function(response) { var permissions = null; FB.api('/me/permissions', { access_token: response.authResponse.accessToken, }, function(response2) { if(response2.data) { permissions = response2.data; } else { permissions = []; } var emailPermissionGranted = false; for(var x = 0; x < permissions.length; x++) { if(permissions[x].permission === 'email' && permissions[x].status === 'granted') { emailPermissionGranted = true; } } if(emailPermissionGranted) { statusChangeCallback(response); } else { document.querySelector("#pm-login-dropdown-options-wrapper__permissions").classList.remove('u-d-none'); document.querySelector("#pm-register-dropdown-options-wrapper__permissions").classList.remove('u-d-none'); document.querySelector("#pm-login-dropdown-options-wrapper").classList.add('u-d-none'); document.querySelector("#pm-register-dropdown-options-wrapper").classList.add('u-d-none'); } }); }); }; (function(d, s, id){ var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) {return;} js = d.createElement(s); js.id = id; js.src = "https://connect.facebook.net/en_US/sdk.js"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));