GET /api/bet_types/a54d2715-7c0f-4a71-b99b-ba7fcc677880/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a54d2715-7c0f-4a71-b99b-ba7fcc677880",
    "match": "https://api-prod.gambitprofit.com/api/matches/21361012-f107-44cb-a299-03890d19a6cd/?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": "Sevilla",
                "amount": 7469.0
            },
            {
                "team": "Draw",
                "amount": 2531.0
            }
        ],
        "expected_reward_tokens": 10755.36,
        "profit_sb": 1255.36,
        "profit_sb_percentage": 13.21,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Sevilla",
                "amount": 6515.0
            },
            {
                "team": "Draw",
                "amount": 2207.0
            },
            {
                "team": "FC Copenhagen",
                "amount": 1278.0
            }
        ],
        "expected_reward_tokens": 9379.75,
        "profit_sb": -120.25,
        "profit_sb_percentage": -1.27,
        "recommended": false
    },
    "lines": [
        {
            "id": "86924143-cbf6-4a2d-a76d-7bbd990761e8",
            "gambit_id": "405a1196-45c9-4624-b2c3-f22cd04d83e9",
            "last_updated": "2022-10-26T10:17:15.355746-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Sevilla",
            "reward": "1.44000",
            "odds": "1.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a54d2715-7c0f-4a71-b99b-ba7fcc677880/?format=api"
        },
        {
            "id": "dcf04f9c-4b49-40ef-a6ec-ee05803e6401",
            "gambit_id": "5380502e-da01-4ddc-8da4-7c8f6e9b9d87",
            "last_updated": "2022-10-26T10:17:15.356905-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "4.25000",
            "odds": "4.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a54d2715-7c0f-4a71-b99b-ba7fcc677880/?format=api"
        },
        {
            "id": "f8ef71dd-739f-4272-a855-f54af4860b9a",
            "gambit_id": "c198fd0b-3be4-41e1-9322-b445ee77112d",
            "last_updated": "2022-10-26T10:17:15.353585-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "FC Copenhagen",
            "reward": "7.34000",
            "odds": "7.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a54d2715-7c0f-4a71-b99b-ba7fcc677880/?format=api"
        }
    ]
}