GET /api/bet_types/71498c60-1013-47bc-9714-01791a5657eb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "71498c60-1013-47bc-9714-01791a5657eb",
    "match": "https://api-prod.gambitprofit.com/api/matches/d6bdd4a4-73d7-4361-b34d-4f8d588a5cae/?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": "FC Bayern Munich",
                "amount": 8536.0
            },
            {
                "team": "Draw",
                "amount": 1464.0
            }
        ],
        "expected_reward_tokens": 9984.48,
        "profit_sb": 484.48,
        "profit_sb_percentage": 5.1,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "FC Bayern Munich",
                "amount": 7911.0
            },
            {
                "team": "Draw",
                "amount": 1357.0
            },
            {
                "team": "FC Viktoria Plzen",
                "amount": 732.0
            }
        ],
        "expected_reward_tokens": 9252.48,
        "profit_sb": -247.52,
        "profit_sb_percentage": -2.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "7dd6f62f-f22f-44d9-bbe8-0a146a6dd588",
            "gambit_id": "752e859b-ec7a-4113-a879-dfca06c17d56",
            "last_updated": "2022-10-13T09:57:19.619001-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "FC Bayern Munich",
            "reward": "1.17000",
            "odds": "1.18000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/71498c60-1013-47bc-9714-01791a5657eb/?format=api"
        },
        {
            "id": "77224e64-07d3-47a3-ab82-370e802fb438",
            "gambit_id": "bdf652a2-351f-489d-ade8-fc810a4f7013",
            "last_updated": "2022-10-13T09:57:19.620977-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "6.82000",
            "odds": "7.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/71498c60-1013-47bc-9714-01791a5657eb/?format=api"
        },
        {
            "id": "cdafbae2-c7ff-40e9-a2f1-501132c84705",
            "gambit_id": "80ece67f-292e-4ec4-b756-52abf0926a70",
            "last_updated": "2022-10-13T09:57:19.619988-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "FC Viktoria Plzen",
            "reward": "12.64000",
            "odds": "13.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/71498c60-1013-47bc-9714-01791a5657eb/?format=api"
        }
    ]
}