Websites
Websites
Runtime: 3.7s
Share on Facebook or Twitter
On November 18, 2021 at 11:59:59 PM UTC, http://www.riverbelle.com/ was accessible when tested on AS3851 in United States.

Failures

HTTP Experiment
null
DNS Experiment
null
Control
null

DNS Queries

Resolver:
84.17.44.182
Query:
IN A www.riverbelle.com
Engine:
system
Name
Class
TTL
Type
DATA
Answer IP Info
@
IN
A
185.31.222.175
AS34738 (WEBHOST LIMITED)

TCP Connections

185.31.222.175:80: succeeded

HTTP Requests

URL
GET https://www.riverbellecasino.com/
Response Headers
Cache-Control:
private
Cf-Cache-Status:
DYNAMIC
Cf-Ray:
6b0527f07f3e70b5-SJC
Content-Type:
text/html; charset=UTF-8
Date:
Fri, 19 Nov 2021 00:00:04 GMT
Expect-Ct:
max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
Expires:
Thu, 19 Nov 1981 08:52:00 GMT
Pragma:
no-cache
Server:
cloudflare
Set-Cookie:
Tracking=SessionVisitId=61a198fa-5346-4ecc-abc2-c21d59917025&s=RBCTYPEINTRAFFIC&a=RBCTYPEINTRAFFIC&b=RBCTYPEINTRAFFIC&PromoId=25048; domain=.riverbellecasino.com; path=/
Vary:
Accept-Encoding
X-Powered-By:
PHP/7.4.11
Response Body
<!doctype html>
<!--[if lte IE 9]><html class="ie" lang="en"><![endif]-->
<!--[if (gt IE 9)|!(IE)]><!-->
<html lang="en">
<!--<![endif]-->
<head>
<meta charset="utf-8" />      
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> 
<meta name="viewport" content="width=device-width, initial-scale=1" />
    
<script type="text/javascript">
var dataLayer = [{
    "affiliateId": "RBCTYPEINTRAFFIC",
    "mediaBannerId": "RBCTYPEINTRAFFIC",
    "brandShortCode": "RBC",
    "campaignId": "RBCTYPEINTRAFFIC",
    "containerType": "brand",
    "correlationId": undefined,
    "language": "en",
    "rememberMe": "off",
    "referrer": "http://www.riverbellecasino.com/",
    "regltd": "false",
    "visitGUID": "nocookie"
}];             
</script>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push(
{'gtm.start': new Date().getTime(),event:'gtm.js'}
);var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-KT5RNX');</script>

<!-- CrUX Step 1 :  Default settings & Page Timing elements -->
<script src="https://www.riverbellecasino.com/rbc/js/first-input-delay.min.js" type="text/javascript"></script>
<script type="text/javascript">
//Try Catch Helper function
var callCatchMe = function(error, ref) {
	//console.error(error);
	dataLayer.push({"event": "CrUXEventTrigger.gtm_performance_error", "eventCategory": "Performance Metric Error", "eventAction": "Notification", "eventLabel": ref, "gtm_value": error, "nonInteraction": true});
}		
if (document.addEventListener) {
	document.addEventListener("DOMContentLoaded", function(event) {
		if("performance" in window){				
			var dclTime = Math.round(performance.now());
			//if (console) {console.log("* DOM fully loaded and parsed ", dclTime);}
			dataLayer.push({"event": "CrUXTrigger.gtm_performance_metrics", "eventCategory": "Performance Metric", "eventAction": "navigation", "eventLabel": "dom-content-loaded-event", "eventValue": dclTime, "gtm_value": '', "nonInteraction": true});
		}
	});
} else { callCatchMe('document.addEventListener not available', 'DOMContentLoaded'); }
if (window.addEventListener) {
	window.addEventListener("load", function(event) {			
		if("performance" in window){
			var dlTime = Math.round(performance.now());
			//if (console) {console.log("* All resources finished loading!", dlTime);}
			dataLayer.push({"event": "CrUXTrigger.gtm_performance_metrics",	"eventCategory": "Performance Metric", "eventAction": "navigation", "eventLabel": "onload-event", "eventValue": dlTime, "gtm_value": '', "nonInteraction": true});
		}
		//Disconnect Longtask performace observer			
		if (typeof observer != "undefined") { observer.disconnect(); }	
	});
} else { callCatchMe('window.addEventListener not available', 'load'); }

if("PerformanceObserver" in window){
	var observer = new PerformanceObserver(function(list) {
      	var perfEntries = list.getEntries();
    	for (var i = 0; i < perfEntries.length; i++) {
			var entry = perfEntries[i];		
			var metricType = entry.entryType;
			var metricName = ((entry.name == 'unknown') ? metricType+' (unknown)' : entry.name);		
			var time = Math.round(entry.startTime + entry.duration);
			var attribution = '';
			//if (console) { console.log('GTM -  Name:', metricName, '- Type:', metricType, '-- Start time:', entry.startTime, '- Duration:', entry.duration, '- Time:', time); }
			if (entry.entryType == 'longtask') {
				attribution = JSON.stringify(entry.attribution)
				//if (console) {console.log('GTM -  Attribution: ', attribution);}
			}
			dataLayer.push({"event": "CrUXTrigger.gtm_performance_metrics", "eventCategory": "Performance Metric", "eventAction": metricType, "eventLabel": metricName, "eventValue": time, "gtm_value": attribution, "nonInteraction": true	});
		}
	});
	observer.observe({entryTypes: ['paint', 'longtask']});
} else { callCatchMe('PerformanceObserver not available', 'PerformanceObserver'); }

var loadScript = function(src, callbackfn) {
	try {
		var newScript = document.createElement("script");
		newScript.type = "text/javascript";
		newScript.setAttribute("async", "true");
		newScript.setAttribute("src", src);
		if(newScript.readyState) {
			newScript.onreadystatechange = function() {
				if(/loaded|complete/.test(newScript.readyState)) callbackfn();
			}
		} else { newScript.addEventListener("load", callbackfn, false); }
		document.getElementsByTagName('head')[0].appendChild(newScript);
	 } catch (error) { callCatchMe(error, 'tti'); }
}

loadScript("https://www.riverbellecasino.com/rbc/js/tti-polyfill.js", function() {		
	ttiPolyfill.getFirstConsistentlyInteractive()
	.then(function(tti) {
		time = Math.round(tti);
		//if (console) { console.log('GTM -  TTI: ', time); }
		return dataLayer.push({"event": "CrUXTrigger.gtm_performance_metrics", "eventCategory": "Performance Metric", "eventAction": "TTI", "eventLabel": "time-to-interactive", "eventValue": time, "gtm_value": '', "nonInteraction": true});
	});	
});

</script>
<!-- CrUX Step 1 :  Default settings & Page Timing elements END-->   
<title>Discover River Belle Online Casino & Play For Real Wins!</title>
<meta name="description" content="River Belle is the best online casino that you are likely to ever find! Enjoy top quality casino games, play with big bonuses and stand to win a jackpot!" />
<link rel="canonical" href="https://www.riverbellecasino.com/" />


<link href="https://fonts.googleapis.com/css?family=Open+Sans&amp;subset=cyrillic,greek" rel="stylesheet">
<link href="https://www.riverbellecasino.com/rbc/css/style.min.css" rel="stylesheet" type="text/css" />

    
<script src="https://www.riverbellecasino.com/rbc/js/jquery3.1.0.min.js" type="text/javascript"></script>

<!--[if lt IE 9]>
  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->

<link rel="apple-touch-icon" href="https://www.riverbellecasino.com/rbc/images/rbc.png">
<link rel="manifest" href="https://www.riverbellecasino.com/manifest.json?v=wAvwKewdXG">
<meta name="theme-color" content="#230a02">
<!-- test ––--></head>

<body class="home target-en" ng-app="rbcApp" onload="gtmTagging()">
	<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KT5RNX"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>

<input type="hidden" id="txtAffiliateID" value="RBCTYPEINTRAFFIC" />
<input type="hidden" id="txtAdID" value="RBCTYPEINTRAFFIC" />
<input type="hidden" id="txtBannerID" value="RBCTYPEINTRAFFIC" />
<input type="hidden" id="txtVengeVisit" value="nocookie" />
		
 	<header class="clearfix">
        <div class="container">
            <div class="clearfix">
                <div class="logo"><a href="https://www.riverbellecasino.com/"><img src="https://www.riverbellecasino.com/rbc/images/RBC-logo.png" data-gtmid='101:1' data-info='Logo' /><img class="since-1997" src="https://www.riverbellecasino.com/rbc/images/since-1997.png" /></a></div>
                <div class="siteNavigation">
                    <div class="language_menu siteNavBtns mobileHide" data-gtmid='104:2' data-info='Language' data-ctx='Language Pop'>Language</div>
                    <div class="siteNavBtns mobileHide"><a href="javascript:void(0)" onclick="window.open('http://smrouter.com/divert/sitemaxtraffic/RBC/en/','name','width=490,height=600,top=111,left=111,scrollbars=no,resizable=no','replace=true')" data-gtmid='103:5' data-info='Support' data-ctx='Menu'>24/7 Support</a></div>
                                       	<div class="register_btn siteNavBtns mobileHide"><a href="https://www.riverbellecasino.com/register/?ul=en" rel="nofollow" data-gtmid='103:6' data-info='Register' data-ctx='Menu'>Register</a></div>
                    	<div class="desktop_login siteNavBtns" data-gtmid='103:7' data-info='Login' data-ctx='Menu'><a href="https://www.riverbellecasino.com/login/?ul=en" rel="nofollow" data-gtmid='103:7' data-info='Login' data-ctx='Menu'>Login</a></div>
                                                        	                                 
                    <div class="siteNavBtns burgerMenu"><img src="https://www.riverbellecasino.com/rbc/images/burger-menu-icon.png" alt="Menu" data-gtmid='900:8' data-info='Burger Menu'  data-ctx='Menu'/></div>
                </div>
            </div>
        </div>
    </header>
    
    <div id="mySidenav" class="sidenav">
      <a href="javascript:void(0)" class="closebtn"><img src="https://www.riverbellecasino.com/rbc/images/close-icon.png" data-gtmid='903:9' data-info='Close Icon' /></a>
