GET /api/bet_types/cb892ee7-40e3-4c2c-a354-83052d8d9cf2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cb892ee7-40e3-4c2c-a354-83052d8d9cf2",
    "match": "https://api-prod.gambitprofit.com/api/matches/c4f33d24-a950-4f2b-b185-b53462b61610/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-26T09:23:26.723209-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "CHC (J Assad)",
                "amount": 5541.0
            },
            {
                "team": "PIT (C Selby)",
                "amount": 4459.0
            }
        ],
        "expected_reward_tokens": 9585.93,
        "profit_sb": 85.93,
        "profit_sb_percentage": 0.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "330281ce-6f38-4308-92ff-51f2a73e9bb6",
            "gambit_id": "bf8897fc-fa77-4caa-bac3-a9ccae9030a0",
            "last_updated": "2023-09-02T19:13:00.504497-04:00",
            "created_at": "2023-08-26T09:23:26.727405-04:00",
            "name": "CHC (J Assad)",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb892ee7-40e3-4c2c-a354-83052d8d9cf2/?format=api"
        },
        {
            "id": "16712dd3-aff8-4959-9587-c734efa2a8b1",
            "gambit_id": "1aff66d4-253e-4b5f-8a33-8ed2491b6441",
            "last_updated": "2023-09-02T19:13:00.509311-04:00",
            "created_at": "2023-08-26T09:23:26.733088-04:00",
            "name": "PIT (C Selby)",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb892ee7-40e3-4c2c-a354-83052d8d9cf2/?format=api"
        }
    ]
}