GET /api/bet_types/71eeceff-29b5-4e2f-ac2f-3b798edb7b0f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "71eeceff-29b5-4e2f-ac2f-3b798edb7b0f",
    "match": "https://api-prod.gambitprofit.com/api/matches/b6fdf86b-ea28-4463-a49f-73526e98ee47/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-27T10:47:01.679719-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": "ATL (C Morton)",
                "amount": 5311.0
            },
            {
                "team": "PHI (Z Wheeler)",
                "amount": 4689.0
            }
        ],
        "expected_reward_tokens": 9612.45,
        "profit_sb": 112.45,
        "profit_sb_percentage": 1.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "9e33423a-873b-498b-a4fa-ce9fa51b99f8",
            "gambit_id": "0e8979b0-156a-4644-9e9e-5bc290a086a3",
            "last_updated": "2023-05-29T11:47:17.282624-04:00",
            "created_at": "2023-05-27T10:47:01.686640-04:00",
            "name": "ATL (C Morton)",
            "reward": "1.81000",
            "odds": "1.84030",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/71eeceff-29b5-4e2f-ac2f-3b798edb7b0f/?format=api"
        },
        {
            "id": "96c5bb50-efb0-4f26-af8a-97d90b595e95",
            "gambit_id": "f68ab4ba-9c4a-4211-94c9-b1630a33927d",
            "last_updated": "2023-05-29T11:47:17.280104-04:00",
            "created_at": "2023-05-27T10:47:01.683188-04:00",
            "name": "PHI (Z Wheeler)",
            "reward": "2.05000",
            "odds": "2.09000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/71eeceff-29b5-4e2f-ac2f-3b798edb7b0f/?format=api"
        }
    ]
}