GET /api/bet_types/4c248716-7c3d-4c01-ad4c-962458a45ef6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4c248716-7c3d-4c01-ad4c-962458a45ef6",
    "match": "https://api-prod.gambitprofit.com/api/matches/9f708a7e-af65-4c2c-bcd9-b7435a53ba8d/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05: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": "ARI (Z Gallen)",
                "amount": 5948.0
            },
            {
                "team": "COL (R Feltner)",
                "amount": 4052.0
            }
        ],
        "expected_reward_tokens": 9278.88,
        "profit_sb": 278.88,
        "profit_sb_percentage": 3.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "8becb7c8-14ea-4e7c-a736-8b1c7a9ff626",
            "gambit_id": "5fc702ac-fcec-48d3-88a5-8e7d25200734",
            "last_updated": "2022-09-12T10:52:17.626535-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI (Z Gallen)",
            "reward": "1.56000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c248716-7c3d-4c01-ad4c-962458a45ef6/?format=api"
        },
        {
            "id": "ae80c652-a757-47ad-b79e-eccd94fdad31",
            "gambit_id": "cfc3e87b-e947-44a4-aafc-a82df232530f",
            "last_updated": "2022-09-12T10:52:17.625561-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "COL (R Feltner)",
            "reward": "2.29000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c248716-7c3d-4c01-ad4c-962458a45ef6/?format=api"
        }
    ]
}