GET /api/bet_types/c49f0719-3b27-433c-a874-b1c5a8d3daa9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c49f0719-3b27-433c-a874-b1c5a8d3daa9",
    "match": "https://api-prod.gambitprofit.com/api/matches/4b6211f2-12d2-4176-9d78-3dd659901004/?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": "Uruguay",
                "amount": 6443.0
            },
            {
                "team": "Draw",
                "amount": 3557.0
            }
        ],
        "expected_reward_tokens": 10564.29,
        "profit_sb": 1564.29,
        "profit_sb_percentage": 17.38,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Uruguay",
                "amount": 5217.0
            },
            {
                "team": "Draw",
                "amount": 2881.0
            },
            {
                "team": "South Korea",
                "amount": 1901.0
            }
        ],
        "expected_reward_tokens": 8554.5,
        "profit_sb": -445.5,
        "profit_sb_percentage": -4.95,
        "recommended": false
    },
    "lines": [
        {
            "id": "72231eb3-96fb-42e0-a707-ecdfa5aade9c",
            "gambit_id": "dab9145e-b978-437a-aec7-dfad6bf649ba",
            "last_updated": "2022-11-25T09:27:00.951766-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Uruguay",
            "reward": "1.64000",
            "odds": "1.73000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c49f0719-3b27-433c-a874-b1c5a8d3daa9/?format=api"
        },
        {
            "id": "00c9b5a6-d9fa-4bb3-88b6-b84f029c395d",
            "gambit_id": "d3d2ea89-2e04-43d1-9dab-0252ec8731f8",
            "last_updated": "2022-11-25T09:27:00.952859-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "2.97000",
            "odds": "3.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c49f0719-3b27-433c-a874-b1c5a8d3daa9/?format=api"
        },
        {
            "id": "475e98bd-0976-43c0-baac-4ea3456b47f0",
            "gambit_id": "cd07a1ed-e00a-41fe-b462-a7ead887bdc1",
            "last_updated": "2022-11-25T09:27:00.950726-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "South Korea",
            "reward": "4.50000",
            "odds": "5.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c49f0719-3b27-433c-a874-b1c5a8d3daa9/?format=api"
        }
    ]
}