GET /api/bet_types/6e016b8a-8080-4005-aa30-227036cc8877/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6e016b8a-8080-4005-aa30-227036cc8877",
    "match": "https://api-prod.gambitprofit.com/api/matches/d0ad02b5-073b-40f6-8716-4e8a30e7bb8b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-21T09:03:14.973617-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": "HOU (C Javier)",
                "amount": 5325.0
            },
            {
                "team": "BOS (J Paxton)",
                "amount": 4675.0
            }
        ],
        "expected_reward_tokens": 9583.75,
        "profit_sb": 83.75,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "bb25da4e-4b08-4269-912f-25a0691faf8c",
            "gambit_id": "edacc5e6-939b-419e-b74e-b0cb61a5d519",
            "last_updated": "2023-08-23T09:53:12.126034-04:00",
            "created_at": "2023-08-21T09:03:14.991896-04:00",
            "name": "HOU (C Javier)",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e016b8a-8080-4005-aa30-227036cc8877/?format=api"
        },
        {
            "id": "9aaac9a2-d723-4a89-86e5-4c98fb27a188",
            "gambit_id": "03e1398c-1cdf-4242-97ec-1e6e8442e3b4",
            "last_updated": "2023-08-23T09:53:12.121495-04:00",
            "created_at": "2023-08-21T09:03:14.985264-04:00",
            "name": "BOS (J Paxton)",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e016b8a-8080-4005-aa30-227036cc8877/?format=api"
        }
    ]
}