GET /api/bet_types/86ede3cb-d581-411b-8b6d-e3f7e1365e70/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "86ede3cb-d581-411b-8b6d-e3f7e1365e70",
    "match": "https://api-prod.gambitprofit.com/api/matches/c42868ce-cab6-46b9-afac-3839651dee2b/?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": "Toronto FC",
                "amount": 6996.0
            },
            {
                "team": "Draw",
                "amount": 3004.0
            }
        ],
        "expected_reward_tokens": 11473.44,
        "profit_sb": 2473.44,
        "profit_sb_percentage": 27.48,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Toronto FC",
                "amount": 5409.0
            },
            {
                "team": "Draw",
                "amount": 2322.0
            },
            {
                "team": "New England Revolution",
                "amount": 2269.0
            }
        ],
        "expected_reward_tokens": 8870.04,
        "profit_sb": -129.96,
        "profit_sb_percentage": -1.44,
        "recommended": false
    },
    "lines": [
        {
            "id": "52125e5b-5cad-436a-b848-a2f3281f787d",
            "gambit_id": "9d1dae31-332f-4077-982a-22a0716310f8",
            "last_updated": "2022-08-18T10:51:55.139916-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto FC",
            "reward": "1.64000",
            "odds": "1.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/86ede3cb-d581-411b-8b6d-e3f7e1365e70/?format=api"
        },
        {
            "id": "db1604fd-3492-4f51-901f-3163bdb9b959",
            "gambit_id": "a618be39-39d3-458b-a8fd-47861337dabc",
            "last_updated": "2022-08-18T10:51:55.140267-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.82000",
            "odds": "4.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/86ede3cb-d581-411b-8b6d-e3f7e1365e70/?format=api"
        },
        {
            "id": "c2eef41f-a824-4729-8546-740e078f6d21",
            "gambit_id": "2a3724e6-40d9-422a-99ab-dd74a6d481bc",
            "last_updated": "2022-08-18T10:51:55.139572-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New England Revolution",
            "reward": "3.91000",
            "odds": "4.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/86ede3cb-d581-411b-8b6d-e3f7e1365e70/?format=api"
        }
    ]
}