<a href="/" class="burgerlogo"><img src="https://www.riverbellecasino.com/rbc/images/RBC-logo.png" data-gtmid='903:9' data-info='Close Icon' /></a>
      	    	<a href="https://www.riverbellecasino.com/register/?ul=en" class="register_btn mobileShow" data-gtmid='901:11' data-info='Register'>Register</a>
      		<a href="https://www.riverbellecasino.com/login/?ul=en" class="desktop_login mobileShow" data-gtmid='901:12' data-info='Login'>Login</a>
	     
      <a href="http://smrouter.com/divert/sitemaxtraffic/RBC/en/" class="mobileShow" rel="nofollow" target="_blank" data-gtmid='901:13' data-info='24/7 Support'>24/7 Support</a>
      <a href="javascript:void(0)" class="language_menu mobileShow" data-gtmid='901:14' data-info='Language'>Language</a>
		<h4 data-gtmid="901:15" data-info="Get Started">Get Started</h4><ul><li><a href="https://www.riverbellecasino.com/casino-promotions/" data-gtmid="901:16" data-info="How do I claim my casino bonus?">How do I claim my casino bonus?</a></li><li><a href="https://www.riverbellecasino.com/mobile-casino/" data-gtmid="901:16" data-info="Mobile Casino">Mobile Casino</a></li><li><a href="https://www.riverbellecasino.com/contact/" data-gtmid="901:16" data-info="Contact Us">Contact Us</a></li></ul><h4 data-gtmid="901:15" data-info="Deposits and Withdrawals">Deposits and Withdrawals</h4><ul><li><a href="https://www.riverbellecasino.com/banking/" data-gtmid="901:16" data-info="Banking">Banking</a></li></ul><h4 data-gtmid="901:15" data-info="Promotions">Promotions</h4><ul><li><a href="https://www.riverbellecasino.com/casino-promotions/" data-gtmid="901:16" data-info="Sign-up Offer">Sign-up Offer</a></li><li><a href="https://www.riverbellecasino.com/casino-promotions/" data-gtmid="901:16" data-info="Bonus Terms">Bonus Terms</a></li><li><a href="https://www.riverbellecasino.com/casino-promotions/loyalty/" data-gtmid="901:16" data-info="Rewards">Rewards</a></li></ul><h4 data-gtmid="901:15" data-info="Casino Games">Casino Games</h4><ul><li><a href="https://www.riverbellecasino.com/casino-games/" data-gtmid="901:16" data-info="Games list">Games list</a></li><li><a href="https://www.riverbellecasino.com/online-slots/" data-gtmid="901:16" data-info="Slots">Slots</a></li><li><a href="https://www.riverbellecasino.com/online-video-poker/" data-gtmid="901:16" data-info="Video Poker">Video Poker</a></li></ul><h4 data-gtmid="901:15" data-info="Table Games">Table Games</h4><ul><li><a href="https://www.riverbellecasino.com/live-dealer/" data-gtmid="901:16" data-info="Live Dealer">Live Dealer</a></li><li><a href="https://www.riverbellecasino.com/online-roulette/" data-gtmid="901:16" data-info="Roulette">Roulette</a></li><li><a href="https://www.riverbellecasino.com/online-blackjack/" data-gtmid="901:16" data-info="Blackjack">Blackjack</a></li><li><a href="https://www.riverbellecasino.com/online-baccarat/" data-gtmid="901:16" data-info="Baccarat">Baccarat</a></li><li><a href="https://www.riverbellecasino.com/online-craps/" data-gtmid="901:16" data-info="Craps">Craps</a></li></ul><h4 data-gtmid="901:15" data-info="Tournaments">Tournaments</h4><ul><li><a href="https://www.riverbellecasino.com/blackjack-tournaments/" data-gtmid="901:16" data-info="Blackjack Tournaments">Blackjack Tournaments</a></li><li><a href="https://www.riverbellecasino.com/slots-tournaments/" data-gtmid="901:16" data-info="Slots Tournaments">Slots Tournaments</a></li></ul><h4 data-gtmid="901:15" data-info="Other Games">Other Games</h4><ul><li><a href="https://www.riverbellecasino.com/online-scratch-card/" data-gtmid="901:16" data-info="Scratchcards">Scratchcards</a></li><li><a href="https://www.riverbellecasino.com/online-keno/" data-gtmid="901:16" data-info="Online Keno">Online Keno</a></li></ul><h4 data-gtmid="901:15" data-info="About Us">About Us</h4><ul><li><a href="https://www.riverbellecasino.com/about-us/" data-gtmid="901:16" data-info="Our history">Our history</a></li><li><a href="https://www.riverbellecasino.com/security-and-privacy/" data-gtmid="901:16" data-info="Security and Privacy Policy">Security and Privacy Policy</a></li></ul>     	
    </div>
    
                <div class="hero" data-gtmid='116:75' data-info='Main Offer Image' data-more-info='Main Offer' data-ctx='Top Offer Block'>
        <div class="container" data-gtmid='116:75' data-info='Main Offer Image' data-more-info='Main Offer' data-ctx='Top Offer Block'>
            <div class="offer" data-gtmid='116:75' data-info='Main Offer Image' data-more-info='Main Offer' data-ctx='Top Offer Block'>
                <div class="offerSmallTxt" data-gtmid="108:47" data-info="Offer Text" data-ctx="Top Offer Block">€800 BONUS</div>
				<div class="terms-breakdown">1st Deposit - Match Bonus up to €200 • 2nd / 3rd  Deposit - Match Bonus up to €300 • New customers only •  Min deposit €10 •  70x wagering </div>
                <div class="cta hero"><a class="" href="https://www.riverbellecasino.com/register/?ul=en" rel="nofollow" data-gtmid="110:48" data-info="Play Now" data-ctx="Top Offer Block">Sign up</a></div>                <div class="find-out-more"><a href="https://www.riverbellecasino.com/casino-promotions/" data-gtmid='114:49' data-info='Find Out More' data-ctx='Top Offer Block'>Find out more |</a>  <a href="https://www.riverbellecasino.com/casino-promotions/rules/">Promotion Terms</a></div>
            </div>
        </div>
    </div> 
	<!--[if gt IE 9 | !IE]><!-->	<div class="games" ng-controller="gamesController" ng-init="init(10,en,en)" update-height>
        <div class="container">
            <div class="game-menu">
                <div class="row clearfix">
                    <div class="col-12 rbc__games__header">
                        <ul class="clearfix no-click">
                            <li class="text-center" reset-limit data-rbc-gamecat="slot"><div class="game-menu-inner active" data-gametype-btn="slots"><div class="navBtn game-nav-slots"><span><img src="https://www.riverbellecasino.com/rbc/images/slots-icon.png" data-gtmid='1901:50' data-info='Slots'  data-pos='1' data-ctx='Featured Games'/></span><div class="game-nav-text" data-gtmid='1902:51' data-info='Slots' data-pos='1' data-ctx='Featured Games'>Slots</div></div></div></li>                            
                            <li class="text-center" reset-limit data-rbc-gamecat="blackjack"><div class="game-menu-inner" data-gametype-btn="blackjack"><div class="navBtn game-nav-black"><span><img src="https://www.riverbellecasino.com/rbc/images/blackjack-icon.png" data-gtmid='1901:52' data-info='Blackjack'  data-pos='2' data-ctx='Featured Games'/></span><div class="game-nav-text" data-gtmid="1902:53" data-info="Blackjack" data-pos="2" data-ctx="Featured Games">Blackjack</div></div></div></li>
                            <li class="text-center" reset-limit data-rbc-gamecat="roulette"><div class="game-menu-inner" data-gametype-btn="roulette"><div class="navBtn game-nav-roulette"><span><img src="https://www.riverbellecasino.com/rbc/images/roulette-icon.png" data-gtmid='1901:54' data-info='Roulette' data-pos='3' data-ctx='Featured Games'/></span><div class="game-nav-text" data-gtmid='1902:55' data-info='Roulette'  data-pos='3' data-ctx='Featured Games'>Roulette</div></div></div></li>
                            <li class="text-center" reset-limit data-rbc-gamecat="videopoker"><div class="game-menu-inner" data-gametype-btn="videopoker"><div class="navBtn game-nav-video"><span><img src="https://www.riverbellecasino.com/rbc/images/video-poker-icon.png" data-gtmid='1901:56' data-info='Video Poker'  data-pos='4' data-ctx='Featured Games'/></span><div class="game-nav-text"data-gtmid='1902:57' data-info='Video Poker'  data-pos='4' data-ctx='Featured Games'>Video Poker</div></div></div></li>
                            <li class="text-center" reset-limit data-rbc-gamecat="hot"><div class="game-menu-inner" data-gametype-btn="hot"><div class="navBtn game-nav-hot"><span><img src="https://www.riverbellecasino.com/rbc/images/hot-icon.png" data-gtmid='1901:58' data-info='Popular Games'  data-pos='5' data-ctx='Featured Games'/></span><div class="game-nav-text" data-gtmid='1902:59' data-info='Popular Games'  data-pos='5' data-ctx='Featured Games'>Popular Games</div></div></div></li>
                        </ul>
                    </div>
                </div>
            </div>            
            
            <div class="row clearfix gameListWrapper hotGames" data-gametype-list="hot" data-rbc-gamecat="hot">  
                <div class="game-list" ng-show="gamesLoaded">
                    <div class="col-2" ng-repeat="game in gamesList | filter: {IsPopular: true} | limitTo: limit">
                        <a href="https://www.riverbellecasino.com/register/?ul=en" class="gg-game">
                            <div class="gg-game-image">
                                <div class="gg-trans text-center" data-gtmid='1901:60' data-info='Game Icon' data-pos='{{$index+1}}' data-gtype='Popular Games' data-gname='{{game.Name}}' data-ctx='Featured Games' data-cust='Game'><img src="https://www.riverbellecasino.com/rbc/images/play.png" data-gtmid='1901:61' data-info='Play Icon' data-pos='{{$index+1}}' data-gtype='Popular Games' data-gname='{{game.Name}}' data-ctx='Featured Games' data-cust='Game'/></div>
                                <img ng-src="{{game.ImageUrl}}" />
                            </div>
                            <div class="gg-game-name" ng-bind="game.Name" ></div>
                        </a>
                    </div>
                </div>
				<div class="games-loading" ng-hide="gamesLoaded">Loading games</div>
            </div>
            
            <div class="row clearfix gameListWrapper slotGames" data-gametype-list="slots" data-rbc-gamecat="slot">   
                <div class="game-list" ng-show="gamesLoaded">
                    <div class="col-2" ng-repeat="game in gamesList | filter: 'Slots'| limitTo: limit">  
                        <a href="https://www.riverbellecasino.com/register/?ul=en" class="gg-game">
                            <div class="gg-game-image" data-gtmid='1901:60' data-info='Game Icon' data-pos='{{$index+1}}' data-gtype='Slots' data-gname='{{game.Name}}' data-ctx='Featured Games' data-cust='Game'>
                                <div class="gg-trans text-center" data-gtmid='1901:60' data-info='Game Icon' data-pos='{{$index+1}}' data-gtype='Slots' data-gname='{{game.Name}}' data-ctx='Featured Games' data-cust='Game'><img src="https://www.riverbellecasino.com/rbc/images/play.png" data-gtmid='1901:61' data-info='Play Icon' data-pos='{{$index+1}}' data-gtype='Slots' data-gname='{{game.Name}}' data-ctx='Featured Games' data-cust='Game'/></div>
                                <img ng-src="{{game.ImageUrl}}" />
                            </div>
                            <div class="gg-game-name" ng-bind="game.Name" ></div>
                        </a>
                    </div>
                </div>
				<div class="games-loading" ng-hide="gamesLoaded">Loading games</div>
            </div>

            <div class="row clearfix gameListWrapper blackjackGames" data-gametype-list="blackjack" data-rbc-gamecat="blackjack">   
                <div class="game-list" ng-show="gamesLoaded">
                    <div class="col-2" ng-repeat="game in gamesList | filter: 'blackjack'| limitTo: limit">
                        <a href="https://www.riverbellecasino.com/register/?ul=en" class="gg-game">
                            <div class="gg-game-image" data-gtmid='1901:60' data-info='Game Icon' data-pos='{{$index+1}}' data-gtype='Blackjack' data-gname='{{game.Name}}' data-ctx='Featured Games' data-cust='Game'>
                                <div class="gg-trans text-center" data-gtmid='1901:60' data-info='Game Icon' data-pos='{{$index+1}}' data-gtype='Blackjack' data-gname='{{game.Name}}' data-ctx='Featured Games' data-cust='Game'><img src="https://www.riverbellecasino.com/rbc/images/play.png" data-gtmid='1901:61' data-info='Play Icon' data-pos='{{$index+1}}' data-gtype='Blackjack' data-gname='{{game.Name}}' data-ctx='Featured Games' data-cust='Game'/></div>
                                <img ng-src="{{game.ImageUrl}}" />
                            </div>
                            <div class="gg-game-name" ng-bind="game.Name" ></div>
                        </a>
                    </div>
                    <div class="col-12 text-center show__more" ng-hide="limitReached(gamesList)" update-height>
                    </div>
                </div>
                <div class="games-loading" ng-hide="gamesLoaded">Loading games</div>
            </div>
            
            <div class="row clearfix gameListWrapper rouletteGames" data-gametype-list="roulette" data-rbc-gamecat="roulette">  
                <div class="game-list" ng-show="gamesLoaded">
                    <div class="col-2" ng-repeat="game in gamesList | filter: 'Roulette'| limitTo: limit">
                        <a href="https://www.riverbellecasino.com/register/?ul=en" class="gg-game">
                            <div class="gg-game-image" data-gtmid='1901:60' data-info='Game Icon' data-pos='{{$index+1}}' data-gtype='Roulette' data-gname='{{game.Name}}' data-ctx='Featured Games' data-cust='Game'>
                                <div class="gg-trans text-center" data-gtmid='1901:60' data-info='Game Icon' data-pos='{{$index+1}}' data-gtype='Roulette' data-gname='{{game.Name}}' data-ctx='Featured Games' data-cust='Game'><img src="https://www.riverbellecasino.com/rbc/images/play.png" data-gtmid='1901:61' data-info='Play Icon' data-pos='{{$index+1}}' data-gtype='Roulette' data-gname='{{game.Name}}' data-ctx='Featured Games' data-cust='Game'/></div>
                                <img ng-src="{{game.ImageUrl}}" />
                            </div>
                            <div class="gg-game-name" ng-bind="game.Name" ></div>
                        </a>
                    </div>
                </div>
				<div class="games-loading" ng-hide="gamesLoaded">Loading games</div>
            </div>
            
            <div class="row clearfix gameListWrapper videoPokerGames" data-gametype-list="videopoker" data-rbc-gamecat="videopoker"> 
                <div class="game-list" ng-show="gamesLoaded">
                    <div class="col-2" ng-repeat="game in gamesList | filter: 'Video Poker'| limitTo: limit">
                            <a href="https://www.riverbellecasino.com/register/?ul=en" class="gg-game">
                            <div class="gg-game-image" data-gtmid='1901:60' data-info='Game Icon' data-pos='{{$index+1}}' data-gtype='Video Poker' data-gname='{{game.Name}}' data-ctx='Featured Games' data-cust='Game'>
                                <div class="gg-trans text-center" data-gtmid='1901:60' data-info='Game Icon' data-pos='{{$index+1}}' data-gtype='Video Poker' data-gname='{{game.Name}}' data-ctx='Featured Games' data-cust='Game'><img src="https://www.riverbellecasino.com/rbc/images/play.png" data-gtmid='1901:61' data-info='Play Icon' data-pos='{{$index+1}}' data-gtype='Video Poker' data-gname='{{game.Name}}' data-ctx='Featured Games' data-cust='Game'/></div>
                                <img ng-src="{{game.ImageUrl}}" />
                            </div>
                            <div class="gg-game-name" ng-bind="game.Name" ></div>
                        </a>
                    </div>
                </div>
				<div class="games-loading" ng-hide="gamesLoaded">Loading games</div> 
            </div>           
			
		</div>
    </div><!--<![endif]--><div class="section content">
					<div class="container">
						<div class="row clearfix">
							<div class="col-7"><h1>River Belle Online Casino</h1><p>River Belle is among the oldest and most established <a href="https://www.riverbellecasino.com/casino-games/">online casino</a>s in the world, having first gone live in 1997. Our sophisticated look, games, service and standards have been honed and polished over the years, to create the ultimate casino experience. Welcome to a lifetime of wonderful game play, huge bonuses and big jackpot wins!</p>

