GET /api/bet_types/f9fd225f-b1f8-4fd2-83b7-e7f3dbe8f266/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f9fd225f-b1f8-4fd2-83b7-e7f3dbe8f266",
    "match": "https://api-prod.gambitprofit.com/api/matches/c8520545-c064-4fd8-a1f1-d7b6f3d28d18/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-22T13:07:00.266707-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 (W Miley)",
                "amount": 5337.0
            },
            {
                "team": "BOS (G Whitlock)",
                "amount": 4663.0
            }
        ],
        "expected_reward_tokens": 9605.78,
        "profit_sb": 105.78,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "fe3c91df-fdc2-452e-b15f-fe5174994d0a",
            "gambit_id": "b8cecb36-64a9-42c6-908b-952e3f3496a4",
            "last_updated": "2023-04-23T12:41:51.086856-04:00",
            "created_at": "2023-04-22T13:07:00.268635-04:00",
            "name": "MIL (W Miley)",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9fd225f-b1f8-4fd2-83b7-e7f3dbe8f266/?format=api"
        },
        {
            "id": "01b6653d-91f7-46f9-be03-1852053de893",
            "gambit_id": "3d0e3877-bcda-4c11-b398-7060a249f925",
            "last_updated": "2023-04-23T12:41:51.088334-04:00",
            "created_at": "2023-04-22T13:07:00.270805-04:00",
            "name": "BOS (G Whitlock)",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9fd225f-b1f8-4fd2-83b7-e7f3dbe8f266/?format=api"
        }
    ]
}