Latest News
FanDuel Strengthens Public Policy Expertise with New Hires

FanDuel Group, the premier online gaming company in North America, announced that Shailagh Murray has been appointed Senior Vice President of Public Affairs and Jonathan Nabavi has been appointed Vice President of Federal Affairs. Murray and Nabavi will bring their extensive experience to FanDuel as the company leads the development of a regulated gaming industry that protects customers and delivers meaningful tax revenue to states.
âAs we look to the future, we understand the important role FanDuel must play in policy discussions that will address how we build and shape the online gaming industry over the long term. Shailagh and Jon bring decades of experience navigating difficult policy issues in a thoughtful, collaborative manner. We are confident they are the right leaders to work alongside key stakeholders to grow our industry responsibly and sustainably,â said Christian Genetski, President at FanDuel.
Shailagh Murray
Murray joins FanDuel having previously served as the Executive Vice President of Public Affairs at Columbia University. Prior to that, she spent six years shaping communications strategy inside the Obama White House, serving as Senior Advisor to President Obama from 2015 to 2017 after serving as Vice President Bidenâs deputy chief of staff and communications director.
Murrayâs career started in journalism with stops at the Wall Street Journal and Washington Post covering historic events including the collapse of communism in Eastern Europe; the expansion of the European Union; numerous presidential and mid-term election cycles; and major debates on Capitol Hill, from the Iraq War to the Affordable Care Act.
Born in upstate New York, Shailagh grew up in Charlottesville and Richmond, Va. She has a BA in humanities from University of Missouri-Columbia and a master’s in journalism from Northwestern University.
Jonathan Nabavi
Nabavi joins FanDuel from the National Football League where he was responsible for all aspects of the NFLâs public policy and legislative agenda and represented the League on a wide range of issues before the U.S. Congress, the White House, other federal and local government agencies as well as with foreign governments and international institutions. As part of his role, Nabavi advised the league on its approach to sports betting crafting the leagueâs policy approach to the industry.
Prior to joining the NFL, he served in a variety of senior congressional staff and political roles, including as Majority Counsel for the US Senate Committee on the Judiciary, providing strategic counsel to Chairman Chuck Grassley. He also previously served as Counsel for the House Committee on Oversight and Government Reform and as a senior adviser for multiple Members of the House of Representatives.
A graduate of Pennsylvania State University, Jonathan was an academic All-Big Ten member of the Penn State football team while earning a degree from the Universityâs Schreyer Honors College. He received his Juris Doctor from the George Washington School of Law.
Latest News
Billy Bets Raises Financing from Coinbase Ventures to Disrupt $250 Billion Market with AI for Sports Prediction Markets

Billy Bets, the AI-powered sports-betting startup, closed a $1 million pre-seed round with Coinbase Ventures, and participation from Virtuals Ventures, Contango Digital, CMS Holdings, and a roster of athlete and crypto-native angels. The capital accelerates the public launch of the Billy Terminal, personalized autonomous betting agents, and expanded $BILLY token utility.
Sports wagering generates an estimated $250 billion in annual handle, yet fewer than 1% of bets are executed by AI agents on prediction markets.
âThat inefficiency is our wedge. AI agents have already changed investing; now they’re coming for sportsbooks. Billy Bets will turn that small sliver into the default way fans bet,â said Joe OâRourke, Co-founder & CEO.
Built on Base (Coinbaseâs Layer 2), Billy supports bet discovery across prediction markets, including Kalshi and Polymarket, by highlighting edges, routes wagers to the best available price, and enables customized automated strategies. Billyâs natural-language terminal turns âShow me plus-EV NFL props tonightâ into live odds, automated execution and real-time, traceable ROI tracking. Billy has routed over $1 million in betting volume, growing at 23% per week, since the launch of the Billy Terminal in June.
âFundamentally, we believe all sports bettors will eventually rely on AI to improve their chances, particularly so with the advent of prediction markets, and we aim to be the best supplier of that agentic technology,â said Jared Augustine, Co-founder & Executive Chairman.
Latest News
Powerball Jackpot Climbs to $1.80 Billion, Second Largest in History

