GET /api/bet_types/106868ef-5e1d-4f2d-9152-f1defc2e4c1f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "106868ef-5e1d-4f2d-9152-f1defc2e4c1f",
    "match": "https://api-prod.gambitprofit.com/api/matches/1fb7da51-8b4a-473b-a2b7-1a82de6a110a/?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": "CWS (M Kopech)",
                "amount": 6395.0
            },
            {
                "team": "DET (D Norris)",
                "amount": 3605.0
            }
        ],
        "expected_reward_tokens": 9336.7,
        "profit_sb": 336.7,
        "profit_sb_percentage": 3.74,
        "recommended": true
    },
    "lines": [
        {
            "id": "17618327-4400-41e6-b479-5d9e4249f994",
            "gambit_id": "136d6d13-e4cc-4f32-96ee-a3684eea7175",
            "last_updated": "2022-08-13T10:52:03.950348-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CWS (M Kopech)",
            "reward": "1.46000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/106868ef-5e1d-4f2d-9152-f1defc2e4c1f/?format=api"
        },
        {
            "id": "376d9895-84ec-47a6-945f-ef588746d0e5",
            "gambit_id": "608dbb6f-c35a-4b07-9252-fd85f17c39b1",
            "last_updated": "2022-08-13T10:52:03.950774-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "DET (D Norris)",
            "reward": "2.59000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/106868ef-5e1d-4f2d-9152-f1defc2e4c1f/?format=api"
        }
    ]
}