GET /api/bet_types/920e1076-315f-47c9-8e3c-060c56311fb0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "920e1076-315f-47c9-8e3c-060c56311fb0",
    "match": "https://api-prod.gambitprofit.com/api/matches/589091a2-8050-47da-aa3f-db1685fd18dc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-09T11:12:03.524080-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Chelsea",
                "amount": 5947.0
            },
            {
                "team": "Draw",
                "amount": 4053.0
            }
        ],
        "expected_reward_tokens": 12726.42,
        "profit_sb": 3226.42,
        "profit_sb_percentage": 33.96,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Chelsea",
                "amount": 4285.0
            },
            {
                "team": "Draw",
                "amount": 2920.0
            },
            {
                "team": "West Ham United",
                "amount": 2795.0
            }
        ],
        "expected_reward_tokens": 9167.6,
        "profit_sb": -332.4,
        "profit_sb_percentage": -3.5,
        "recommended": false
    },
    "lines": [
        {
            "id": "8bc8ed48-033b-4adc-95a3-1c73654af4da",
            "gambit_id": "5260d4d0-56e3-47da-9f69-3092fbb65c81",
            "last_updated": "2023-02-12T10:02:06.575984-05:00",
            "created_at": "2023-02-09T11:12:03.525422-05:00",
            "name": "Chelsea",
            "reward": "2.14000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/920e1076-315f-47c9-8e3c-060c56311fb0/?format=api"
        },
        {
            "id": "53d7b141-47da-4558-b695-9f4d07b65bd1",
            "gambit_id": "35e9559c-7f3d-46b5-b96c-31206faa9223",
            "last_updated": "2023-02-12T10:02:06.577266-05:00",
            "created_at": "2023-02-09T11:12:03.526729-05:00",
            "name": "Draw",
            "reward": "3.14000",
            "odds": "3.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/920e1076-315f-47c9-8e3c-060c56311fb0/?format=api"
        },
        {
            "id": "476aa9b3-97f0-4658-b74a-8bf8d5845e4e",
            "gambit_id": "aeb1e1ff-2a5e-49b8-bb5f-9a3b39c4baec",
            "last_updated": "2023-02-12T10:02:06.578529-05:00",
            "created_at": "2023-02-09T11:12:03.527996-05:00",
            "name": "West Ham United",
            "reward": "3.28000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/920e1076-315f-47c9-8e3c-060c56311fb0/?format=api"
        }
    ]
}