# Bets without alphabet-encoding

![](/files/LmBCXCUrMYbK0k0hBnye)

These betting contracts only accept numerical answers from users. The underlying smart contract does not convert the answers given by the users and since the smart contract only understands numbers, the answers given by users on these contracts need to already be in their numerical format.

Let's suppose you want to have users bet on whether the price of the Apple stock will close at over or under 170 USD by the end of the day. Since the list of options is pretty limited, it is a good idea to process these bets with a non alphabet-encoding betting event.

Here is a step-by-step guide to creating such a betting event:

* Go to your betting contract. You can read the guide on how to deploy your betting contract on the page below:

{% content-ref url="/pages/HG4DmWanwLPqcTwyVpBn" %}
[Betting Contracts](/products/betting.md)
{% endcontent-ref %}

* In your contract's panel, click on the **Control Panel** button and then on the **Create/Update Event** button

<div><figure><img src="/files/5XmKN7aLfP6FS6OF9AMm" alt=""><figcaption></figcaption></figure> <figure><img src="/files/bPiVASNcPwH5PbcG756c" alt=""><figcaption></figcaption></figure></div>

* Fill in the form with the appropriate value and select the option No for the Alphabet Encoding parameter.
* Validate the form and confirm the transaction. You should see the event listed at the bottom left of your betting contract's panel

<figure><img src="/files/aOXNPjTJKvOBliz6gC38" 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://docs.payswap.org/products/betting/bets-without-alpha-encoding.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.
