Skip to content

Instantly share code, notes, and snippets.

@CleanBread
CleanBread / checkBetRestriction
Created October 6, 2025 13:42
Check free bet settings
private checkBetRestriction(offerSettings: FreebetSettingsInterface, isCombo: boolean): void {
if (offerSettings.betRestriction.betType !== azuro.interfaces.bonus.BonusOfferFreebetBetRestrictionBetTypes.All) {
if (
isCombo &&
offerSettings.betRestriction.betType !== azuro.interfaces.bonus.BonusOfferFreebetBetRestrictionBetTypes.Combo
) {
throw ...
}
if (
{"lastUpload":"2020-06-05T09:37:21.635Z","extensionVersion":"v3.4.3"}
#include <iostream>
#include <fstream>
using namespace std;
class arr{
int ** A;