# Existing v New Pricing Service Differences

This page aims to outline the key differences between the Mustard Pricing Service and the New IMGA (DL Trading) service which will be live and ready for integration on 15th May 2025 for US PGA Championship. Please note that the existing Mustard pricing service will run in parallel at this time. Each specific section in this wider documentation includes specific area changes but this page summarises those key changes at a high level:

1. IMGA will keep a large proportion of the subscription messages and feed formats from the existing price service the same but there will be a change in the connection URL as well as credentials (SSH key pair)
2. Upon generating the SSH key pair, send an e-mail to <support@imgarena.com> with a specified username to connect to the SSH Feed, along with your **public** key attached and preferred margination type (`MARGINATED PRICES` or `TRUE_ODDS`).
3. Upon testing the connection you will be prompted to connect to an IMGA url (rather than Mustard). Examples below (may be subject to a minor change)

**Staging (we support port 22 and 2093)**

```
ssh -i [generated private key file path] [username]@golf-odds-distribution.staging.imgarena.dev -p 22
```

**Prod (we support port 22 and 2093)**

```
ssh -i [generated private key file path] [username]@golf-odds-distribution.services.imgarena.com -p 22
```

3. We are introducing a new feedback message to the init command

```
{
  "mode": "resp",
  "status": "session initialized",
  "session_id": "66193235-937c-4591-a301-33d7251ce8b6",
  "publish_time": "2014-01-01 22:22:22.123456",
  "reason": null
}
```

4. Our heartbeat messages will contain a publish\_time value in the message
5. We will be replacing all Mustard ids (tournaments/players) with IMGA (DDE Ids) for those directly integrated with the backend SSH Mustard service already from 15<sup>th</sup> May. For those integrated with the OpenBet Trading System Platform from a game state point of view, the participants will have an OpenBet Id. Given the current contract between IMG and Mustard is due to terminate on 13th October 2025 we are left with little choice but to replace the Id set. More info [here](https://docs.imgarena.com/imga-dl-trading-odds-distribution-service/faq#what-is-happening-with-tournament-and-player-ids-in-the-new-imga-dl-service-once-mustard-cease-to-ex)
6. The key golf pricing markets have been divided into High, Medium and Low Priority (See Supported Market Types page). Please note High will be available for 15th May (USPGA), Medium on 29th May and Low are TBC. If any of these low priority markets are crucial or you need more information, please let us know.
7. The suspension logic with the Market Behaviour document and Market Publishing Timetables have been created in conjunction with DL Trading and we would welcome feedback based on the different tournament levels.
8. More detailed documentation on the key differences is now available

{% file src="/files/d9T6r88fNStUXpbuFgcg" %}


---

# 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.sportradar.com/imga-dl-trading-odds-distribution/existing-v-new-pricing-service-differences.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.
