GET /api/bet_types/af383812-0dfb-428f-add0-8b98ad39e203/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "af383812-0dfb-428f-add0-8b98ad39e203",
    "match": "https://api-prod.gambitprofit.com/api/matches/913a1833-1bbd-4790-96f0-6483c045d807/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-08T11:46:59.246464-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": "MIL (F Peralta)",
                "amount": 5311.0
            },
            {
                "team": "LOS (T Gonsolin)",
                "amount": 4689.0
            }
        ],
        "expected_reward_tokens": 9612.45,
        "profit_sb": 112.45,
        "profit_sb_percentage": 1.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "935308f8-ef9a-4fa4-bdfd-e82d783b38b7",
            "gambit_id": "b7aa6a0c-e16c-4ee6-b3e5-a138009f77ea",
            "last_updated": "2023-05-09T11:27:17.899153-04:00",
            "created_at": "2023-05-08T11:46:59.248055-04:00",
            "name": "MIL (F Peralta)",
            "reward": "1.81000",
            "odds": "1.84030",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af383812-0dfb-428f-add0-8b98ad39e203/?format=api"
        },
        {
            "id": "022034f1-b13b-4a3e-bb61-f2282f550bd5",
            "gambit_id": "906c68c4-b0ad-4e84-8e5a-7194fcd6a240",
            "last_updated": "2023-05-09T11:27:17.901305-04:00",
            "created_at": "2023-05-08T11:46:59.249718-04:00",
            "name": "LOS (T Gonsolin)",
            "reward": "2.05000",
            "odds": "2.09000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af383812-0dfb-428f-add0-8b98ad39e203/?format=api"
        }
    ]
}