Skip to content

Instantly share code, notes, and snippets.

@manico
Created March 7, 2022 15:18
Show Gist options
  • Save manico/2ca28eaa7e2aa46bcc046bc5ce7d614a to your computer and use it in GitHub Desktop.
Save manico/2ca28eaa7e2aa46bcc046bc5ce7d614a to your computer and use it in GitHub Desktop.
Tenant Game Settings
{
"_id": "5295dfd9-8b4d-4b29-b3e7-c319f30c540a",
"tenantId": "04eadaae-6c0a-4209-ab5a-a0578abd843e",
"gameId": "3e28cd8d-7802-47dd-b343-c3d3768c6215",
"active": true,
"visible": false,
"settings": {
"minBetAmount": 0.05,
"maxBetAmount": 2.5,
"minGambleBetAmount": 0.05,
"predefinedBetAmounts": [
1,
2,
4,
6,
8,
10,
20,
40,
50
],
"maxPossibleWinAmount": 25000,
"jackpot": {
"contribution": 1,
"active": false,
"distribution": [
0.98,
0.02
],
"probabilityPct": 0.000352075484983981
},
"currencies": {
"EUR": {
"minBetAmount": 5,
"maxBetAmount": 250,
"minGambleBetAmount": 5,
"maxPossibleWinAmount": 2500000,
"predefinedBetAmounts": [
10,
20,
40,
60,
80,
100,
200,
400,
500
]
},
"RSD": {
"minBetAmount": 0.05,
"maxBetAmount": 2.5,
"minGambleBetAmount": 0.05,
"maxPossibleWinAmount": 25000,
"predefinedBetAmounts": [
1,
2,
4,
6,
8,
10,
20,
40,
50
]
}
}
},
"createdAt": ISODate("2022-02-14T15:11:57.859Z"),
"updatedAt": ISODate("2022-02-14T15:12:18.975Z")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment