GET /api/bet_types/d2e972d5-4fd4-4923-8e36-daf30a5d0ee6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d2e972d5-4fd4-4923-8e36-daf30a5d0ee6",
    "match": "https://api-prod.gambitprofit.com/api/matches/fafc535e-28bb-418c-b5e0-95705324ce03/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-04T08:52:56.862912-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 (M Fried)",
                "amount": 6139.0
            },
            {
                "team": "CHC (K Hendricks)",
                "amount": 3861.0
            }
        ],
        "expected_reward_tokens": 9575.28,
        "profit_sb": 75.28,
        "profit_sb_percentage": 0.79,
        "recommended": true
    },
    "lines": [
        {
            "id": "00d54cf3-e400-43ad-901f-42286a49c598",
            "gambit_id": "12c65ded-7158-42d5-8cfa-13e5b0795ad4",
            "last_updated": "2023-08-05T12:13:16.164983-04:00",
            "created_at": "2023-08-04T08:52:56.869957-04:00",
            "name": "ATL (M Fried)",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d2e972d5-4fd4-4923-8e36-daf30a5d0ee6/?format=api"
        },
        {
            "id": "58996325-28d4-42ac-8179-ca0179d3c924",
            "gambit_id": "fbf833f4-22c6-446c-8db5-e021329394dd",
            "last_updated": "2023-08-05T12:13:16.169319-04:00",
            "created_at": "2023-08-04T08:52:56.875464-04:00",
            "name": "CHC (K Hendricks)",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d2e972d5-4fd4-4923-8e36-daf30a5d0ee6/?format=api"
        }
    ]
}