GET /api/bet_types/d30c1218-4b9f-42a6-a81c-89dced72bd81/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d30c1218-4b9f-42a6-a81c-89dced72bd81",
    "match": "https://api-prod.gambitprofit.com/api/matches/1daf61ef-57ff-4c3a-94a9-937e2d2be9c8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-20T08:33:12.933073-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": "CHC (M Stroman)",
                "amount": 5157.0
            },
            {
                "team": "STL (S Matz)",
                "amount": 4843.0
            }
        ],
        "expected_reward_tokens": 9540.45,
        "profit_sb": 40.45,
        "profit_sb_percentage": 0.43,
        "recommended": true
    },
    "lines": [
        {
            "id": "af7a5b6c-4cae-44c6-bfc2-666a9959d1d4",
            "gambit_id": "332b1209-03f3-46da-8281-db80a9c03f9b",
            "last_updated": "2023-07-21T11:48:22.054208-04:00",
            "created_at": "2023-07-20T08:33:12.936317-04:00",
            "name": "CHC (M Stroman)",
            "reward": "1.85000",
            "odds": "1.89290",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d30c1218-4b9f-42a6-a81c-89dced72bd81/?format=api"
        },
        {
            "id": "dee3543c-c889-4a80-84d6-b2738e450184",
            "gambit_id": "f5e36c13-825f-4787-ae76-7c5f1dabdcf8",
            "last_updated": "2023-07-21T11:48:22.052253-04:00",
            "created_at": "2023-07-20T08:33:12.934831-04:00",
            "name": "STL (S Matz)",
            "reward": "1.97000",
            "odds": "2.02000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d30c1218-4b9f-42a6-a81c-89dced72bd81/?format=api"
        }
    ]
}