Get notification type

The API provides a method to retrieve all notification types available in BETMATIC. Currently, there are three supported types:

  • Fixed Wager: This notification type allows users to set a fixed wager amount for their bets.

  • Fixed Profit: Users can specify a desired fixed profit amount, and the system will calculate the wager amount accordingly to achieve that profit.

  • High Odds First: This notification type prioritizes high-odds bets, ensuring that bets with higher odds are placed first. These notification types offer different strategies for users to customize their betting preferences within the BETMATIC platform.

Endpoint

GET /notification/types/

CURL example

curl -X GET https://betmatic.app/api/notification/types/ \
  -H 'Accept: application/json' \
  -H 'Authorization: Token {token}'

Responses

Status
Meaning
Description

200

Notification types

200 Response example

["Fixed Wager", "Fixed Profit", "High Odds First"]

Last updated