GET /api/bet_types/def2bb59-443d-4637-bf76-96b26233797d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "def2bb59-443d-4637-bf76-96b26233797d",
    "match": "https://api-prod.gambitprofit.com/api/matches/ca17c91a-c780-4c96-9b89-36320b8aa7f2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-14T13:41:55.321216-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Inter Milan",
                "amount": 5453.0
            },
            {
                "team": "FC Porto",
                "amount": 4547.0
            }
        ],
        "expected_reward_tokens": 13140.83,
        "profit_sb": 3640.83,
        "profit_sb_percentage": 38.32,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Inter Milan",
                "amount": 3840.0
            },
            {
                "team": "FC Porto",
                "amount": 3203.0
            },
            {
                "team": "Draw",
                "amount": 2957.0
            }
        ],
        "expected_reward_tokens": 9254.4,
        "profit_sb": -245.6,
        "profit_sb_percentage": -2.59,
        "recommended": false
    },
    "lines": [
        {
            "id": "ed54defe-f4da-49c3-baf1-0a10c131101a",
            "gambit_id": "442bf3ab-bfc0-424b-9c60-1d7fb002d78d",
            "last_updated": "2023-03-15T14:07:08.063833-04:00",
            "created_at": "2023-03-14T13:41:55.327682-04:00",
            "name": "Inter Milan",
            "reward": "2.41000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/def2bb59-443d-4637-bf76-96b26233797d/?format=api"
        },
        {
            "id": "a5963f46-c487-4a8d-acae-d161ffec6bf9",
            "gambit_id": "ef7c36dc-3c3c-4c42-a161-04d562c3177d",
            "last_updated": "2023-03-15T14:07:08.066227-04:00",
            "created_at": "2023-03-14T13:41:55.332018-04:00",
            "name": "FC Porto",
            "reward": "2.89000",
            "odds": "2.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/def2bb59-443d-4637-bf76-96b26233797d/?format=api"
        },
        {
            "id": "3df180f1-e026-4590-8e20-1a69d2fa33ec",
            "gambit_id": "0cb2bebf-2d5a-49cd-a617-899730aed420",
            "last_updated": "2023-03-15T14:07:08.064995-04:00",
            "created_at": "2023-03-14T13:41:55.330508-04:00",
            "name": "Draw",
            "reward": "3.13000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/def2bb59-443d-4637-bf76-96b26233797d/?format=api"
        }
    ]
}