GET /api/bet_types/9dfdb014-c8cb-4205-9ca9-a900be9504e1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9dfdb014-c8cb-4205-9ca9-a900be9504e1",
    "match": "https://api-prod.gambitprofit.com/api/matches/f288e888-aa4e-4f94-bad6-97d05d6e2d23/?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": "Liverpool",
                "amount": 8729.0
            },
            {
                "team": "Draw",
                "amount": 1271.0
            }
        ],
        "expected_reward_tokens": 9862.96,
        "profit_sb": 862.96,
        "profit_sb_percentage": 9.59,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Liverpool",
                "amount": 8204.0
            },
            {
                "team": "Draw",
                "amount": 1195.0
            },
            {
                "team": "Bournemouth",
                "amount": 601.0
            }
        ],
        "expected_reward_tokens": 9267.42,
        "profit_sb": 267.42,
        "profit_sb_percentage": 2.97,
        "recommended": true
    },
    "lines": [
        {
            "id": "d4ca2053-9531-4095-a4d2-85e875f36a8d",
            "gambit_id": "d1dcaa32-92d0-4f44-8c54-47a9d974642c",
            "last_updated": "2022-08-28T11:27:22.351687-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Liverpool",
            "reward": "1.13000",
            "odds": "1.14000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9dfdb014-c8cb-4205-9ca9-a900be9504e1/?format=api"
        },
        {
            "id": "6d96b7ed-d042-489c-99e5-e6775a5dd74a",
            "gambit_id": "211950ff-d534-47c9-ae5f-301a528c95ce",
            "last_updated": "2022-08-28T11:27:22.352157-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "7.76000",
            "odds": "8.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9dfdb014-c8cb-4205-9ca9-a900be9504e1/?format=api"
        },
        {
            "id": "e364fba3-7e27-4e22-bef0-2ed858113f4e",
            "gambit_id": "9a68167f-82ce-4c18-90b9-ec2510581ff0",
            "last_updated": "2022-08-28T11:27:22.351217-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Bournemouth",
            "reward": "15.42000",
            "odds": "17.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9dfdb014-c8cb-4205-9ca9-a900be9504e1/?format=api"
        }
    ]
}