# Recommended Bet and Deposit Amounts

Smartico is making a statistical analysis of user activity and bringing the following information in the reporting and as properties available for segmentation:

* **Statistical Model for recommending a Conservative Deposit Amount** - suggests a personalized Deposit Amount, considering the user's Depositing behaviour.
* **Statistical Model for recommending an Upsell Deposit Amount** - suggests an upsell on the Deposit Amount, considering the user's Depositing behaviour.
* **Statistical Model for recommending a Conservative Casino Bet Amount** - suggests a personalized Casino Bet Amount, considering the user's Casino Betting behaviour.
* **Statistical Model for recommending an Upsell Casino Bet Amount -** suggests an upsell on the Casino Bet Amount, considering the user's Casino Betting behaviour.

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

All of these models are using the user's most recent Depositing or Betting activity for calculating the Recommended Amounts.

The models are calculating a range of user's activity-related KPIs (such as Maximum Amount, Average Amount, Median Amount, Standard Deviation etc.) in order to create an algorithm for the suggested Conservative and Upsell Amounts.

Result of the model calculation is stored in the following user state properties that are available for segmentation:

* **Core: recommended casino bet amount**" (core\_recommended\_casino\_bet\_amount) - holds the recommended bet amount in the user currency
* "**Core: recommended deposit amount**" (core\_recommended\_deposit\_amount) - holds the recommended deposit amount in the user currency

These properties are updated by event "Core: favorite/recommended metrics update" (core\_fav\_game\_update) that is generated by the system in the night for all users that have changes in the recommended amounts or favorite preferences. The same event is used in the [Favorite product, game, game type & game provider](/welcome/products/ai-models/favorite-product-game-game-type-and-game-provider.md)

For a better UX, the Calculated Amounts are then being rounded by an additional process.

{% hint style="info" %}
"Recommended Amounts" of the player can be used in the Segmentation and the Dynamic Missions, with each player having a dynamically set personal goal. Read more about [dynamic missions](/welcome/products/gamification-basics/missions/dynamic-missions.md).
{% endhint %}

## FAQ

**Q: What factors are taken as the basis for the Recommended Amounts calculations?**

We are taking Maximum Amount, Average Amount, Median Amount, Standard Deviation.

**Q: How often are the Recommended Amounts recalculated?**

We aim to recalculate after midnight, within the time window from 2:30 to 4:30 AM UTC.

This time is chosen to have minimal impact on the overall system performance and have fresh betting activities already delivered from the integrated systems to Smartico.

**Q: How can I see the distribution of recommended amounts for all my players?**

You can use Smartico AI Chat, Transactions agent to build custom reports on recommended amounts

<div data-with-frame="true"><figure><img src="/files/MC8z2jDIcuLLHO6K1Lai" alt=""><figcaption><p>Used question - "Show me the distribution of recommended deposit amounts for players, excluding 0 and amounts larger than 10,000, show the distribution for different RFM segments"</p></figcaption></figure></div>

**Q: How can i make sure the Recommended Amount is appropriate for the user?**

Upon choosing the preferred recommendation method, you can check the Recommended Amounts in the user profile with the user's Actual KPIs listed beside them, giving you a good indication on the validity of the calculation.

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


---

# 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://help.smartico.ai/welcome/products/ai-models/recommended-bet-and-deposit-amounts.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.
