Treble Mixed Bet (Pre-match and Live) - Rejected

This treble ticket was placed from a retail shop with the ID of "shopId": "shop_789135". No other end customer information is known. The first selection in the bet is a pre-match selection ("productId": "3"), the second selection is a live selection, whereas the third selection is a pre-match selection on a winner of an outright. The stake amount is 50 euros, which is also the system currency so no currency conversion took place. The ticket contains only one bet (the Bets array length = 1), which further contains three selections (treble), the Selections array length = 3.

Ticket Placement Request
{
  "operatorId": 9985,
  "content": {
    "type": "ticket",
    "ticketId": "Ticket_5129",
    "bets": [
      {
        "selections": [
          {
            "type": "uf",
            "productId": "3",
            "eventId": "sr:match:14938771",
            "marketId": "223",
            "outcomeId": "1715",
            "specifiers": "hcp=1.5",
            "odds": {
              "type": "decimal",
              "value": "1.1"
            }
          },
          {
            "type": "uf",
            "productId": "1",
            "eventId": "sr:match:15163591",
            "marketId": "1",
            "outcomeId": "2",
            "specifiers": "hcp=1:0",
            "odds": {
              "type": "decimal",
              "value": "1.48"
            }
          },
          {
            "type": "uf",
            "productId": "3",
            "eventId": "sr:season:55413",
            "marketId": "534",
            "outcomeId": "pre:outcometext:9919",
            "specifiers": "variant=pre:markettext:60279",
            "odds": {
              "type": "decimal",
              "value": "1.1"
            }
          }
        ],
        "stake": [
          {
            "type": "cash",
            "currency": "EUR",
            "amount": "50"
          }
        ]
      }
    ],
    "context": {
      "channel": {
        "type": "retail",
        "shopId": "shop_789135"
      },
      "limitId": 1409
    }
  },
  "correlationId": "Lskh2398fgAS",
  "timestampUtc": 1678886959000,
  "operation": "ticket-placement",
  "version": "3.0"
}
Ticket Placement Response (contains a negative response from MTS)
{
  "content": {
    "type": "ticket-reply",
    "signature": "hlDfZ5uX5+SftXxb4+M0Mp3sN7v4cZPEfXBdX4T32qw=",
    "status": "rejected",
    "ticketId": "Ticket_5129",
    "code": -407,
    "message": "Outright is not active in MTS, Selection: productId:3, marketId:534, outcomeId:pre:outcometext:9919, specifiers:variant=pre:markettext:60279, Outright: sr:season:55413 ",
    "betDetails": [
      {
        "selectionDetails": [
          {
            "selection": {
              "type": "uf",
              "productId": "3",
              "eventId": "sr:match:14938771",
              "marketId": "223",
              "outcomeId": "1715",
              "specifiers": "hcp=1.5",
              "odds": {
                "type": "decimal",
                "value": "1.1"
              }
            },
            "code": 0,
            "message": "Transaction processed"
          },
          {
            "selection": {
              "type": "uf",
              "productId": "1",
              "eventId": "sr:match:15163591",
              "marketId": "1",
              "outcomeId": "2",
              "specifiers": "hcp=1:0",
              "odds": {
                "type": "decimal",
                "value": "1.48"
              }
            },
            "code": 0,
            "message": "Transaction processed"
          },
          {
            "selection": {
              "type": "uf",
              "productId": "3",
              "eventId": "sr:season:55413",
              "marketId": "534",
              "outcomeId": "pre:outcometext:9919",
              "specifiers": "variant=pre:markettext:60279",
              "odds": {
                "type": "decimal",
                "value": "1.1"
              }
            },
            "code": -407,
            "message": "Outright is not active in MTS, Selection: productId:3, marketId:534, outcomeId:pre:outcometext:9919, specifiers:variant=pre:markettext:60279, Outright: sr:season:55413  "
          }
        ],
        "code": -407,
        "message": "Outright is not active in MTS, Selection: productId:3, marketId:534, outcomeId:pre:outcometext:9919, specifiers:variant=pre:markettext:60279, Outright: sr:season:55413  "
      }
    ],
    "exchangeRate":   [
      {
        "fromCurrency": "EUR",
        "toCurrency": "EUR",
        "rate": "1.00000"
      }
    ]
  },
  "correlationId": "Lskh2398fgAS",
  "timestampUtc": 1678886960000,
  "operation": "ticket-placement",
  "version": "3.0"
}

Last updated

Was this helpful?