> For the complete documentation index, see [llms.txt](https://docs.payswap.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payswap.org/turkish/products/betting/partner-betting-events.md).

# Ortak Bahis Etkinlikleri

Ortak bahis etkinlikleri, varlıkların ortak etkinlikler arasında değiştirilmesini sağlar.

İki ortak bahis etkinliği (Etkinlik 1 ve Etkinlik 2) ve iki değiştirilebilir token (token 1 ve token 2) alalım.

Etkinlik 1, kullanıcılardan token 1 karşılığında biletler satın alır ve etkinlik 2, kullanıcılardan token 2 karşılığında biletler satın alır.

Belirli bir süre sonra, her iki bahis etkinliği sona erer ve ödül havuzlarını takas eder; etkinlik 1'in ödül havuzundaki tüm tokenler etkinlik 2'nin ödül havuzuna gönderilir ve etkinlik 2'nin ödül havuzundaki tüm tokenler etkinlik 1'in ödül havuzuna gönderilir.

Ortak bahis etkinlikleri bazı ilginç kullanım durumlarının doğmasını sağlayabilir:

* AMM: Hem token 1 hem de 2, devam eden DEFI projelerinin tokenleri olabilir ve bu, [kalıcı kayıp](https://docs.payswap.org/products/payswap-exchange/payswap-pools) riskine tabi olmayan AMM'lere alternatif olarak kullanılabilir.

Etkinlik 1'de toplam 1000 token 1 karşılığında 10 bilet alıcı ve etkinlik 2'de toplam 200 token 2 karşılığında 5 bilet alıcı olduğunu varsayalım.

Her iki etkinliğin sonunda, etkinlik 1'deki her bilet alıcısı 200 / 10 = 20 token 2 alacak

etkinlik 2'deki her alıcı 1000 / 5 = 200 token 1 alacak.

Bu, bu ortak etkinlikler için bir token 2'nin beş token 1'e değerinde olduğu anlamına gelir.

* Token 1, bir hizmetin/araçın (ev/kızla tarih/araba vs.) temsil ettiği yeni oluşturulmuş bir token olabilir ve token 2, bir tFIAT tokeni veya Ücretsiz Token olabilir. Ortak bahis etkinlikleri daha sonra hizmetin/araçın doğru fiyatını belirlemek için kullanılacaktır.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.payswap.org/turkish/products/betting/partner-betting-events.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
