This Python script simulates a slot machine game where the user can:
- Deposit money into their account.
- Place bets on selected lines.
- Spin the slot machine to try and win based on matching symbols.
The game calculates winnings based on symbol values and bet amounts.