You'd need to add it in manually.
So;
ACP > Templates & Styles > Templates> Your Theme Template > Header Templates > click Header
Find:
Code:
<li><a href="{$mybb->settings['bburl']}/memberlist.php">{$lang->toplinks_memberlist}</a></li>
Add this below it:
Code:
<li><a href="{$mybb->settings['bburl']}/LOTTERYPAGENAME.php">Lottery Tickets</a></li>
LOTTERYPAGENAME.php needs to be replaced with the pathway of your lottery page.
If you can link me to the page where the lottery tickets are, I'll be more than happy to give you a code to add. Or I can go on your forums and add it for you.
😀