GET /api/bet_types/c4cf7c51-a1d1-494d-8af8-5373bf1b8977/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c4cf7c51-a1d1-494d-8af8-5373bf1b8977",
    "match": "https://api-prod.gambitprofit.com/api/matches/bf8e6152-fa8d-426b-88dc-3f6e3be630b5/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "FC Red Bull Salzburg",
                "amount": 6799.0
            },
            {
                "team": "Draw",
                "amount": 3201.0
            }
        ],
        "expected_reward_tokens": 11490.31,
        "profit_sb": 1990.31,
        "profit_sb_percentage": 20.95,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "FC Red Bull Salzburg",
                "amount": 5424.0
            },
            {
                "team": "Draw",
                "amount": 2553.0
            },
            {
                "team": "NK Dinamo Zagreb",
                "amount": 2023.0
            }
        ],
        "expected_reward_tokens": 9164.19,
        "profit_sb": -335.81,
        "profit_sb_percentage": -3.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "c5c3bb18-6807-413d-b19c-cd3e8b406d0d",
            "gambit_id": "b22df1ee-7309-43f6-9e59-d2bf95123d45",
            "last_updated": "2022-10-07T09:07:06.502311-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "FC Red Bull Salzburg",
            "reward": "1.69000",
            "odds": "1.73000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4cf7c51-a1d1-494d-8af8-5373bf1b8977/?format=api"
        },
        {
            "id": "3b10bcec-ff1d-4fbd-9cdc-104aa06f20f9",
            "gambit_id": "30a54cc2-3624-4ecd-a86d-fbd6b0ac6528",
            "last_updated": "2022-10-07T09:07:06.503253-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.59000",
            "odds": "3.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4cf7c51-a1d1-494d-8af8-5373bf1b8977/?format=api"
        },
        {
            "id": "7aa2c041-8087-4c16-867c-89e436590e8b",
            "gambit_id": "33a48ef9-cd29-4b00-ad8d-ea83c17dc530",
            "last_updated": "2022-10-07T09:07:06.501368-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NK Dinamo Zagreb",
            "reward": "4.53000",
            "odds": "4.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4cf7c51-a1d1-494d-8af8-5373bf1b8977/?format=api"
        }
    ]
}