GET /api/bet_types/a6e83c4a-32ca-40de-9f1e-d9fd72883fd9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a6e83c4a-32ca-40de-9f1e-d9fd72883fd9",
    "match": "https://api-prod.gambitprofit.com/api/matches/794fa469-a871-4de4-af55-c39a02cf39af/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-17T10:27:15.630623-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Brighton & Hove Albion",
                "amount": 7308.0
            },
            {
                "team": "Draw",
                "amount": 2692.0
            }
        ],
        "expected_reward_tokens": 11035.08,
        "profit_sb": 1535.08,
        "profit_sb_percentage": 16.16,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Brighton & Hove Albion",
                "amount": 6187.0
            },
            {
                "team": "Draw",
                "amount": 2279.0
            },
            {
                "team": "Fulham",
                "amount": 1534.0
            }
        ],
        "expected_reward_tokens": 9342.06,
        "profit_sb": -157.94,
        "profit_sb_percentage": -1.66,
        "recommended": false
    },
    "lines": [
        {
            "id": "c8dfe746-9b32-4ab1-bc9f-b4833d0ffe39",
            "gambit_id": "55418e5c-2303-4de5-a60d-3ab49a0752e7",
            "last_updated": "2023-02-19T16:07:15.064369-05:00",
            "created_at": "2023-02-17T10:27:15.635335-05:00",
            "name": "Brighton & Hove Albion",
            "reward": "1.51000",
            "odds": "1.53000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6e83c4a-32ca-40de-9f1e-d9fd72883fd9/?format=api"
        },
        {
            "id": "214402e5-c101-4019-aed9-7dbf4ec993c2",
            "gambit_id": "9c508c70-e1f9-44f2-b2a5-2a7dfe12d398",
            "last_updated": "2023-02-19T16:07:15.063230-05:00",
            "created_at": "2023-02-17T10:27:15.633507-05:00",
            "name": "Draw",
            "reward": "4.10000",
            "odds": "4.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6e83c4a-32ca-40de-9f1e-d9fd72883fd9/?format=api"
        },
        {
            "id": "74314a4b-564f-402d-9ebe-9293bf3cee16",
            "gambit_id": "6b6054f2-b044-471c-84ed-b0517bbf84a8",
            "last_updated": "2023-02-19T16:07:15.062104-05:00",
            "created_at": "2023-02-17T10:27:15.631871-05:00",
            "name": "Fulham",
            "reward": "6.09000",
            "odds": "6.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6e83c4a-32ca-40de-9f1e-d9fd72883fd9/?format=api"
        }
    ]
}