Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 859 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 859 Bytes

CSGO Bet Manager

I originally made this for a friend who needed a solution to track all his bets from start to finish.

CSGO: Counter-Strike Global Offensive

Each unique IP is able to create a single bet session, with some start amount ($$). Then, the user manages his/her bets, i.e. VP vs. Fnatic. If they win, you simply modify the bet to "Win", and the bet session updates with win/loss ratios, percent gains, and tons of cool analytical data.

For example,

  1. Create a new betting session: "From Nothing Comes A King"
  2. You start with $10.
  3. A game is added, (VirtusPro vs. CLOUD9). Settings - (Odds: 1.2 with CLOUD9) (Bet amount: $5), save
  4. Watch the game, CLOUD9 Wins
  5. Click the "checkmark" on that bet.
  6. Graphs and the new data amount is updated in the thread session.

Made for the web: CSS, PHP, HTML, SQL