Heeeey BetGod... You mastermind you

4/12/2016 gkucmierz has updated his website to reflect the below warning.
!WARNING!Code in question:
// calculate ROI based on investor value
function calculateROI() internal returns (uint8) {
if (msg.value <= 1 ether) return 110; // 110%
if (msg.value <= 10 ether) return 120; // 120%
if (msg.value <= 100 ether) return 130; // 130%
return 0;
}
gkucmierz does not mention here that anything above 100 ether does not count as an investmenthttp://imgur.com/Zu4crlx - 4/12/2016
TESTING CONTRACT:
http://etherscan.io/address/0x49C3019b7A83B3c77A823255533975969027308D#codeIn this testing contract 4 finney acts like inputs above 100 ether.
It does not show in the mist browser that the input of 4 finney has any days left of pay out
http://imgur.com/tIT6vk2