<h2>High Standards in Every Way</h2>

<p>We take every aspect of playing online seriously at River Belle Casino. Our Microgaming software not only delivers the best games to you, it also ensures a smooth and easily navigable lobby so that you can find what you&rsquo;re looking for and get to playing as soon as possible.</p>

<p>To make managing your casino account and experiences as painless as possible, we also offer an extensive range of trusted banking options, including:</p>

<ul class="mylist">
	<li>Fast Bank Transfer</li>
	<li>MasterCard</li>
	<li>Maestro</li>
	<li>Visa Debit</li>
	<li>Visa Electron</li>
	<li>Neteller</li>
	<li>Entropay</li>
	<li>Direct Bank Transfer</li>
	<li>SwedbankGiropay</li>
	<li>Neosurf</li>
	<li>UseMyFunds</li>
</ul>

<p>The other feature you need to keep your playing experiences as uninterrupted as possible is reliable customer service. The support agents at River Belle are available at all times, via email or live chat, so you should be able to resolve any issues that arise and get back to enjoying yourself in no time at all.</p>

<p>To ensure that you can trust the levels of excellence that we strive for and deliver, we are proud to report that we&rsquo;re licensed and regulated by the Malta Gaming Authority. We&rsquo;re also independently audited and endorsed for safety and fairness by eCOGRA, so you know you&rsquo;re in the best hands.</p>
</div>
							<div class="col-5">
								<img src="https://www.riverbellecasino.com/rbc/images/photos-right1.jpg" />
							</div>
							<div class="col-12"><div class="cta"><a class="" href="https://www.riverbellecasino.com/register/?ul=en" rel="nofollow" data-gtmid="700:62" data-info="Play Now">Sign up</a></div></div>
						</div>
					</div>
				</div><div class="section content-trust">
					<div class="container text-center">
						<div class="row clearfix">
							<div class="col-12"><h2>Trusted Online Casino Software</h2>

<p>In keeping with bringing our players nothing but the best, we knew we needed to choose world-class software to power River Belle. That&rsquo;s why we chose Microgaming, and we&rsquo;ve haven&rsquo;t looked back since.</p>

<p>Microgaming has been going since 1994, so the team is even more experienced than we are, and like us they&rsquo;ve spent the years building and maintaining a solid reputation. Every game that they develop and produce boasts incredible graphics and sounds, as well as immersive design that will entertain you from the first time you play, and every time after that. Our beautifully functional and easily navigable lobby also runs so well because of Microgaming.</p>

<h2>Play the Way You Want To</h2>

<p>Microgaming&rsquo;s cutting edge casino software also means that River Belle will work in any situation, so whatever works best for you is easily accommodated. You can play on your desktop, smartphone or tablet, in a mobile download or instant-play format, without compromising on any quality at all.</p>

<p>If you&rsquo;re interested in <a href="https://www.riverbellecasino.com/mobile-casino/">mobile play</a>, you&rsquo;ll be glad to know that River Belle is perfectly compatible with every device and handset on the market. Whether you prefer Windows, iOS, <a href="https://www.riverbellecasino.com/mobile-casino/android/">Android</a>, Blackberry or any other option, you can get the best games on the go.</p>

<p>Being able to play as you carry on with the rest of the day is very convenient, of course, and means you never need to miss out on a paying opportunity again. To make things even better for our busy players, we&rsquo;ve made it possible to access the same River Belle Casino account across any device you might use.</p>

<p>You can start playing on your desktop at home, continue on your smartphone as you travel to work and finish on your tablet as you wait for a meeting to start!</p>
<div class="cta ctaCentered"><a class="" href="https://www.riverbellecasino.com/register/?ul=en" rel="nofollow" data-gtmid="700:62" data-info="Play Now">Sign up</a></div></div>
						</div>
					</div>
				</div><div class="section content">
					<div class="container">
						<div class="row clearfix">
							<div class="col-7"><h2>Play Your Favourite Casino Games</h2>

<p>The superb range of casino games that we offer at River Belle means that in addition to deciding how to play based on your own preferences and circumstances, you can also decide what to play no matter what sort of game you&rsquo;re in the mood for.</p>

<p>Microgaming is especially famous for producing incredible Slots games, and you can choose from the full range at River Belle. Classic Slots such as Cutesy Pie sit comfortably alongside Tomb Raider, Avalon II, Ladies Nite and other popular Video Slots, and for an extra layer of excitement you can play Progressive Jackpot and Megaspin games including Mega Moolah and Break da Bank Again.</p>

<p>For a change of pace, check out <a href="https://www.riverbellecasino.com/online-blackjack/">Blackjack</a>, Roulette,&nbsp;Baccarat,&nbsp;Keno, Video Poker and&nbsp;Scratchcards. We also run Slots and Blackjack tournaments, which can help you shake up your playing routine. Go head to head with other players in a Slots tournament and stand to win a huge payout for a relatively small buy-in, or play Blackjack against fellow enthusiasts for an enjoyably social experience. Our Blackjack tournaments are the perfect way to try out new tactics and to build up your confidence before risking any money.</p>

<p>Whatever casino games you enjoy, you&rsquo;re sure to find them at River Belle, and with over 500 titles to choose from, there&rsquo;s something for everyone!</p>

<h2>The Best Casino Bonuses Online</h2>

