The Fire Joker has returned, his blazing grin wider than ever. He’s back in control of the reels, where classic fruits and symbols light up under his fiery touch. But this time, there’s more than just mischief in the air. The heat has intensified, the stakes are higher, and this scorching slot is cranked up to a full 100.
Connect with us
The Fire Joker has returned, his blazing grin wider than ever. He’s back in control of the reels, where classic fruits and symbols light up under his fiery touch. But this time, there’s more than just mischief in the air. The heat has intensified, the stakes are higher, and this scorching slot is cranked up to a full 100.

Press Releases

Rivers Casino Pittsburgh and BetRivers.com Ink Exclusive Deal With NHL’s Penguins to Build Sportsbook-style Lounge at PPG Paints Arena

Published

on

Rush Street Interactive Fully Launches BetRivers Online Sportsbook in Arizona

 

Pittsburgh’s sports scene is about to become even more exciting for NHL fans. Rivers Casino, Pittsburgh’s market-leading casino, and BetRivers.com, operated by Pennsylvania’s leading online gaming company Rush Street Interactive (RSI), have secured an exclusive multi-year agreement to become the “Official Casino and Official Sportsbook of the Pittsburgh Penguins,” five-time Stanley Cup Champions. The deal includes a branded, hi-tech BetRivers Sportsbook-Style Lounge in PPG Paints Arena.

The announcement was made today by David Morehouse, president and CEO of the Pittsburgh Penguins; Bill Keena, general manager of Rivers Casino Pittsburgh; and Mattias Stetz, chief operating officer of Rush Street Interactive (RSI), the operator of BetRivers.com.

The lounge will feature two rows of luxury seating where sports fans will now be able to watch the Penguins games live, while betting via the BetRivers Pennsylvania app on their personal mobile devices. The new space will be created by removing several rows at the top of section 120 in the lower bowl.

The released renderings* show the look and feel of the sportsbook-style lounge, which will have the same vibe as the popular sportsbook at Rivers Casino, and is created by the same designer, DMAC Architecture of Chicago. Along with the luxury rows of seating, the fun space will feature a bar with seating and club chairs, as well as multiple live-action screens. The new sports bar and lounge at PPG Paints Arena is designed to bring the elevated game-day experience of BetRivers, the market-leading sportsbook and casino, into the arena where the action is actually happening live on the ice.

“This is an exciting extension of our longstanding relationship with Rivers,” said David Morehouse, president and CEO of the Penguins. “The BetRivers Lounge is one of a number of projects we are undertaking at PPG Paints Arena to provide an enhanced and safe fan experience in a post-COVID environment.”

“Rivers Casino Pittsburgh’s proud partnership with the Penguins dates back to our grand opening. Besides ongoing promotions, we partnered with the Lemieux Foundation when table games debuted in 2010, and last year, when we launched the expanded BetRivers Sportsbook, Iceburgh was right by my side,” said Bill Keena, general manager of Rivers Casino Pittsburgh. “The new BetRivers Lounge at PPG Paints Arena takes this longstanding relationship to a whole new level—literally.”

“Pittsburgh is a hockey town and the Penguins have a rich history of success, winning the Stanley Cup on five occasions, most recently with their back-to-back Cups in 2016 and 2017,” said Mattias Stetz, chief operating officer of Rush Street Interactive (RSI), the operator of BetRivers.com. “As two organizations that share a commitment to excellence in providing sports fans with unparalleled experiences, BetRivers.com is proud to be the exclusive sportsbook of this winning franchise and the pride of Pittsburgh.”

The agreement also forges an exclusive marketing partnership that includes Rivers Casino and BetRivers branding and advertising inside the arena.

Rush Street Interactive was the first online gaming company to launch online sports wagering in Pennsylvania. It also operates online sportsbooks in Illinois, New Jersey, Indiana and Colorado.

Advertisement
Stake - Best Online Casino & Sports Betting Platform

SOURCE Rush Street Interactive

Latest News

DiffusionData Releases Diffusion 6.12

Published

on

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.

Advertisement
Stake - Best Online Casino & Sports Betting Platform

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

Advertisement
Stake - Best Online Casino & Sports Betting Platform
  1. 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.
  2. The JavaScript Client and Console now support the Safari browser.
  3. 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 .
Continue Reading

eSports

Global Esports Federation confirms program for Los Angeles 2026 Global Esports Games

Published

on

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.

“I’m honored to be elected President of the Global Esports Federation at today’s Board Meeting. Together with our Member Federations and partners, we will champion inclusion, innovation, and sustainability—empowering athletes, embracing digital transformation, and strengthening the global credibility and prestige of esports for generations to come.” –Paul J. Foster, GEF President & CEO.

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.

Continue Reading

Latest News

Playtech successfully launches Retail Sports Betting on MSC Cruise Ships

Published

on

Playtech successfully launches Retail Sports Betting on MSC Cruise Ships

 

Playtech announced the successful launch of its retail sports betting rollout across the MSC Cruises fleet. The deployment builds on a recently established partnership between the two companies earlier this year, marking Playtech’s entry into the cruise leisure sector and extends its innovative technology to a new frontier in entertainment.

As the world’s third largest cruise line and the market leader in Europe with a strong and growing presence in North America, MSC Cruises offers a powerful platform for Playtech’s global expansion into new verticals. This strategic collaboration introduces Playtech’s cutting-edge sports betting solutions to the cruise sector, enhancing the onboard entertainment experience for guests.

MSC Cruises’ onboard casinos are designed to deliver a dynamic mix of entertainment, featuring reel, video, and video poker slot machines, alongside timeless table games such as Roulette, Blackjack, Three Card Poker, and Texas Hold’em. With the addition of sports betting, guests now have even more ways to engage and enjoy their time at sea. Guests can place bets on a wide range of sports events through Self-Service Betting Terminals and Playtech’s newly developed mobile tills, all seamlessly integrated with guests’ onboard accounts for a smooth and secure experience.

Yori Arami, VP Sports at Playtech commented; “We are excited to partner with MSC Cruises and bring our retail sports betting solutions to their impressive fleet. This partnership represents a significant milestone for Playtech as we continue to expand our offerings and provide unique, engaging experiences for players around the world on land and sea.”

Mara Friso, Head of Casino at MSC Cruises said, “We are very proud to be able to deliver the excitement and engagement of sports gaming to our guests through our partnership with Playtech. Our fleet of modern cruise ships will provide our customers a wide array of immersive digital content as a complement to our state-of-the-art cruise casinos.”

The initial phase of the rollout is now live across seven MSC Cruises vessels, with additional deployments scheduled over the coming months. The integration leverages Playtech’s advanced retail sports betting technology, delivering a seamless and engaging experience for guests onboard.

Continue Reading

Trending

GamingAmericas.com (part of HIPTHER) is your one-stop portal for the latest news, insights, and analyses in the gaming industry across the Americas. From legislative updates and market trends to interviews with industry leaders, we provide a comprehensive look at the dynamic landscape of both online and land-based gaming. Whether you're a stakeholder looking to stay ahead of the curve or a gaming enthusiast eager for reliable updates, GamingAmericas.com has got you covered. Follow us on social media and subscribe to our newsletter for real-time updates and exclusive content. Make informed decisions and stay ahead in the game with GamingAmericas.com.

Disclaimer: All the information provided is for educational and entertainment purposes only. Always check your local laws before participating in any gaming activities.

Copyright © 2018 – 2025, HIPTHER. All Rights Reserved.