Fairness and transparency are the foundation and principles held dearly by woyale. You are entitled and fully capable to know every bet placed, every winning determined and every distribution dispensed. Here is how.
E.g., if the total wager is ETH 100.00, your wager is ETH 2.00, all the wagers betting correctly (including yours) is ETH 20.00, rake rate is 1%, then your return is: (100 * 2 * (100 - 1)) / (20 * 100) = ETH 9.90
Rake = Total Wager - Total Returns
Verify your return
Find the address of the contract corresponding to the game by visiting History or Search page;
You can use any wallet that supports smart contract. Here we use MyEtherWallet as an example. Go to https://www.myetherwallet.com, click "Contracts" on the menu bar;
Enter the address of the contract corresponding to the game, not the contract of the outcome you bet on, in "Contract Address";
Click "Access". In the "Select a function" list, you can see all the available functions of the smart contract;
Select "totalPlayerWager" to get the total wager amount;
Select "wagerOnOption", in the "address" box below, enter the winning outcome address to get the total winning wager;
You can select "winningOption" to find out the winning outcome address;
Select "COMMISSION_DENOMINATOR" to get the rake denominator;
Select "commissionNumerator" to get the rake numerator;
Use the formula above to calculate your return.
Note: calling these functions does NOT cost you any Ether.
Note: if a bettor is not allowed to participate in a game (being excluded), but he or she still placed a winning bet, the profit will be forfeited, the original wager will be returned. Please see "Rules" for more details.
Find all distributions of a game
Find the address of the contract corresponding to the game by visiting History or Search page;
Go to https://etherscan.io, enter the address of the contract corresponding to the game, not the contract of the outcome you bet on, in the search box;
Click "Internal Transactions". You will see all the distributions made by the contract, including rake and excluded profit, their recipient, and time.