The Powerball jackpot has climbed to an estimated $1.80 billion ahead of Saturday nightâs drawing, officially making it the second-largest Powerball jackpot in U.S. history.
The jackpot has been building since June 1, when a single ticket in Michigan claimed $224 million. In the 37 drawings since, no player has matched all six numbers â the most drawings ever in a single jackpot run â sending the prize pool into historic territory. It is the first time Powerball has reached this level since November 2022, when a California player won $2.04 billion.
âThis jackpot is truly a historic moment in lottery history. At $1.80 billion, this Powerball run has already set records for longevity and now ranks as the second-largest prize ever. At Jackpot.com, weâre excited to help players across the country take part in a truly unforgettable moment.â
Jackpot.com allows customers to digitally order official state lottery tickets and scratch offs. Through the Jackpot.com platform, lottery players can place orders for their favorite games, choose their lucky numbers, and get notified if they win. Winnings under $600 are automatically deposited into customer accounts, while winning tickets over $600 are sent to the winners to be redeemed at lottery redemption centers. The service is available now in Colorado, Massachusetts, Arkansas, New Jersey, New York, Ohio, and Arizona.
Latest News
DiffusionData Releases Diffusion 6.12

DiffusionData, the pioneer and leader in real-time data streaming, today announced the release of Diffusion 6.12. The latest enhancements have been introduced to speed up development, optimize resource usage, and guarantee consistent, high-performance real-time data delivery.
Grethe Brown, CEO of DiffusionData, said: âAs a company, weâve always been driven by the insights of our community, ensuring our solution directly aligns with client needs. By listening closely to evolving requirements, weâve introduced enhancements to our framework that addresses real-world developer challenges while boosting operational efficiency. These improvements are designed to accelerate productivity, reduce complexity, and create tangible business value. The ongoing feedback from our customers fuels continuous innovation in Diffusion, enabling our clients to deliver better outcomes and stay competitive.â
Enhancements in Diffusion 6.12 include:
Enhancements to the âSetâ Operation in Topic Views
The âsetâ operation within the Topic Views process clause has been enhanced to support additional use cases and provide greater flexibility when shaping output data. Key improvements include:
Ability to Clear Output Structures
Output structures (objects, arrays, or even the root) can now be emptied prior to selectively copying required items into the output. This simplifies scenarios where large input datasets need to be reduced to only a few items. New special values are available: empty_object and empty array (or, for short, $O and $A respectively). For example, set(, $O) clears the entire output, while set(/pointer, $O) clears only a specific structure.
Copying Items to the Same Output Location
A new âset to pointerâ capability allows items (scalars or structures) to be copied directly to the same pointer location in the output. This is particularly useful when repopulating a structure that was previously cleared.
Support for Copying Complete Data Structures
This enhancement enables copying of entire objects or arrays in addition to scalar values, making it possible to move complete structures from input to output which is useful if a higher-level structure has been cleared, but also allows for copying to entirely different structures.
Metric Alerts
There is a new Metrics notifications feature which allows metrics alerts to be notified to topics when certain criteria are satisfied. For example, an alert could be set up which will write to a topic when the memory utilisation exceeds a specified threshold.
Session Authentication â Expiry
There is now a new session property called â$ExpiryTimeâ which lets an authenticator define when a session should automatically close, in milliseconds. If not set, the session wonât expire. Clients can now use the new re-authenticate method â replacing changePrincipal â to either switch principals or re-authenticate with the same one, while also updating session properties if needed. Clients can check their own fixed session properties, including expiry time, with getSessionProperties. Finally, administrators can use revokeAuthentication to immediately close another clientâs session.
Put together, these changes mean that sessions now have clearer lifecycles. They can expire automatically, be refreshed by re-authentication, and be forcibly revoked by administrators when necessary.
Topic View insert âs now Allowed at any Point in the Specification
Topic view inserts can now appear anywhere in the specification, not just at the end, allowing them to be interspersed with other transformations.
Regular Expression Matching for String Comparison in Topic Views
There is now a new matches or =~Â operator available in topic view âprocessâ conditionals. This allows for advanced string comparisons using regular expressions, providing greater flexibility and precision.
Session Lock Query API
There is now a new API available in the ClientControl feature, which enables control clients to query session locks. There is a getSessionLocks method, which returns details of all current session locks, as well as a getSessionLock method to query a specific named session lock.
SubscriptionControl Feature now Cluster Aware
Previously, the SubscriptionControl feature methods to subscribe and unsubscribe sessions would only work for sessions connected to the same server as the control client using the feature. This meant that when Diffusion was running in a cluster a control client would need to connect separately to all servers in the cluster in order to manage all sessions. In this release, all methods in the SubscriptionControl feature apply to all sessions across a cluster.
SELECT_TOPICÂ Permissions Changes
In 6.12, the SELECT_TOPIC path permission is required for all paths that a topic selector may match â not just the path prefix. In earlier versions, SELECT_TOPICÂ permission was only required for the prefix of a topic selector. A session could use a selector to access an entire branch of the topic tree as long as it had permission at the top-level path. As a result, it was not possible to selectively remove access from a sub-branch â access to the parent path implicitly granted access to everything below it.
The permission model has now been made more restrictive. To fetch or subscribe using a topic selector, a session must now have SELECT_TOPICÂ permission for each individual path that the selector may match. This allows SELECT_TOPICÂ to be granted to a branch of the topic tree and explicitly revoked for specific sub-branches.
For full path pattern topic selectors, the model is even more restrictive: SELECT_TOPIC permission is required for all paths at and below the path prefix. This is necessary to prevent circumvention using advanced regular expressions. This enhancement delivers more granular, flexible, and secure topic access management.
Improvements to the Journal Feature
In 6.12, the Journal feature has been simplified. The feature is now configured in the Server.xml configuration file, and the issued file contains a sample block with the feature disabled. A sample configuration file is now issued in the Diffusion ./etc installation directory which has all possible actions that can be configured, but with all disabled.
Topic Selection Scopes
In previous versions of Diffusion, if two different components of a client application, sharing a single Diffusion connection, subscribed to a topic and one of them later unsubscribed, the topic would be unsubscribed for the session and consequently for all components. Now, it is possible to specify a named scope when subscribing, such that a later unsubscription specifying that scope has no effect on other subscriptions that named a different scope. This allows subscriptions to be localised to the components that need them. There are now new subscription and unsubscription methods that take a scope parameter to support this. Applications using the old methods will continue to work as before, as their subscriptions will all be assigned to a default scope.
Other Improvements
- In 6.12, both the Diffusion server and Java Client require Java 17. Older clients can still connect, but the 6.12 Java Client is needed to access all new features.
- The JavaScript Client and Console now support the Safari browser.
- The Dotnet SDK client can now specify a custom URL path to connect to Diffusion through use of the new parameterless ISessionFactory Open and OpenAsync API in conjunction with the new ISessionFactory attributes: ServerHost , ServerPort , SecureTransport and RequestPath .
-
Gambling in the USA7 days ago
$50 MILLION GUARANTEED IN ACR POKERâS BIGGEST-EVER TOURNAMENT SERIES: THE ONLINE SUPER SERIES XL, LAUNCHING THIS WEEKEND
-
Gambling in the USA7 days ago
Georgia Lottery Takes Retail Experience to Next Level with Scientific Gamesâ SCiQ Technology
-
Latest News5 days ago
Proper Loud and Galactic Announce Groundbreaking Global Partnership to Launch the Worldâs First Socially-Driven Prediction Market Platform
-
Canada6 days ago
Evoplay strengthens Ontario presence in partnership with Caesars Entertainment
-
eSports6 days ago
TEAM VITALITY AND HUMMEL LAUNCH ALTERNATE JERSEY AND EXCLUSIVE APPAREL COLLECTION
-
Compliance Updates5 days ago
MDC Issues Commentary as U.S. Gambling Enters âRegulatory Resetâ Following $148 Billion Wagered
-
Gambling in the USA6 days ago
ETPL APPOINTS LONDON-BASED OAKVALE CAPITAL AS EXCLUSIVE INVESTMENT BANKER TO LEAD CAPITAL RAISE AND GROWTH STRATEGY
-
Gambling in the USA5 days ago
Aristocrat Interactiveâą to Showcase Innovative iLottery Solutions at NASPL 2025 Annual Conference & Trade Show