GET /api/bet_types/dc2fddeb-7138-4c17-9fd1-5fd1032c6711/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dc2fddeb-7138-4c17-9fd1-5fd1032c6711",
    "match": "https://api-prod.gambitprofit.com/api/matches/90346c19-6ca9-496c-8a9f-39269f50f98f/?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": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "NYY (G Cole)",
                "amount": 6098.0
            },
            {
                "team": "MIL (J Alexander)",
                "amount": 3902.0
            }
        ],
        "expected_reward_tokens": 9207.98,
        "profit_sb": 207.98,
        "profit_sb_percentage": 2.31,
        "recommended": true
    },
    "lines": [
        {
            "id": "8d162b1b-12aa-4666-8ef5-5c85c11aee57",
            "gambit_id": "96039b70-ac39-4261-9c08-79586912f81e",
            "last_updated": "2022-09-19T11:52:13.248925-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYY (G Cole)",
            "reward": "1.51000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc2fddeb-7138-4c17-9fd1-5fd1032c6711/?format=api"
        },
        {
            "id": "2ea52285-9253-44d3-8d11-a9f695b924db",
            "gambit_id": "21949406-e21e-44be-a84c-083418ccdc38",
            "last_updated": "2022-09-19T11:52:13.247837-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIL (J Alexander)",
            "reward": "2.36000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc2fddeb-7138-4c17-9fd1-5fd1032c6711/?format=api"
        }
    ]
}