GET /api/bet_types/df631458-44a2-41d1-9167-a5342e5c4f54/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "df631458-44a2-41d1-9167-a5342e5c4f54",
    "match": "https://api-prod.gambitprofit.com/api/matches/2989798c-04c8-4293-a02e-06348d30faf6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-31T09:58:18.723853-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": 7244.0
            },
            {
                "team": "Draw",
                "amount": 2756.0
            }
        ],
        "expected_reward_tokens": 11517.96,
        "profit_sb": 2017.96,
        "profit_sb_percentage": 21.24,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Liverpool",
                "amount": 5789.0
            },
            {
                "team": "Draw",
                "amount": 2202.0
            },
            {
                "team": "Chelsea",
                "amount": 2010.0
            }
        ],
        "expected_reward_tokens": 9204.36,
        "profit_sb": -295.64,
        "profit_sb_percentage": -3.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "6adf8b5f-efa5-4dd1-a3e7-b67ddbb3a461",
            "gambit_id": "a361f91d-1e72-457f-93e1-4493538dbe85",
            "last_updated": "2024-02-01T10:53:00.747579-05:00",
            "created_at": "2024-01-31T09:58:18.731843-05:00",
            "name": "Liverpool",
            "reward": "1.59000",
            "odds": "1.62000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df631458-44a2-41d1-9167-a5342e5c4f54/?format=api"
        },
        {
            "id": "af04ed40-d8de-4ac5-b0be-6b76ab4e0cd3",
            "gambit_id": "dc6507fe-1e88-414e-91cb-fabd1413aa51",
            "last_updated": "2024-02-01T10:53:00.744034-05:00",
            "created_at": "2024-01-31T09:58:18.727821-05:00",
            "name": "Draw",
            "reward": "4.18000",
            "odds": "4.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df631458-44a2-41d1-9167-a5342e5c4f54/?format=api"
        },
        {
            "id": "2cd6d2ff-821e-4ede-b589-6a6c84f50887",
            "gambit_id": "18f1dce2-429e-48b5-a0bc-0f0c47b31376",
            "last_updated": "2024-02-01T10:53:00.750989-05:00",
            "created_at": "2024-01-31T09:58:18.736717-05:00",
            "name": "Chelsea",
            "reward": "4.58000",
            "odds": "4.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df631458-44a2-41d1-9167-a5342e5c4f54/?format=api"
        }
    ]
}