GET /api/bet_types/6d198fad-a94e-432d-804a-95b120c4d89e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6d198fad-a94e-432d-804a-95b120c4d89e",
    "match": "https://api-prod.gambitprofit.com/api/matches/ce6ada04-1f36-4937-b49a-d531d5d86550/?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": "Juventus",
                "amount": 6822.0
            },
            {
                "team": "Draw",
                "amount": 3178.0
            }
        ],
        "expected_reward_tokens": 11663.26,
        "profit_sb": 2163.26,
        "profit_sb_percentage": 22.77,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Juventus",
                "amount": 5451.0
            },
            {
                "team": "Draw",
                "amount": 2540.0
            },
            {
                "team": "Maccabi Haifa",
                "amount": 2009.0
            }
        ],
        "expected_reward_tokens": 9321.21,
        "profit_sb": -178.79,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "3cfe188e-53fc-4ea7-b8db-b0797ebde814",
            "gambit_id": "7ad66dd9-80f8-43aa-a191-3766e977eb1c",
            "last_updated": "2022-10-12T10:32:01.309142-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Juventus",
            "reward": "1.71000",
            "odds": "1.73000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d198fad-a94e-432d-804a-95b120c4d89e/?format=api"
        },
        {
            "id": "9823930c-817f-4582-9ab2-a865c3d982d5",
            "gambit_id": "6a1a005d-53d1-4f34-81c6-00dc13ffd16b",
            "last_updated": "2022-10-12T10:32:01.311334-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.67000",
            "odds": "3.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d198fad-a94e-432d-804a-95b120c4d89e/?format=api"
        },
        {
            "id": "f2855e61-2982-40ee-a234-1703cf9bd180",
            "gambit_id": "3a5328e3-5b52-446e-b6d9-5de159898fb6",
            "last_updated": "2022-10-12T10:32:01.310274-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Maccabi Haifa",
            "reward": "4.64000",
            "odds": "4.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d198fad-a94e-432d-804a-95b120c4d89e/?format=api"
        }
    ]
}