Warning!Sorry. Game for this draw date has ended. Page will now reload.
How to Play Syndicate Game
Step 1:
Choose the number of shares you wish to play.
Step 2:
Click “Add to Cart” to add syndicate in your shopping cart or “Check Out” for express purchases.
Step 3:
Review the summary of your order.
Step 4:
Click “Confirm“ to purchase your order.
Step 5:
You will receive a confirmation email from us that contains details of these tickets.
Step 1:
Choose the number of shares you wish to play.
Step 2:
Click “Add to Cart” to add syndicate in your shopping cart or “Check Out” for express purchases.
Step 3:
Review the summary of your order.
Step 4:
Click “Confirm“ to purchase your order.
Step 5:
You will receive a confirmation email from us that contains details of these tickets.
What is a Syndicate?
A syndicate is a team of lottery players who pool their resources together to buy more tickets and share any winnings between each member. The chances of winning become higher because of the shares for multiple tickets.
How do I know if I have won?
After the official results and complete prize breakdown have been announced, we will publish the results on the website as well as send you notification via email. In case one or more syndicate lines have won, we will also send you notification.
What happens to my winnings?
Total winnings are divided up into a share value. Each share value is then credited to each player according to how many shares they have purchased. Winnings will be automatically credited to your WeLoveLotto account once the draw results have been published.
Check Other Syndicate Games
See other available syndicate games for the week for more chances of winning. Click here.
To retrieve your password, please enter the username you used when creating your account:
Enter Username or Email:
Thank you!
Your password will now be emailed to your registered email address.
If you do not receive an email within 60 minutes, please contact us, providing as much information about your account as possible.
Thank you and good luck!
The Lottery Team
Maximise Your One Time Double Deposit Offer
Please Note: Whole numbers only. Your deposit value has been rounded up to nearest whole number.
0
Chat
');
docprint.document.write('');
if (syndicate.has_custom_combination) {
docprint.document.write('
' + lineNumbers.length + ' System Syndicate Lines
');
} else {
docprint.document.write('
' + lineNumbers.length + ' Lucky Pick Numbers
');
}
docprint.document.write('');
for (var i = 0; i < lineNumbers.length; i++) {
var mainNumber = lineNumbers[i].main_number.map(function (num) {
var s = num + "";
while (s.length < 2 && Number.isInteger(s)) s = "0" + s;
return s;
}).join(' ');
var bonusNumber = lineNumbers[i].bonus_number.map(function (num) {
var s = num + "";
while (s.length < 2) s = "0" + s;
return s;
}).join(' ');
var html = "
" + mainNumber;
if (lineNumbers[i].bonus_number.length > 0) {
html += ' | ' + bonusNumber;
}
if(lineNumbers[i].hasOwnProperty('multiplier')) {
html += ' x' + lineNumbers[i].multiplier;
}
html += "