GET /api/bet_types/c2c8bdee-3a63-4b5f-b0df-730c735aaaa6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c2c8bdee-3a63-4b5f-b0df-730c735aaaa6",
    "match": "https://api-prod.gambitprofit.com/api/matches/d27267af-955d-42b5-9365-4feebce0fe47/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-07T08:28:02.518907-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": "NYY (G Cole)",
                "amount": 6060.0
            },
            {
                "team": "CWS (D Cease)",
                "amount": 3940.0
            }
        ],
        "expected_reward_tokens": 9574.2,
        "profit_sb": 74.2,
        "profit_sb_percentage": 0.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "b98ab01a-0dda-4518-993f-c37942383a3a",
            "gambit_id": "4f5b6c31-0005-468f-8049-5c54570b2577",
            "last_updated": "2023-08-09T10:43:18.084115-04:00",
            "created_at": "2023-08-07T08:28:02.525972-04:00",
            "name": "NYY (G Cole)",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2c8bdee-3a63-4b5f-b0df-730c735aaaa6/?format=api"
        },
        {
            "id": "d05fa9e0-1273-4315-bcfa-fc3a574d669f",
            "gambit_id": "f9f8d868-182b-4691-86df-167539a343d6",
            "last_updated": "2023-08-09T10:43:18.089438-04:00",
            "created_at": "2023-08-07T08:28:02.533646-04:00",
            "name": "CWS (D Cease)",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2c8bdee-3a63-4b5f-b0df-730c735aaaa6/?format=api"
        }
    ]
}