<p>The only thing better than playing top-quality casino games online is enjoying payouts and bonuses to match, and that&rsquo;s definitely the case at River Belle. Our Welcome Bonus is especially generous, but once you&rsquo;ve finally used it up there are plenty of other promotions to keep your player account topped up. Our generous Loyalty Programme will do the same, rewarding you for every real money bet that you place. The rewards at River Belle Casino round off what we have to offer perfectly. Sign up at River Belle Casino and indulge in world class gaming and so much more!</p>
</div>
							<div class="col-5">
								<img src="https://www.riverbellecasino.com/rbc/images/photos-right2.jpg" />
							</div>
							<div class="col-12"><div class="cta"><a class="" href="https://www.riverbellecasino.com/register/?ul=en" rel="nofollow" data-gtmid="700:62" data-info="Play Now">Sign up</a></div></div>
						</div>
					</div> 
				</div>    <footer class="section">
        <div class="container">
            <div class="row clearfix">
                
                <div class="col-3 footer-logo">
                    <div><a href="https://www.riverbellecasino.com/"><img src="https://www.riverbellecasino.com/rbc/images/footer-logo.png" data-gtmid='600:63' data-info='Logo'/></a></div>
                    <p data-gtmid='601:74' data-info='License' data-auto="FooterLicenseText">Bayton Ltd (C41970), is a Maltese registered company registered at Villa Seminia, 8, Sir Temi Zammit Avenue, Ta XBiex XBX1011. Bayton Ltd is licensed under the Malta Gaming Authority, license number: MGA/B2C/145/2007 (issued 1st August 2018).</p>
                </div>
                <div class="col-3">
                    <div class="icons">
                        
                                                <ul>
                            <li><a href="https://www.riverbellecasino.com/mobile-casino/" target="_blank"><img src="https://www.riverbellecasino.com/rbc/images/systems.png" alt="Our Casino Platforms" data-gtmid="600:64" data-info="Operating Systems" data-pos="1" data-ctx="Operating Systems"/></a></li>
                            <li class="mga sprite"><a target="_blank" href="https://www.authorisation.mga.org.mt/verification.aspx?lang=en&company=5ab337cc-9171-4de8-8e35-f50d52557016 " rel="nofollow" data-gtmid="600:65" data-info="MGA"  data-pos="2" data-ctx="TrustQ"><img src="https://www.riverbellecasino.com/rbc/images/mga.png" data-gtmid="600:69" data-info="MGA"  data-pos="4" data-ctx="TrustQ"/></a></li>                            <li><img src="https://www.riverbellecasino.com/rbc/images/devices.png" alt="Mobile" data-gtmid="600:65" data-info="Device Compatibility"  data-pos="2" data-ctx="Operating Systems"/></li>
                            <li><a href="https://secure.ecogra.org/certification/26e400e6-9b3e-4aca-ab15-4ded3830c1bf" target="_blank" rel="nofollow"><img src="https://www.riverbellecasino.com/rbc/images/ecogra.png" data-gtmid="600:66" data-info="eCogra"  data-pos="1" data-ctx="TrustQ"/></a></li>
                            <li><a href="https://www.riverbellecasino.com/banking/" target="_blank"><img src="https://www.riverbellecasino.com/rbc/images/visa.png" data-gtmid="600:67" data-info="Visa & Mastercard"  data-pos="2" data-ctx="TrustQ"/></a></li>
                                <li><a href="https://www.riverbellecasino.com/responsible-gaming/"><img src="https://www.riverbellecasino.com/rbc/images/eighteenplus/icon-18up-en.png" data-gtmid="600:68" data-info="18+"  data-pos="3" data-ctx="TrustQ"/></a></li>
                            <li><a href="https://www.begambleaware.org/" target="_blank" rel="nofollow"><img src="https://www.riverbellecasino.com/rbc/images/gambleaware.png" data-gtmid="600:70" data-info="gambleaware.co.uk"  data-pos="5" data-ctx="TrustQ"/></a></li>
                            <li><a href="https://www.microgaming.co.uk/" target="_blank" rel="nofollow"><img src="https://www.riverbellecasino.com/rbc/images/microgaming.png" data-gtmid="600:71" data-info="Microgaming"  data-pos="6" data-ctx="TrustQ"/></a></li>
                            <li><a href="https://www.riverbellecasino.com/banking/"><img src="https://www.riverbellecasino.com/rbc/images/gigadat.png" alt="Gigadat" width="80" height="33" /></a></li>
                        </ul>
                    </div>
                </div>
                <div class="col-2">
                    <h3>Casino Links</h3>
                    <ul>
                        <li><a href="https://www.riverbellecasino.com/" data-gtmid="603:73" data-info="Home" data-more-info="More links" data-pos="1" data-ctx="Footer Nav">Home</a></li><li><a href="https://www.riverbellecasino.com/casino-games/" data-gtmid="603:73" data-info="Casino Games" data-more-info="More links" data-pos="2" data-ctx="Footer Nav">Casino Games</a></li><li><a href="https://www.riverbellecasino.com/mobile-casino/" data-gtmid="603:73" data-info="Mobile Casino" data-more-info="More links" data-pos="3" data-ctx="Footer Nav">Mobile Casino</a></li><li><a href="https://www.riverbellecasino.com/online-slots/" data-gtmid="603:73" data-info="Online Slots" data-more-info="More links" data-pos="4" data-ctx="Footer Nav">Online Slots</a></li><li><a href="https://www.riverbellecasino.com/online-blackjack/" data-gtmid="603:73" data-info="Online Blackjack" data-more-info="More links" data-pos="5" data-ctx="Footer Nav">Online Blackjack</a></li><li><a href="https://www.riverbellecasino.com/online-baccarat/" data-gtmid="603:73" data-info="Baccarat" data-more-info="More links" data-pos="6" data-ctx="Footer Nav">Baccarat</a></li><li><a href="https://www.riverbellecasino.com/online-roulette/" data-gtmid="603:73" data-info="Online Roulette" data-more-info="More links" data-pos="7" data-ctx="Footer Nav">Online Roulette</a></li><li><a href="https://www.riverbellecasino.com/live-dealer/" data-gtmid="603:73" data-info="Live Casino" data-more-info="More links" data-pos="8" data-ctx="Footer Nav">Live Casino</a></li>                    </ul>
                </div>
                <div class="col-2">
                    <h3>Quick Links</h3>
                    <ul>
                        <li><a href="https://www.riverbellecasino.com/about-us/" data-gtmid="603:73" data-info="About Us" data-more-info="Quick links" data-pos="9" data-ctx="Footer Nav" >About Us</a></li><li><a href="https://www.riverbellecasino.com/banking/" data-gtmid="603:73" data-info="Banking" data-more-info="Quick links" data-pos="10" data-ctx="Footer Nav" >Banking</a></li><li><a href="https://www.riverbellecasino.com/casino-promotions/" data-gtmid="603:73" data-info="Promotions" data-more-info="Quick links" data-pos="11" data-ctx="Footer Nav" >Promotions</a></li><li><a href="https://www.riverbellecasino.com/casino-promotions/rules/" data-gtmid="603:73" data-info="Promotion Terms" data-more-info="Quick links" data-pos="12" data-ctx="Footer Nav" >Promotion Terms</a></li><li><a href="https://www.riverbellecasino.com/casino-promotions/loyalty/" data-gtmid="603:73" data-info="Rewards" data-more-info="Quick links" data-pos="13" data-ctx="Footer Nav" >Rewards</a></li><li><a href="http://blog.riverbellecasino.com/" data-gtmid="603:73" data-info="Blog" data-more-info="Quick links" data-pos="14" data-ctx="Footer Nav" 1>Blog</a></li><li><a href="https://playersupportcentre.com/rbc/en/rtp/" data-gtmid="603:73" data-info="Payout Percentages" data-more-info="Quick links" data-pos="15" data-ctx="Footer Nav" rel="nofollow" target="_blank">Payout Percentages</a></li><li><a href="https://www.riverbellecasino.com/contact/" data-gtmid="603:73" data-info="Contact Us" data-more-info="Quick links" data-pos="16" data-ctx="Footer Nav" >Contact Us</a></li><li><a href="https://www.riverbellecasino.com/sitemap/" data-gtmid="603:73" data-info="Sitemap" data-more-info="Quick links" data-pos="17" data-ctx="Footer Nav" 1>Sitemap</a></li>                    </ul>
                </div>
                <div class="col-2">
                    <h3>Know the facts</h3>
                    <ul>
                        <li baa><a href="https://www.riverbellecasino.com/terms-and-conditions/" data-gtmid="603:73" data-info="Terms and Conditions" data-more-info="Casino links" data-pos="18" data-ctx="Footer Nav" >Terms and Conditions</a></li><li baa><a href="https://www.buffalopartners.com/" data-gtmid="603:73" data-info="Affiliates" data-more-info="Casino links" data-pos="19" data-ctx="Footer Nav" rel="nofollow" target="_blank">Affiliates</a></li><li baa><a href="https://www.riverbellecasino.com/security-and-privacy/" data-gtmid="603:73" data-info="Security and Privacy" data-more-info="Casino links" data-pos="20" data-ctx="Footer Nav" >Security and Privacy</a></li><li baa><a href="https://www.riverbellecasino.com/disclaimer/" data-gtmid="603:73" data-info="Disclaimer" data-more-info="Casino links" data-pos="21" data-ctx="Footer Nav" >Disclaimer</a></li><li baa><a href="https://www.riverbellecasino.com/copyright/" data-gtmid="603:73" data-info="Copyright" data-more-info="Casino links" data-pos="22" data-ctx="Footer Nav" >Copyright</a></li><li baa><a href="https://www.riverbellecasino.com/responsible-gaming/" data-gtmid="603:73" data-info="Responsible Gaming" data-more-info="Casino links" data-pos="23" data-ctx="Footer Nav" >Responsible Gaming</a></li>                    </ul>
                </div>
            </div>
        </div>
    </footer>    
  		
    <div class="overlay"></div>    
    <div class="language_pop">
         <div class="languagePop popWrapper">
            <div class="languagePopWrap row clearfix">
                <div class="triggerClose closebtn"><img src="https://www.riverbellecasino.com/rbc/images/close-icon.png" data-gtmid='113:4' data-info='Close Icon'  data-ctx='Language Pop'/></div>
                <div class="col-12">Select your language</div>
                <div class="col-3"><a href="https://www.riverbellecasino.com/" data-gtmid="105:3" data-info="English" data-pos="1" data-ctx="Language Pop" >English</a></div>
 <div class="col-3"><a href="https://www.riverbellecasino.com/de/" data-gtmid="105:3" data-info="German" data-pos="2" data-ctx="Language Pop" >Deutsch</a></div>
 <div class="col-3"><a href="https://www.riverbellecasino.com/el/" data-gtmid="105:3" data-info="Greek" data-pos="3" data-ctx="Language Pop" >Ελληνικά</a></div>
 <div class="col-3"><a href="https://www.riverbellecasino.com/cy/" data-gtmid="105:3" data-info="Greek (CY)" data-pos="4" data-ctx="Language Pop" >Ελληνικά (CY)</a></div>
 <div class="col-3"><a href="https://www.riverbellecasino.com/bm/" data-gtmid="105:3" data-info="Bermuda (EN)" data-pos="5" data-ctx="Language Pop" >Bermuda (EN)</a></div>
 <div class="col-3"><a href="https://www.riverbellecasino.com/ca/" data-gtmid="105:3" data-info="Canada (EN)" data-pos="6" data-ctx="Language Pop" >Canada (EN)</a></div>
 <div class="col-3"><a href="https://www.riverbellecasino.com/ie/" data-gtmid="105:3" data-info="Ireland (EN)" data-pos="7" data-ctx="Language Pop" >Ireland (EN)</a></div>
 <div class="col-3"><a href="https://www.riverbellecasino.com/nz/" data-gtmid="105:3" data-info="New Zealand (EN)" data-pos="8" data-ctx="Language Pop" >New Zealand (EN)</a></div>
 <div class="col-3"><a href="https://www.riverbellecasino.com/tt/" data-gtmid="105:3" data-info="Trinidad (EN)" data-pos="9" data-ctx="Language Pop" >Trinidad (EN)</a></div>
 <div class="col-3"><a href="https://www.riverbellecasino.com/es/" data-gtmid="105:3" data-info="Spanish" data-pos="10" data-ctx="Language Pop" >Español</a></div>
 <div class="col-3"><a href="https://www.riverbellecasino.com/es/ar/" data-gtmid="105:3" data-info="Spanish (AR)" data-pos="11" data-ctx="Language Pop" >Español (AR)</a></div>
 <div class="col-3"><a href="https://www.riverbellecasino.com/es/mx/" data-gtmid="105:3" data-info="Spanish (MX)" data-pos="12" data-ctx="Language Pop" >Español (MX)</a></div>
 <div class="col-3"><a href="https://www.riverbellecasino.com/es/uy/" data-gtmid="105:3" data-info="Spanish (UY)" data-pos="13" data-ctx="Language Pop" >Español (UY)</a></div>
 <div class="col-3"><a href="https://www.riverbellecasino.com/fi/" data-gtmid="105:3" data-info="Finnish" data-pos="14" data-ctx="Language Pop" >Suomi</a></div>
 <div class="col-3"><a href="https://www.riverbellecasino.com/ca/fr/" data-gtmid="105:3" data-info="French (CA)" data-pos="15" data-ctx="Language Pop" >Français (CA)</a></div>
 <div class="col-3"><a href="https://www.riverbellecasino.com/hr/" data-gtmid="105:3" data-info="Croatian" data-pos="16" data-ctx="Language Pop" >Hrvatski</a></div>
 <div class="col-3"><a href="https://www.riverbellecasino.com/it/" data-gtmid="105:3" data-info="Italy" data-pos="17" data-ctx="Language Pop" >Italiano</a></div>
 <div class="col-3"><a href="https://www.riverbellecasino.com/ja/" data-gtmid="105:3" data-info="Japanese" data-pos="18" data-ctx="Language Pop" >日本語</a></div>
 <div class="col-3"><a href="https://www.riverbellecasino.com/lt/" data-gtmid="105:3" data-info="Lithuania" data-pos="19" data-ctx="Language Pop" >Lietuva</a></div>
 <div class="col-3"><a href="https://www.riverbellecasino.com/no/" data-gtmid="105:3" data-info="Norwegian" data-pos="20" data-ctx="Language Pop" >Norsk</a></div>
 <div class="col-3"><a href="https://www.riverbellecasino.com/br/" data-gtmid="105:3" data-info="Portugal (BR)" data-pos="21" data-ctx="Language Pop" >Brasil (PT)</a></div>
 <div class="col-3"><a href="https://www.riverbellecasino.com/ru/" data-gtmid="105:3" data-info="Russian" data-pos="22" data-ctx="Language Pop" >Русский</a></div>
 <div class="col-3"><a href="https://www.riverbellecasino.com/th/" data-gtmid="105:3" data-info="Thai" data-pos="23" data-ctx="Language Pop" >ไทย</a></div>
             </div>
        </div>   
    </div> 

	<div class="cookiePop" id="cookiePop">
    <div>
         <div class="cookiepop-close">&#215;</div>
         <h5>Please enable cookies to successfully register and login to the site.</h5>
    </div>    
