GET /api/bet_types/16228acd-52d2-4261-a531-f9b25c13fa7c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "16228acd-52d2-4261-a531-f9b25c13fa7c",
    "match": "https://api-prod.gambitprofit.com/api/matches/d035c145-04da-4b92-b58f-b0854a597551/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-03T11:22:13.117583-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": "KAN (D Lynch)",
                "amount": 5838.0
            },
            {
                "team": "COL (A Gomber)",
                "amount": 4162.0
            }
        ],
        "expected_reward_tokens": 9572.6,
        "profit_sb": 72.6,
        "profit_sb_percentage": 0.76,
        "recommended": true
    },
    "lines": [
        {
            "id": "6b7ce3da-59e8-479f-bed9-1d1541b440e1",
            "gambit_id": "d57466dc-69d0-4244-989c-8f0281abc710",
            "last_updated": "2023-06-05T10:57:19.290181-04:00",
            "created_at": "2023-06-03T11:22:13.123706-04:00",
            "name": "KAN (D Lynch)",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/16228acd-52d2-4261-a531-f9b25c13fa7c/?format=api"
        },
        {
            "id": "a2081789-0fa1-46f0-98eb-52b12ddd9408",
            "gambit_id": "6b8be6bf-2366-4d1e-8c27-fbb7f2557929",
            "last_updated": "2023-06-05T10:57:19.287561-04:00",
            "created_at": "2023-06-03T11:22:13.120435-04:00",
            "name": "COL (A Gomber)",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/16228acd-52d2-4261-a531-f9b25c13fa7c/?format=api"
        }
    ]
}