Press Releases
DraftKings Set to Launch Top-Rated Online Sportsbook in Vermont on January 11

oday, DraftKings Inc. announced plans to launch its top-rated online sportsbook in Vermont on January 11, 2024. Once live, Vermont will mark the 26th U.S. state, in addition to Ontario, Canada, in which DraftKings Sportsbook operates, further expanding the Boston-based operator’s presence to five of six New England states with its online sportsbook.
“As a Boston-based company, we are thrilled for the opportunity to further expand in the New England region and provide Vermont with access to safe and legal sports betting,” said Matt Kalish, President, DraftKings North America. “This is an exciting time of year with the NFL Playoffs about to kick off, and Vermonters will now have the opportunity to engage with their favorite sports on our industry-leading DraftKings Sportsbook app.”
With a customer-friendly interface and award-winning customer experience, beginning January 11, 2024, the DraftKings Sportsbook app will provide eligible sports fans in Vermont access to bet on professional sports and sporting events including the Super Bowl, as well as can’t-miss promotions and offerings, like same-game and cross-sport parlays, in-game betting, special odds boosts and more.
Additionally, DraftKings has a firm commitment to serving the communities in which it operates, recently committing $25,000 to the Arbor Day Foundation to support a large-scale reforestation planting project throughout Vermont. The initiative will take place this upcoming spring, assisting the Vermont Conservation Reserve Enhancement Program in planting 3,500 trees to help form “riparian buffers” along streams and rivers to improve water quality flowing to Lake Champlain.
An active member of the American Gaming Association (“AGA”), DraftKings is committed to promoting the AGA’s Have A Game Plan.® Bet Responsibly™ public service campaign, which educates customers on responsible gaming best practices, such as establishing and adhering to a budget and only engaging with legal, regulated operators. DraftKings is committed to creating inclusive and responsible pathways for people to build, create, imagine and innovate through the DraftKings S.E.R.V.E.S. program.
Latest News
EstrelaBet to offer Opta-powered stats markets and premium live football streaming in extensive partnership with Stats Perform

Customers of leading Brazilian gaming tech company, EstrelaBet, are set to enjoy more innovative and entertaining betting experiences for the world’s top football competitions after the operator today announced an extensive partnership with sports data and AI leader Stats Perform.
The multi-year agreement for Stats Perform’s ‘Bet LiveStreams’ content and technology provide EstrelaBet customers the ability to watch and bet on nearly 20,000+ premium men’s and women’s professional football matches a year, across 80 global competitions, providing round-the-clock, year-round exciting betting action.
It includes some the most popular football competitions played globally, featuring some of Brazilian football’s top talent, including Spain’s LaLiga, the English Football League (EFL) and Carabao Cup, multiple Concacaf competitions and internationals, and wide coverage of South American competitions in Argentina, Colombia, Chile, Peru, Ecuador, Bolivia, Mexico, as well as prominent leagues played in Asia.
EstrelaBet will also offer innovative player and team stats betting markets powered by detailed live Opta data, thrilling bettors with every shot, foul, and tackle. Altenar, an accredited Opta for Betting partner, will create and settle unique markets for more than 90 global competitions and 11,000+ games a year – a growing number, due to huge demand from operators and bettors globally. These significant product upgrades solidify EstrelaBet’s leading position within the regulated Brazilian betting market and prime it to achieve its ambitious growth targets.
Fellipe Fraga, CBO (Chief Business Officer) at EstrelaBet, said, “These are two major upgrades for EstrelaBet. Firstly, it’s vital for customer trust for us to build stats betting experiences with the same consistently-collected football data used globally by the biggest professional teams, broadcasters and media, and that is Opta. Secondly, the quality and scale of Stats Perform’s premium live streaming package means our customers can quickly watch lots of the games they’re betting on, which further increases their entertainment and enjoyment from our sportsbook.”
Steve Xeller, Chief Revenue Officer at Stats Perform, added, “Live streaming creates the ultimate trusted and entertaining in-play betting experience, and we’ve built a popular official rights portfolio, especially in football, delivered through award-winning technology. We’ve also invested heavily in expanding the range of competitions covered by our specialist Opta API for sportsbooks. These investments ensure that operators like EstrelaBet, and partners like Altenar, can create personalised, innovative, and engaging sports betting experiences. We look forward to seeing the results they achieve”.
Earlier in 2025, Bet LiveStreams was named Industry Innovation of the Year – South America at SBC Americas, and Live Streaming Supplier of the Year at the EGR Awards – an acknowledgement of the impact Stats Perform’s Bet LiveStreams service has on elevating in-play betting experiences in regulated betting markets.
Stats Perform’s multi-award-winning, trusted Opta data API has also established itself as the gold standard in football statistics for teams, leagues, broadcasters, live scores apps and sportsbooks, providing the critical data for products like same-game multis and player props that have become hugely popular with bettors.
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 .
eSports
Global Esports Federation confirms program for Los Angeles 2026 Global Esports Games

The Global Esports Federation at its 16th Board Meeting approved the draft program for the Los Angeles 2026 Global Esports Games, to be held in December 2026. This follows the earlier announcement of Los Angeles as host city at a major ceremony hosted by Los Angeles Times Media Group Executive Chairman & CEO Dr. Patrick Soon-Shiong, Los Angeles Mayor Karen Bass, and El Segundo Mayor Chris Pimentel—now marking a significant milestone on the road to GEF’s flagship event in the United States.
The GEF Board also unanimously elected Paul J. Foster as President of the Global Esports Federation. Paul, who is GEF Chief Executive Officer, was appointed President ad interim following the resignation of founding President Chris Chan in July, and now assumes the role of President & CEO through December 2027.
In addition, the GEF Board approved the establishment of frameworks to develop the esports ecosystem in the United States, anchored in Los Angeles. This initiative will strengthen the GEF’s connections with stakeholders worldwide and reinforce its mission to elevate esports for all.
The outcomes of GEF 16th Board Meeting reaffirm the GEF’s role as a convening platform, uniting athletes, publishers, Member Federations, and partners to power the future of esports globally.
-
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