</div>

<script>
    $(document).ready(function () {
        function hasCookies() {
            return (navigator.cookieEnabled);
        }

        hasCookies();
        if (hasCookies()) {
            $('#cookiePop').hide();
        } else {
            $('#cookiePop').show();
        }

        $('.cookiepop-close').on('click', function () {
            $('#cookiePop').hide();
        });

    });
</script>        
    <script>
        var theDomain = "riverbellecasino.com";
        var cookieMessage = 'We use cookies to offer you the best playing experience possible. Continue browsing if you are happy. Please read our <a href="https://www.riverbellecasino.com/security-and-privacy/" target="_blank">cookie policy</a> for more details';              
    </script>
    <script src="https://bre.digitrk.net/gdpr/include/gdpr.js" type="text/javascript"></script>

    <script src="https://www.riverbellecasino.com/rbc/js/jquery.matchHeight.min.js" type="text/javascript"></script>
    <script src="https://www.riverbellecasino.com/rbc/js/general.min.js"></script>
	    	        <!--[if gt IE 9 | !IE]><!-->            
            <script src="https://www.riverbellecasino.com/rbc/js/angular.min.js"></script>
            <script src="https://www.riverbellecasino.com/rbc/js/app.min.js"></script>
            <script type="text/javascript">var domain = 'https://www.riverbellecasino.com/';</script>
            <script src="https://www.riverbellecasino.com/rbc/js/web.js"></script>
            <script src="https://www.riverbellecasino.com/rbc/js/games.min.js"></script>
            <script>
                var temp_vist_id= 'nocookie';
                var encrypted= 'cDRoSTZQbVh5VENmYVpoWFoxNThNMitJbzREczE5cUdQdGRIRzBTckZxamxrRExBUmQvaWNndnFLdEpXdHl3dA==';
                var state= 'live';
                var api_url= 'https://bre.digitrk.net/';
                var template = "https://www.riverbellecasino.com/rbc/";
                var ismobile ="false";   
                var res={data: "[{\"Name\":\"108 Heroes\",\"LaunchCode\":\"108heroesDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1345.png\",\"GameId\":1345,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"108 Heroes Multiplier Fortunes\",\"LaunchCode\":\"108heroesMultiplierFortunesDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1552.png\",\"GameId\":1552,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"5 Reel Drive\",\"LaunchCode\":\"5ReelDrive\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/358.png\",\"GameId\":358,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":false,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"9 Masks Of Fire\",\"LaunchCode\":\"9masksOfFireDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/7284.png\",\"GameId\":7284,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"A Dark Matter\",\"LaunchCode\":\"aDarkMatterDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/7270.png\",\"GameId\":7270,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Aces & Eights Video Poker\",\"LaunchCode\":\"AcesAndEights\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/601.png\",\"GameId\":601,\"CategoryName\":\"Video\",\"GameGrouping\":\"Video Poker\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":false,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Aces and Faces\",\"LaunchCode\":\"acesfaces\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/3.png\",\"GameId\":3,\"CategoryName\":\"Video\",\"GameGrouping\":\"Video Poker\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":false,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"ActionOps Snow and Sable\",\"LaunchCode\":\"actionOpsSnowAndSableDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/7125.png\",\"GameId\":7125,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Adventure Palace\",\"LaunchCode\":\"AdventurePalace\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/647.png\",\"GameId\":647,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\\r\\n        <div class=\\\"header\\\">Adventure Palace<\/div>\\r\\n        <p class=\\\"description\\\">Elephants, monkeys, tigers and snakes fill up the lush reels of this 5-reel slot. Join the wild adventure for a chance to pocket Free Spins.<\/p>\\r\\n    \",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"African Quest\",\"LaunchCode\":\"africanQuestDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/7340.png\",\"GameId\":7340,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Age of Discovery\",\"LaunchCode\":\"AgeOfDiscovery\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/700.png\",\"GameId\":700,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\\r\\n        <div class=\\\"header\\\">Age of Discovery<\/div>\\r\\n        <p class=\\\"description\\\">Set sail to a different era filled with monsters of the sea. Use the compass to find a Treasure Bonus on the reels of this 25 payline slot. <\/p>\\r\\n    \",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":false,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Agent Jane Blonde\",\"LaunchCode\":\"AgentJaneBlonde\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/845.png\",\"GameId\":845,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\\r\\n        <div class=\\\"header\\\">Agent Jane Blonde<\/div>\\r\\n        <p class=\\\"description\\\">Join the blonde secret agent on her next mission around the world for a chance to uncover Free Spins, Multipliers and Gamble rewards.<\/p>\\r\\n    \",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":false,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Agent Jane Blonde Returns\",\"LaunchCode\":\"agentjaneblondereturnsDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/7165.png\",\"GameId\":7165,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Alaskan Fishing\",\"LaunchCode\":\"AlaskanFishing\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/971.png\",\"GameId\":971,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\\r\\n        <div class=\\\"header\\\">Alaskan Fishing<\/div>\\r\\n        <p class=\\\"description\\\">Cast your lines across the slot\u2019s 5 reels and you could reel in 243 ways to win with the help of Free Spins and a Fly Fishing Bonus.<\/p>\\r\\n    \",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":false,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"All Aces Video Poker\",\"LaunchCode\":\"allAcesDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/665.png\",\"GameId\":665,\"CategoryName\":\"Video\",\"GameGrouping\":\"Video Poker\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":false,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Amazing Aztecs\",\"LaunchCode\":\"amazingAztecsDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1626.png\",\"GameId\":1626,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":true,\"IsPopular\":true,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"American Roulette\",\"LaunchCode\":\"switchAmericanRouletteDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/502.png\",\"GameId\":502,\"CategoryName\":\"Table\",\"GameGrouping\":\"Roulette\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":false,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Ancient Fortunes: Zeus\",\"LaunchCode\":\"ancientFortunesZeusDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/7183.png\",\"GameId\":7183,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Arctic Valor\",\"LaunchCode\":\"arcticValorDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/7157.png\",\"GameId\":7157,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":true,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Ariana\",\"LaunchCode\":\"Ariana\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1313.png\",\"GameId\":1313,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Asian Beauty\",\"LaunchCode\":\"AsianBeauty\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1093.png\",\"GameId\":1093,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\\r\\n        <div class=\\\"header\\\">Asian Beuty<\/div>\\r\\n        <p class=\\\"description\\\">Discover the mystery of the East as the beauties will surround you with peace and winnings. A 243-ways-to-win slot with a breath-taking Mirror Bonus.<\/p>\\r\\n    \",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":false,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Astro Legends: Lyra and Erion\",\"LaunchCode\":\"astroLegendsLyraandErionDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/7124.png\",\"GameId\":7124,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":true,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Atlantic City Blackjack Gold\",\"LaunchCode\":\"AtlanticCityBJGold\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/693.png\",\"GameId\":693,\"CategoryName\":\"Table\",\"GameGrouping\":\"Black Jack\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":false,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Aurora Wilds\",\"LaunchCode\":\"auroraWildsDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/7246.png\",\"GameId\":7246,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Avalon\",\"LaunchCode\":\"Avalon\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/675.png\",\"GameId\":675,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\\r\\n        <div class=\\\"header\\\">Avalon<\/div>\\r\\n        <p class=\\\"description\\\">Visit the mythical isle where knights ruled the earth and magical surprises can unfold. A Treasure Chest Bonus awaits you in this 20 payline slot.<\/p>\\r\\n    \",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":false,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Banana Odyssey\",\"LaunchCode\":\"bananaOdysseyDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/7232.png\",\"GameId\":7232,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Bar Bar Black Sheep 5Reel\",\"LaunchCode\":\"BarBarBlackSheep5Reel\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1344.png\",\"GameId\":1344,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":true,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Bars & Stripes\",\"LaunchCode\":\"BarsAndStripes\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/692.png\",\"GameId\":692,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\\r\\n        <div class=\\\"header\\\">Bars and Stripes<\/div>\\r\\n        <p class=\\\"description\\\">Visit the States without leaving your home in this fun 25 payline slot, complete with hot dogs, beer and burgers. Win big with the Bonus Hats round!<\/p>\\r\\n    \",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":false,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Basketball Star\",\"LaunchCode\":\"BasketballStar\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1333.png\",\"GameId\":1333,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Beautiful Bones\",\"LaunchCode\":\"beautifulBonesDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1447.png\",\"GameId\":1447,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Big Kahuna\",\"LaunchCode\":\"BigKahuna\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/563.png\",\"GameId\":563,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\\r\\n        <div class=\\\"header\\\">Big Kahuna<\/div>\\r\\n        <p class=\\\"description\\\">Follow the monkey to a secret island destination and go wild with a Mask Bonus and Volcano Bonus \u2013 ready to explode with payouts. <\/p>\\r\\n    \",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":false,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Big Top\",\"LaunchCode\":\"BigTop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/361.png\",\"GameId\":361,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\\r\\n        <div class=\\\"header\\\">Big Top<\/div>\\r\\n        <p class=\\\"description\\\">The circus is in town! Get your ticket and join the fun with clowns, lion tamers and other animal acts that hold the key to big rewards. <\/p>\\r\\n    \",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":false,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Bikini Party\",\"LaunchCode\":\"bikiniparty\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1340.png\",\"GameId\":1340,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Book of Atem\",\"LaunchCode\":\"bookOfAtemDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/7326.png\",\"GameId\":7326,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Book of Oz\",\"LaunchCode\":\"bookOfOzDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/7126.png\",\"GameId\":7126,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":true,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Book of Oz Lock 'N Spin\",\"LaunchCode\":\"bookOfOzLockNSpinDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/7248.png\",\"GameId\":7248,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Bookie of Odds\",\"LaunchCode\":\"bookieOfOddsDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/7163.png\",\"GameId\":7163,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Boom Pirates\",\"LaunchCode\":\"boomPiratesDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/7253.png\",\"GameId\":7253,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Break Away\",\"LaunchCode\":\"BreakAway\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1177.png\",\"GameId\":1177,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\\r\\n        <div class=\\\"header\\\">Break Away<\/div>\\r\\n        <p class=\\\"description\\\">Hit the ice for smashing slots rewards including up to 25 Free Spins, 40 Wild Symbols, a Smashing Wild\u2122 feature and 243 ways to win.<\/p>\\r\\n    \",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":false,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Break Away - High Limit\",\"LaunchCode\":\"BreakAwayHighLimit\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1280.png\",\"GameId\":1280,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":false,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Break Away Deluxe\",\"LaunchCode\":\"breakAwayDeluxeDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/7227.png\",\"GameId\":7227,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Break Away Lucky Wilds\",\"LaunchCode\":\"breakAwayLuckyWildsDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/7347.png\",\"GameId\":7347,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Break da Bank\",\"LaunchCode\":\"BreakDaBank\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/535.png\",\"GameId\":535,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":false,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Break da Bank Again\",\"LaunchCode\":\"BreakdaBankAgain\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/806.png\",\"GameId\":806,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\\r\\n        <div class=\\\"header\\\">Break da Bank Again<\/div>\\r\\n        <p class=\\\"description\\\">There\u2019s a whole lot of loot locked up in the vault. Crack it open to share in up to 25 Free Spins, 5x Multipliers and up to 375,000 coins in payouts.<\/p>\\r\\n    \",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":true,\"IsPopular\":false,\"IsWideScreen\":false,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Break da Bank Again Respin\",\"LaunchCode\":\"breakDaBankAgainRespinDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/7241.png\",\"GameId\":7241,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Bridesmaids\",\"LaunchCode\":\"Bridesmaids\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1326.png\",\"GameId\":1326,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":true,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Bulls Eye - 5 Reel\",\"LaunchCode\":\"BullseyeGameshow\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1336.png\",\"GameId\":1336,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Burning Desire\",\"LaunchCode\":\"BurningDesire\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/848.png\",\"GameId\":848,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\\r\\n        <div class=\\\"header\\\">Burning Desire<\/div>\\r\\n        <p class=\\\"description\\\">Heat up the reels of this 243-ways-to-win slot and you could cool your desire for a win with up to 90,000 coins in sizzling payouts.<\/p>\\r\\n    \",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":false,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Bush Telegraph\",\"LaunchCode\":\"BushTelegraph\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/631.png\",\"GameId\":631,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\\r\\n        <div class=\\\"header\\\">Bush Telegraph<\/div>\\r\\n        <p class=\\\"description\\\">Unleash your wild side and head for the bush where you could score more with Scatter Seedpods, Wild Plants, Free Spins and a Bongo Bonus.<\/p>\\r\\n    \",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":true,\"IsPopular\":false,\"IsWideScreen\":false,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Bust The Bank\",\"LaunchCode\":\"BustTheBank\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1203.png\",\"GameId\":1203,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":true,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Candy Dreams\",\"LaunchCode\":\"CandyDreams\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1433.png\",\"GameId\":1433,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":true,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Carnaval\",\"LaunchCode\":\"Carnaval\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/530.png\",\"GameId\":530,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\\r\\n        <div class=\\\"header\\\">Carnaval<\/div>\\r\\n        <p class=\\\"description\\\">It\u2019s Carnaval time! Join the fun, grab your costume, head to the streets and enjoy the slot\u2019s Wild and Scatter treats.<\/p>\\r\\n    \",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":false,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Cash Crazy\",\"LaunchCode\":\"cashcrazy\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/315.png\",\"GameId\":315,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Slots\",\"BlurbContent\":\"\\r\\n        <div class=\\\"header\\\">Cash Crazy<\/div>\\r\\n        <p class=\\\"description\\\">Crazy about cash? Then start spinning and winning with Triple Bars, Cherries, Dollars and more to coin it on this classic slot.  <\/p>\\r\\n    \",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":false,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Cash of Kingdoms\",\"LaunchCode\":\"cashOfKingdomsDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/7108.png\",\"GameId\":7108,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Cash Splash Progressive - 5 Reel\",\"LaunchCode\":\"CashSplash5Reel\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/568.png\",\"GameId\":568,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Progressive\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":false,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Cashapillar\",\"LaunchCode\":\"Cashapillar\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/813.png\",\"GameId\":813,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\\r\\n        <div class=\\\"header\\\">Cashapillar<\/div>\\r\\n        <p class=\\\"description\\\">The insects are having a garden party and you\u2019re invited! Join them for 100 paylines of fun and up to 6 million coins in winnings.<\/p>\\r\\n    \",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":true,\"IsPopular\":false,\"IsWideScreen\":false,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"CashOccino\",\"LaunchCode\":\"cashoccinoDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1001.png\",\"GameId\":1001,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\\r\\n        <div class=\\\"header\\\">CashOccino<\/div>\\r\\n        <p class=\\\"description\\\">Love the aroma of a winning spin? Then you\u2019ll want to indulge in the full-flavoured Free Spins feature this decadent slot has to offer. <\/p>\\r\\n    \",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"CashVille\",\"LaunchCode\":\"Cashville\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/626.png\",\"GameId\":626,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\\r\\n        <div class=\\\"header\\\">Cashville<\/div>\\r\\n        <p class=\\\"description\\\">Want to be a billionaire like Bill Bullion? Join him and the who\u2019s who in Cashville for a chance to share winnings of up to half a million coins.<\/p>\\r\\n    \",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":false,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Castle Builder II\",\"LaunchCode\":\"castleBuilderIIDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1451.png\",\"GameId\":1451,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Centre Court\",\"LaunchCode\":\"CentreCourt\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/926.png\",\"GameId\":926,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\\r\\n        <div class=\\\"header\\\">Centre Court<\/div>\\r\\n        <p class=\\\"description\\\">Get ready to serve up an ace in order to score match point rewards like 18 Free Spins, 5x Multipliers and up to 450,000 coins.<\/p>\\r\\n    \",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":false,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Classic 243\",\"LaunchCode\":\"classic243Desktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1417.png\",\"GameId\":1417,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":true,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Classic Blackjack Gold\",\"LaunchCode\":\"ClassicBlackjackGold\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/701.png\",\"GameId\":701,\"CategoryName\":\"Table\",\"GameGrouping\":\"Black Jack\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":false,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Cool Buck 5 Reel\",\"LaunchCode\":\"coolBuck5ReelDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1429.png\",\"GameId\":1429,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Cool Wolf\",\"LaunchCode\":\"CoolWolf\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1272.png\",\"GameId\":1272,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Couch Potato\",\"LaunchCode\":\"CouchPotato\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/527.png\",\"GameId\":527,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":false,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Crazy Chameleons\",\"LaunchCode\":\"CrazyChameleons\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/380.png\",\"GameId\":380,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\\r\\n        <div class=\\\"header\\\">Crazy Chameleons <\/div>\\r\\n        <p class=\\\"description\\\">Enjoy beach, sun, waves and rewarding play-time with these crazy wind-surfing chameleons in this 5-payline slot with a 5000 coin jackpot. <\/p>\\r\\n    \",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":false,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Cricket Star\",\"LaunchCode\":\"CricketStar\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1305.png\",\"GameId\":1305,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":true,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Cricket Star Scratch\",\"LaunchCode\":\"cricketStarScratchDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/7216.png\",\"GameId\":7216,\"CategoryName\":\"Scratch\",\"GameGrouping\":\"Scratch Games\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Crystal Rift\",\"LaunchCode\":\"crystalRiftDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/7122.png\",\"GameId\":7122,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":true,\"IsCold\":false,\"IsPopular\":true,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Deck the Halls\",\"LaunchCode\":\"DeckTheHalls\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/842.png\",\"GameId\":842,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\\r\\n        <div class=\\\"header\\\">Deck the Halls <\/div>\\r\\n        <p class=\\\"description\\\">A fun and rewarding Xmas-themed video slot with 30 paylines, Wild and Scatter symbols, bright and colourful visuals, and loads of festive cheer. <\/p>\\r\\n    \",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":true,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":false,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Deco Diamonds\",\"LaunchCode\":\"decoDiamondsDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1594.png\",\"GameId\":1594,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Deco Diamonds Deluxe\",\"LaunchCode\":\"decoDiamondsDeluxeDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/7271.png\",\"GameId\":7271,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Deuces Wild\",\"LaunchCode\":\"deuceswi\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/52.png\",\"GameId\":52,\"CategoryName\":\"Video\",\"GameGrouping\":\"Video Poker\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":false,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Deuces Wild Bonus Video Poker\",\"LaunchCode\":\"BonusDeucesWild\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/685.png\",\"GameId\":685,\"CategoryName\":\"Video\",\"GameGrouping\":\"Video Poker\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":false,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Diamond Empire\",\"LaunchCode\":\"diamondEmpireDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1620.png\",\"GameId\":1620,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Dolphin Coast\",\"LaunchCode\":\"dolphinCoastDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1058.png\",\"GameId\":1058,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\\r\\n        <div class=\\\"header\\\">Dolphin Coast<\/div>\\r\\n        <p class=\\\"description\\\">Dive into the big blue ocean where dolphins will shower you with 3125 ways to win and up to 7.5 million coins in lucky payouts.<\/p>\\r\\n    \",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":true,\"IsWideScreen\":false,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Dolphin Quest\",\"LaunchCode\":\"DolphinQuest\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1255.png\",\"GameId\":1255,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\\r\\n        <div class=\\\"header\\\">Dolphin Quest<\/div>\\r\\n        <p class=\\\"description\\\">Make a splash with a richly rewarding Dolphin Quest Bonus and Stacked Wilds when you make waves on this 50-payline slot. <\/p>\\r\\n    \",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Double Double Bonus Poker\",\"LaunchCode\":\"DoubleDoubleBonus\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/593.png\",\"GameId\":593,\"CategoryName\":\"Video\",\"GameGrouping\":\"Video Poker\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":false,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Double Lucky Line\",\"LaunchCode\":\"doubleLuckyLineDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/7239.png\",\"GameId\":7239,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Double Wammy\",\"LaunchCode\":\"DoubleWammy\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/389.png\",\"GameId\":389,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Slots\",\"BlurbContent\":\"\\r\\n        <div class=\\\"header\\\">Double Wammy<\/div>\\r\\n        <p class=\\\"description\\\">Ready to reel in some ka-ching? Enjoy a double wammy of winnings as you cash in on Triple Sevens, Bars and Cherries.<\/p>\\r\\n    \",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":false,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Dragon Dance\",\"LaunchCode\":\"dragondance\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1341.png\",\"GameId\":1341,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":true,\"IsCold\":false,\"IsPopular\":true,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Dragon Shard\",\"LaunchCode\":\"dragonShardDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/7206.png\",\"GameId\":7206,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":true,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Dragons Myth\",\"LaunchCode\":\"DragonsMyth\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1311.png\",\"GameId\":1311,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Dragonz\",\"LaunchCode\":\"Dragonz\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1373.png\",\"GameId\":1373,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Dream Date\",\"LaunchCode\":\"dreamDateDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1619.png\",\"GameId\":1619,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":true,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Eagles Wings\",\"LaunchCode\":\"EaglesWings\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1095.png\",\"GameId\":1095,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\\r\\n        <div class=\\\"header\\\">Eagle\u2019s Wings<\/div>\\r\\n        <p class=\\\"description\\\">Watch the majestic bird take flight as you swoop in to conquer the slot\u2019s Lucky Eagle Bonus with up to 60 Free Spins and a 3x Multiplier. <\/p>\\r\\n    \",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":false,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"EmotiCoins\",\"LaunchCode\":\"emotiCoinsDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1456.png\",\"GameId\":1456,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":true,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Emperor Of The Sea\",\"LaunchCode\":\"EmperorOfTheSea\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1421.png\",\"GameId\":1421,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"European Blackjack Gold\",\"LaunchCode\":\"EuropeanBJGold\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/696.png\",\"GameId\":696,\"CategoryName\":\"Table\",\"GameGrouping\":\"Black Jack\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":false,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"European Blackjack Gold\",\"LaunchCode\":\"europeanBlackjackGoldDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/696.png\",\"GameId\":696,\"CategoryName\":\"Table\",\"GameGrouping\":\"Black Jack\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"European Roulette\",\"LaunchCode\":\"switchEuropeanRouletteDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1633.png\",\"GameId\":1633,\"CategoryName\":\"Table\",\"GameGrouping\":\"Roulette\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"European Roulette Gold\",\"LaunchCode\":\"EuroRouletteGold\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/646.png\",\"GameId\":646,\"CategoryName\":\"Table\",\"GameGrouping\":\"Roulette\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":false,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Exotic Cats\",\"LaunchCode\":\"exoticCatsDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1638.png\",\"GameId\":1638,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Extreme Heat\",\"LaunchCode\":\"RetroReelsExtremeHeat\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1094.png\",\"GameId\":1094,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":false,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Finer Reels of Life\",\"LaunchCode\":\"TheFinerReelsOfLife\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1186.png\",\"GameId\":1186,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":false,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Fish Party\",\"LaunchCode\":\"FishParty\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1277.png\",\"GameId\":1277,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Football Star\",\"LaunchCode\":\"FootballStar\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1271.png\",\"GameId\":1271,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\\r\\n        <div class=\\\"header\\\">Football Star<\/div>\\r\\n        <p class=\\\"description\\\">The beautiful game comes to life in this thrilling 243 ways-to-win slot with Free Spins, Rolling Reels\u2122, a Striking Wild Feature and more.<\/p>\\r\\n    \",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Forbidden Throne\",\"LaunchCode\":\"forbiddenThroneDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1432.png\",\"GameId\":1432,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":true,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Fortune Girl\",\"LaunchCode\":\"fortuneGirlDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1434.png\",\"GameId\":1434,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Fortunium\",\"LaunchCode\":\"fortuniumDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1627.png\",\"GameId\":1627,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":true,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Frozen Diamonds\",\"LaunchCode\":\"FrozenDiamonds\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1361.png\",\"GameId\":1361,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Fruit vs Candy\",\"LaunchCode\":\"FruitVSCandy\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1415.png\",\"GameId\":1415,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Game Of Thrones - Lines\",\"LaunchCode\":\"GameOfThronesLines\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1300.png\",\"GameId\":1300,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":true,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Game Of Thrones - Ways\",\"LaunchCode\":\"GameOfThronesWays\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1301.png\",\"GameId\":1301,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Girls with Guns\",\"LaunchCode\":\"GirlsWithGuns\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1197.png\",\"GameId\":1197,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":true,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Gnome Wood\",\"LaunchCode\":\"gnomeWoodDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1551.png\",\"GameId\":1551,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Gold Factory\",\"LaunchCode\":\"GoldFactory\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1115.png\",\"GameId\":1115,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\\r\\n        <div class=\\\"header\\\">Gold Factory<\/div>\\r\\n        <p class=\\\"description\\\">All that glitters is gold! Enjoy great rewards in this fun video slot with Free Spins, multiple Bonus features, sparkling graphics and more. <\/p>\\r\\n    \",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":true,\"IsWideScreen\":false,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Gold Factory - High Limit\",\"LaunchCode\":\"GoldFactoryHighLimit\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1287.png\",\"GameId\":1287,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":false,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Golden Era\",\"LaunchCode\":\"GoldenEra\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1307.png\",\"GameId\":1307,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":true,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Golden Princess\",\"LaunchCode\":\"GoldenPrincess\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1309.png\",\"GameId\":1309,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Goldwyn's Fairies\",\"LaunchCode\":\"goldwynsFairiesDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1443.png\",\"GameId\":1443,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Gopher Gold\",\"LaunchCode\":\"GopherGold\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/410.png\",\"GameId\":410,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\\r\\n        <div class=\\\"header\\\">Gopher Gold<\/div>\\r\\n        <p class=\\\"description\\\">It\u2019s a gold mine! Experience a fun and rewarding slot game with cool graphics and a golden jackpot of up to 12 000 coins waiting to be found.  <\/p>\\r\\n    \",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":false,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Halloween\",\"LaunchCode\":\"halloweenDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1566.png\",\"GameId\":1566,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Halloweenies\",\"LaunchCode\":\"Halloweenies\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/636.png\",\"GameId\":636,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\\r\\n        <div class=\\\"header\\\">Halloweenies<\/div>\\r\\n        <p class=\\\"description\\\">Have a spooktacular time with a Pumpkin bonus and a thrilling 13 Free Spins. This 20 payline slot is guaranteed to give you only treats \u2013 no tricks. <\/p>\\r\\n    \",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":true,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Happy Holidays\",\"LaunchCode\":\"HappyHolidays\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1334.png\",\"GameId\":1334,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Happy Holidays Scratch\",\"LaunchCode\":\"happyholidaysscratchDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/7338.png\",\"GameId\":7338,\"CategoryName\":\"Scratch\",\"GameGrouping\":\"Scratch Games\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Harveys\",\"LaunchCode\":\"Harveys\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/660.png\",\"GameId\":660,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":false,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"High Society\",\"LaunchCode\":\"HighSociety\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1264.png\",\"GameId\":1264,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Highlander\",\"LaunchCode\":\"highlanderDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1587.png\",\"GameId\":1587,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Hitman\",\"LaunchCode\":\"RubyHitman\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/762.png\",\"GameId\":762,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\\r\\n        <div class=\\\"header\\\">Hitman\u2122<\/div>\\r\\n        <p class=\\\"description\\\">Ready for action? Experience great graphics and a thrilling Contract Bonus feature where you can win up to 270 000 coins in this popular 15-payline slot.<\/p>\\r\\n    \",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":false,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Holly Jolly Penguins\",\"LaunchCode\":\"hollyjollyPenguinsDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1589.png\",\"GameId\":1589,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Hound Hotel\",\"LaunchCode\":\"HoundHotel\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1320.png\",\"GameId\":1320,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Huangdi - The Yellow Emperor\",\"LaunchCode\":\"Huangdi_TYE\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1413.png\",\"GameId\":1413,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Icy Gems\",\"LaunchCode\":\"icyGemsDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/7121.png\",\"GameId\":7121,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Immortal Romance\",\"LaunchCode\":\"ImmortalRomance\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1131.png\",\"GameId\":1131,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":false,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Immortal Romance Scratch\",\"LaunchCode\":\"immortalRomanceScratchDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/7235.png\",\"GameId\":7235,\"CategoryName\":\"Scratch\",\"GameGrouping\":\"Scratch Games\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Isis\",\"LaunchCode\":\"Isis\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/668.png\",\"GameId\":668,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\\r\\n        <div class=\\\"header\\\">Isis<\/div>\\r\\n        <p class=\\\"description\\\">Enter the world of Ancient Egypt in this beautifully rendered and rewarding 25-payline slot with Wild, Scatter, Multiplier, Free Spins, and Gamble Bonus Feature.<\/p>\\r\\n    \",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":false,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Ivory Citadel\",\"LaunchCode\":\"ivoryCitadelDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/7301.png\",\"GameId\":7301,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Jacks or Better\",\"LaunchCode\":\"jacks\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/178.png\",\"GameId\":178,\"CategoryName\":\"Video\",\"GameGrouping\":\"Video Poker\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":false,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Jungle Jim and the Lost Sphinx\",\"LaunchCode\":\"jungleJimAndTheLostSphinxDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/7281.png\",\"GameId\":7281,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Jungle Jim El Dorado\",\"LaunchCode\":\"JungleJim_ElDorado\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1369.png\",\"GameId\":1369,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Jurassic World\",\"LaunchCode\":\"jurassicWorldDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1448.png\",\"GameId\":1448,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":true,\"IsCold\":false,\"IsPopular\":true,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Karaoke Party\",\"LaunchCode\":\"KaraokeParty\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1360.png\",\"GameId\":1360,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Kathmandu\",\"LaunchCode\":\"Kathmandu\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/663.png\",\"GameId\":663,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\\r\\n        <div class=\\\"header\\\">Kathmandu<\/div>\\r\\n        <p class=\\\"description\\\">Go on the journey of a lifetime to a magical city where you can strike gold with Free Spins, Wilds, Scatters and a Gamble feature.<\/p>\\r\\n    \",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":false,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"King Tusk\",\"LaunchCode\":\"kingTuskDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1571.png\",\"GameId\":1571,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Kings of Cash\",\"LaunchCode\":\"KingsOfCash\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/970.png\",\"GameId\":970,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\\r\\n        <div class=\\\"header\\\">Kings of Cash<\/div>\\r\\n        <p class=\\\"description\\\">This15-payline slot has enough moolah to make your world spin. Get the special bonus round and win up to 1000x your total bet!<\/p>\\r\\n    \",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":false,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Kitty Cabana\",\"LaunchCode\":\"KittyCabana\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1319.png\",\"GameId\":1319,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":true,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Ladies Nite\",\"LaunchCode\":\"LadiesNite\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/589.png\",\"GameId\":589,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\\r\\n        <div class=\\\"header\\\">Ladies Nite<\/div>\\r\\n        <p class=\\\"description\\\">It\u2019s ladies night and the feeling\u2019s right, so get ready for a fun night out in this video slot where hunky waiters could reward you with 15 Free Spins.<\/p>\\r\\n    \",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":true,\"IsPopular\":false,\"IsWideScreen\":false,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Lady in Red\",\"LaunchCode\":\"LadyInRed\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1007.png\",\"GameId\":1007,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\\r\\n        <div class=\\\"header\\\">Lady in Red<\/div>\\r\\n        <p class=\\\"description\\\">The lady is singing her way to reward you with up to 25 Free Spins. Enjoy a musical journey through a 25-payline slot that hits the right notes.<\/p>\\r\\n    \",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":true,\"IsPopular\":false,\"IsWideScreen\":false,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Lara Croft: Temples and Tombs\",\"LaunchCode\":\"laraCroftTemplesAndTombsDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/7196.png\",\"GameId\":7196,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Le Kaffee Bar\",\"LaunchCode\":\"leKaffeeBarDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/7198.png\",\"GameId\":7198,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Life of Riches\",\"LaunchCode\":\"LifeOfRiches\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1414.png\",\"GameId\":1414,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Loaded\",\"LaunchCode\":\"Loaded\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/650.png\",\"GameId\":650,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\\r\\n        <div class=\\\"header\\\">Loaded<\/div>\\r\\n        <p class=\\\"description\\\">Yo, yo, yo\u2026 if you can bling it, you can win it on the 25 paylines of this sizzling hot slot. Live it up with winnings to the tune of 560,000 coins.<\/p>\\r\\n    \",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Lock-a-Luck\",\"LaunchCode\":\"lockALuckDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/7280.png\",\"GameId\":7280,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":true,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Long Mu Fortunes\",\"LaunchCode\":\"longMuFortunesDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/7285.png\",\"GameId\":7285,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Lost Vegas\",\"LaunchCode\":\"LostVegas\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1371.png\",\"GameId\":1371,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Lost Vegas Survivors Scratch\",\"LaunchCode\":\"lostvegassurvivorsscratchDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/7294.png\",\"GameId\":7294,\"CategoryName\":\"Scratch\",\"GameGrouping\":\"Scratch Games\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Lost Vegas Zombies Scratch\",\"LaunchCode\":\"lostvegaszombiesscratchDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/7293.png\",\"GameId\":7293,\"CategoryName\":\"Scratch\",\"GameGrouping\":\"Scratch Games\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Love Island\",\"LaunchCode\":\"loveIslandDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/7207.png\",\"GameId\":7207,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Lucha Legends\",\"LaunchCode\":\"luchaLegendsDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/7110.png\",\"GameId\":7110,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Lucky Firecracker\",\"LaunchCode\":\"LuckyFirecracker\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1306.png\",\"GameId\":1306,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":true,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Lucky Koi\",\"LaunchCode\":\"LuckyKoi\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1259.png\",\"GameId\":1259,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\\r\\n        <div class=\\\"header\\\">Lucky Koi<\/div>\\r\\n        <p class=\\\"description\\\">Experience tranquillity like never before and cast your luck in the koi pond. The choice between Free Spins or a Koi Bonus could lead to big winnings.<\/p>\\r\\n    \",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Lucky Leprechaun\",\"LaunchCode\":\"luckyLeprechaun\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1310.png\",\"GameId\":1310,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Lucky Leprechaun Scratch\",\"LaunchCode\":\"luckyLeprechaunScratchDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/7256.png\",\"GameId\":7256,\"CategoryName\":\"Scratch\",\"GameGrouping\":\"Scratch Games\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Lucky Links\",\"LaunchCode\":\"luckyLinksDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1569.png\",\"GameId\":1569,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Lucky Little Gods\",\"LaunchCode\":\"luckyLittleGodsDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1603.png\",\"GameId\":1603,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Lucky Twins\",\"LaunchCode\":\"luckytwins\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1338.png\",\"GameId\":1338,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Lucky Twins Jackpot\",\"LaunchCode\":\"luckyTwinsJackpotDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/7348.png\",\"GameId\":7348,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Lucky Zodiac\",\"LaunchCode\":\"LuckyZodiac\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1328.png\",\"GameId\":1328,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Mad Hatters\",\"LaunchCode\":\"MadHatters\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/687.png\",\"GameId\":687,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\\r\\n        <div class=\\\"header\\\">Mad Hatters<\/div>\\r\\n        <p class=\\\"description\\\">A crazy tea party and special features are only the beginning of what you can expect. Go completely cuckoo in this 30 payline slot.<\/p>\\r\\n    \",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":true,\"IsPopular\":false,\"IsWideScreen\":false,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Magic of Sahara\",\"LaunchCode\":\"magicOfSaharaDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/7226.png\",\"GameId\":7226,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Major Millions Progressive - 5 Reel\",\"LaunchCode\":\"MajorMillions5Reel\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/567.png\",\"GameId\":567,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Progressive\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":true,\"IsWideScreen\":false,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Mayan Princess\",\"LaunchCode\":\"MayanPrincess\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/905.png\",\"GameId\":905,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\\r\\n        <div class=\\\"header\\\">Mayan Princess <\/div>\\r\\n        <p class=\\\"description\\\">Go back to the ancient Mayan times where the princess is waiting to hand out some Free Spins, triggered by the Pyramid symbol.<\/p>\\r\\n    \",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":false,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Mega Money Multiplier\",\"LaunchCode\":\"megaMoneyMultiplierDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1430.png\",\"GameId\":1430,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Mega Moolah Progressive\",\"LaunchCode\":\"MegaMoolah\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/734.png\",\"GameId\":734,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Progressive\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":false,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Mermaids Millions\",\"LaunchCode\":\"MermaidsMillions\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/599.png\",\"GameId\":599,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\\r\\n        <div class=\\\"header\\\">Mermaids Millions <\/div>\\r\\n        <p class=\\\"description\\\">Take a dive and play with the mermaids where a Treasure Bonus is waiting for you in the deep blue sea. Neptune will shower you with even more rewards.<\/p>\\r\\n    \",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":false,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Moby Dick\",\"LaunchCode\":\"mobyDickOnlineSlotDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1567.png\",\"GameId\":1567,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":true,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Monster Wheels\",\"LaunchCode\":\"monsterWheelsDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1565.png\",\"GameId\":1565,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":true,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Munchkins\",\"LaunchCode\":\"Munchkins\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/627.png\",\"GameId\":627,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\\r\\n        <div class=\\\"header\\\">Munchkins<\/div>\\r\\n        <p class=\\\"description\\\">If something goes missing in your house, blame these mischievous critters. But in this entertaining video slot, they\u2019re also responsible for big rewards. <\/p>\\r\\n    \",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":true,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":false,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Mystic Dreams\",\"LaunchCode\":\"MysticDreams\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1206.png\",\"GameId\":1206,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":false,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"North Storm\",\"LaunchCode\":\"northStormDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/7263.png\",\"GameId\":7263,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Oink Country Love\",\"LaunchCode\":\"oinkCountryLoveDesktop\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1463.png\",\"GameId\":1463,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Peek A Boo - 5 Reel\",\"LaunchCode\":\"PeekaBoo5Reel\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1331.png\",\"GameId\":1331,\"CategoryName\":\"Slots\",\"GameGrouping\":\"Video Slots\",\"BlurbContent\":\"\",\"IsMobile\":true,\"IsFlash\":true,\"IsHot\":false,\"IsCold\":false,\"IsPopular\":false,\"IsWideScreen\":true,\"IsLiveDealer\":false,\"Order\":0},{\"Name\":\"Pistoleras\",\"LaunchCode\":\"Pistoleras\",\"ImageUrl\":\"https:\/\/cdn-jpc-374274.c.cdn77.org\/media\/games-icons\/gamethumbnail\/OneLobbyGames\/1321.
URL
GET http://www.riverbellecasino.com/
Response Headers
Cf-Cache-Status:
DYNAMIC
Cf-Ray:
6b0527ed5e49709d-SJC
Connection:
keep-alive
Content-Type:
text/html; charset=UTF-8
Date:
Fri, 19 Nov 2021 00:00:02 GMT
Location:
https://www.riverbellecasino.com/
Server:
cloudflare
Set-Cookie:
__cf_bm=HTMBc10SutVcquahIak4Hji0atkvoxXTzND7z3xXHFY-1637280002-0-AS6X6WXZImb2mwaQx8ZR2hvyaQHflFjDvHKcX1ivNKolcZq1Kwt4I1PxP2gXe2ISzklSj5SJVx152gOu99fqNyckSYpoUMeO6+lh0jDJ3vxA; path=/; expires=Fri, 19-Nov-21 00:30:02 GMT; domain=.riverbellecasino.com; HttpOnly; SameSite=None
Response Body

Empty body

URL
GET http://www.riverbelle.com/
Response Headers
Content-Length:
155
Content-Type:
text/html; charset=UTF-8
Date:
Fri, 19 Nov 2021 00:00:01 GMT
Location:
http://www.riverbellecasino.com/
Server:
Microsoft-IIS/8.5
X-Powered-By:
ASP.NET
Response Body
<head><title>Document Moved</title></head>
<body><h1>Object Moved</h1>This document may be found <a HREF="http://www.riverbellecasino.com/">here</a></body>

Resolver

Resolver ASN
AS60068
Resolver IP
84.17.44.182
Resolver Network Name
Datacamp Limited
Measurement UID
20211119000003.964428_US_webconnectivity_eee04da30fb1a697
Report ID
20211118T235600Z_webconnectivity_US_3851_n1_uP3V0cb0To2yZaTc
Platform
android
Software Name
ooniprobe-android (3.3.1)
Measurement Engine
ooniprobe-engine (3.10.0-beta.3)

Raw Measurement Data

Loading…