GET /api/bet_types/cf5c383d-e8b7-44e4-83da-47b5eb6c2d11/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cf5c383d-e8b7-44e4-83da-47b5eb6c2d11",
    "match": "https://api-prod.gambitprofit.com/api/matches/d2337890-1706-4674-8a24-56cd7ac510a9/?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": "Brighton & Hove Albion",
                "amount": 6905.0
            },
            {
                "team": "Draw",
                "amount": 3095.0
            }
        ],
        "expected_reward_tokens": 11048.0,
        "profit_sb": 2048.0,
        "profit_sb_percentage": 22.76,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Brighton & Hove Albion",
                "amount": 5568.0
            },
            {
                "team": "Draw",
                "amount": 2495.0
            },
            {
                "team": "Leeds United",
                "amount": 1937.0
            }
        ],
        "expected_reward_tokens": 8907.15,
        "profit_sb": -92.85,
        "profit_sb_percentage": -1.03,
        "recommended": false
    },
    "lines": [
        {
            "id": "ff0309c9-378e-4d34-aeaa-77caf872a13e",
            "gambit_id": "f89a6acb-3043-41ca-88a3-09092b44326e",
            "last_updated": "2022-08-28T11:27:22.213284-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Brighton & Hove Albion",
            "reward": "1.60000",
            "odds": "1.67000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf5c383d-e8b7-44e4-83da-47b5eb6c2d11/?format=api"
        },
        {
            "id": "90618ffe-8732-43b8-b9fa-ed4a922dc5da",
            "gambit_id": "d23610c0-f4a8-4d2f-9322-eda5040ce633",
            "last_updated": "2022-08-28T11:27:22.213784-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.57000",
            "odds": "3.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf5c383d-e8b7-44e4-83da-47b5eb6c2d11/?format=api"
        },
        {
            "id": "15854d4d-453e-4238-8256-f1b83e34be6f",
            "gambit_id": "3ea84e17-6174-4283-bd31-e81348031a06",
            "last_updated": "2022-08-28T11:27:22.212809-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Leeds United",
            "reward": "4.60000",
            "odds": "5.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf5c383d-e8b7-44e4-83da-47b5eb6c2d11/?format=api"
        }
    ]
}