# Shitty Casino

We have several casino type games in the Shitty Kitties Discord that allow you to bet [Shitty Treats](/welcome/shitty-treats.md) to try and win more treats! Below are the games we currently have. We're always looking for suggestions on more to add!

### Shitty Casino Jackpot

The Shitty Casino Jackpot now increments behind the scenes whenever you play a casino game. You can check the current total using `/jackpot`.

<figure><img src="/files/WFQW6HL1F4DZ43llUaQj" alt=""><figcaption></figcaption></figure>

#### What is the maximum the Shitty Casino Jackpot can be?

The highest the jackpot total can be is `2,500` Shitty Treats.

#### What are the odds of winning?

Every time you play a Shitty Casino game, there is a `0.1%` chance that you'll win the Shitty Casino Jackpot. You'll be paid out whatever the current total is at the time of winning.

#### How much does it increment each time?

The total is incremented by `round(betAmount / 20)` each time a game is played.

#### What's special for Fat Cats?

If a Fat Cat (owns 10+ Shitty Kitties) or above wins the Jackpot, they are paid out `1.5x` the Jackpot total! 🤑&#x20;

### Shitty Litter

You can use the `/dig` command to try and dig up some Shitty Treats! \
\
Digging in the Shitty Litter costs 4 Shitty Treats. You pick 3 unique numbers 1-6. If you don't get a 💩, you get a random number of Shitty Treats! The values range from 4 treats all the way to 100 treats.

![](/files/NhrgoQJ3UnjnYHI6TYfd)

![](/files/Yzi6T8ewheAAdkxL5S7z)

### Shitty Flip

Type `/flip` to start this game. For this game you can bid any number of Shitty Treats up to 500 on a coin flip. If you win, you receive double your bet!

![](/files/WwjLplBBCqYeQXix6ISK)

![](/files/5kkLySYEQUlI24T1ztvw)

### Shitty Dice Roll

Type `/diceroll` to start this game. You can bet up to 500 treats on a dice roll! Shitty Bot will roll 2d6 and if the total is 2, 3, 7, 11, or 12, you win! This game pays out 3 to 2.

![](/files/RUZ8O2EhmqMC5ofqG01W)

![](/files/BxTbh9Eo7UenGxegTNvQ)

### **Shitty Kitty Races**

Type `/race` to start this game. You can bet up to 100 treats once every hour on a Shitty Kitty Race. Pick a Shitty Kitty 1-4 and if that kitty wins the race, the payout is 4 to 1.&#x20;

![](/files/gugVXlZbI5FcrJDkn1aH)

![](/files/wrT41VCjrNuvLEB29Q3X)

![](/files/4xFjUGSIKynoAr3shJ2i)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.shittykitties.art/discord-utilities/shitty-casino.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
