GET /api/bet_types/5eef7293-a3eb-446f-ac91-795183b7d4a1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5eef7293-a3eb-446f-ac91-795183b7d4a1",
    "match": "https://api-prod.gambitprofit.com/api/matches/c2e5a222-f66e-4aad-b987-aa2d6a1f29b7/?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": "Manchester United",
                "amount": 5758.0
            },
            {
                "team": "Aston Villa",
                "amount": 4242.0
            }
        ],
        "expected_reward_tokens": 12089.7,
        "profit_sb": 3089.7,
        "profit_sb_percentage": 34.33,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Manchester United",
                "amount": 4164.0
            },
            {
                "team": "Aston Villa",
                "amount": 3068.0
            },
            {
                "team": "Draw",
                "amount": 2767.0
            }
        ],
        "expected_reward_tokens": 8743.72,
        "profit_sb": -256.28,
        "profit_sb_percentage": -2.85,
        "recommended": false
    },
    "lines": [
        {
            "id": "3b15fa1f-df64-434c-b609-bee51bb05f8e",
            "gambit_id": "f88e1f1a-290d-4e36-b0d8-91c7ea6060dd",
            "last_updated": "2022-11-07T09:37:17.893204-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Manchester United",
            "reward": "2.10000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5eef7293-a3eb-446f-ac91-795183b7d4a1/?format=api"
        },
        {
            "id": "25807a9c-2ef3-47bd-b1d4-d7833799b80c",
            "gambit_id": "bd10080c-9a9f-48fe-8df9-33ffd89abb5b",
            "last_updated": "2022-11-07T09:37:17.895137-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Aston Villa",
            "reward": "2.85000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5eef7293-a3eb-446f-ac91-795183b7d4a1/?format=api"
        },
        {
            "id": "c1c8459a-a8fd-4b33-bc94-53506d8e63fc",
            "gambit_id": "025867fc-3d80-4a5c-8d52-9c8ea576d053",
            "last_updated": "2022-11-07T09:37:17.894176-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.16000",
            "odds": "3.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5eef7293-a3eb-446f-ac91-795183b7d4a1/?format=api"
        }
    ]
}