Friday, June 27, 2025
30.4 C
Singapore

Singaporean wins over 1 million SGD mega jackpot in South Korea

According to the Yonhap news, a 45-year-old Singaporean won a 884.8 million won (US$800,000 or SGD1.068 million) mega jackpot in South Korea last weekend.

The unnamed Singaporean became the seventh mega jackpot winner at one of South Korea’s largest foreigners-only casino, Paradise City in Incheon. Officials working at the casino report that the Singaporean played a variety of games before winning big.

Besides its branch in Incheon, Paradise City also runs casinos in Seoul, Busan and Jeju. All Paradise City casinos feature a jackpot ceiling of 1 billion won per win. Three months ago, this past March, one fortunate individual won a record 988 million won from Paradise City’s Seoul branch.

https://theindependent.sg.sg/indian-migrant-worker-hits-jackpot-in-singapore-sweep-wins-2-3-million-overnight/

See also  Eugene Wijeysingha, ex-headmaster of Raffles Institution and education visionary, dies aged 90

Hot this week

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });