GET /api/bet_types/f2562470-7f4c-41c9-baca-587ce2400a9c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f2562470-7f4c-41c9-baca-587ce2400a9c",
    "match": "https://api-prod.gambitprofit.com/api/matches/73dd5c05-bb1f-4526-b12e-f8379cd5f756/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-23T11:47:00.476050-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": 5453.0
            },
            {
                "team": "Tottenham",
                "amount": 4547.0
            }
        ],
        "expected_reward_tokens": 13140.83,
        "profit_sb": 3640.83,
        "profit_sb_percentage": 38.32,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Chelsea",
                "amount": 3858.0
            },
            {
                "team": "Tottenham",
                "amount": 3218.0
            },
            {
                "team": "Draw",
                "amount": 2924.0
            }
        ],
        "expected_reward_tokens": 9297.78,
        "profit_sb": -202.22,
        "profit_sb_percentage": -2.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "c59e60dd-85e9-4f0e-a323-8a7ae71a3eb7",
            "gambit_id": "fbf61d30-489b-4e91-a6ce-e73068210251",
            "last_updated": "2023-02-28T12:37:04.637120-05:00",
            "created_at": "2023-02-23T11:47:00.478574-05:00",
            "name": "Chelsea",
            "reward": "2.41000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2562470-7f4c-41c9-baca-587ce2400a9c/?format=api"
        },
        {
            "id": "787c0306-ee7e-4dc0-9be0-b993b2e61f13",
            "gambit_id": "cb1a9ca9-d184-419e-ad01-cd206801428c",
            "last_updated": "2023-02-28T12:37:04.635964-05:00",
            "created_at": "2023-02-23T11:47:00.477279-05:00",
            "name": "Tottenham",
            "reward": "2.89000",
            "odds": "2.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2562470-7f4c-41c9-baca-587ce2400a9c/?format=api"
        },
        {
            "id": "d1bf17a2-8511-410d-9443-82f3cfd3678b",
            "gambit_id": "6de8ac3d-1007-45dd-ac5e-2aec60bf2cf4",
            "last_updated": "2023-02-28T12:37:04.638368-05:00",
            "created_at": "2023-02-23T11:47:00.479839-05:00",
            "name": "Draw",
            "reward": "3.18000",
            "odds": "3.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2562470-7f4c-41c9-baca-587ce2400a9c/?format=api"
        }
    ]
}