GET /api/bet_types/b8fc39b5-e768-444d-af29-72eafd099431/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b8fc39b5-e768-444d-af29-72eafd099431",
    "match": "https://api-prod.gambitprofit.com/api/matches/18133570-eb28-46e7-9e65-96374c799ff1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-19T11:41:53.023612-04: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": 8538.0
            },
            {
                "team": "Draw",
                "amount": 1462.0
            }
        ],
        "expected_reward_tokens": 10160.22,
        "profit_sb": 660.22,
        "profit_sb_percentage": 6.95,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Brighton & Hove Albion",
                "amount": 7893.0
            },
            {
                "team": "Draw",
                "amount": 1351.0
            },
            {
                "team": "Southampton",
                "amount": 756.0
            }
        ],
        "expected_reward_tokens": 9389.45,
        "profit_sb": -110.55,
        "profit_sb_percentage": -1.16,
        "recommended": false
    },
    "lines": [
        {
            "id": "e653604c-6a89-4757-93e5-a1d5e3b0e51e",
            "gambit_id": "b2f0b2ee-cf30-4d79-9d83-6d7683556d7b",
            "last_updated": "2023-05-25T13:47:04.518641-04:00",
            "created_at": "2023-05-19T11:41:53.030075-04:00",
            "name": "Brighton & Hove Albion",
            "reward": "1.19000",
            "odds": "1.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8fc39b5-e768-444d-af29-72eafd099431/?format=api"
        },
        {
            "id": "925c96fe-8c19-463f-a5f5-c05a21169172",
            "gambit_id": "a23211a5-519b-4571-8b22-9d117653f7f4",
            "last_updated": "2023-05-25T13:47:04.521788-04:00",
            "created_at": "2023-05-19T11:41:53.025503-04:00",
            "name": "Draw",
            "reward": "6.95000",
            "odds": "7.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8fc39b5-e768-444d-af29-72eafd099431/?format=api"
        },
        {
            "id": "de086839-3554-42e3-84af-8f63d54655e5",
            "gambit_id": "22ee3c19-d5df-487d-8db1-876edb3d70a5",
            "last_updated": "2023-05-25T13:47:04.520115-04:00",
            "created_at": "2023-05-19T11:41:53.027786-04:00",
            "name": "Southampton",
            "reward": "12.43000",
            "odds": "13.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8fc39b5-e768-444d-af29-72eafd099431/?format=api"
        }
    ]
}