GET /api/bet_types/4ce6647c-c991-40b3-99c4-39c6afb01cfa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4ce6647c-c991-40b3-99c4-39c6afb01cfa",
    "match": "https://api-prod.gambitprofit.com/api/matches/1eb5b1e1-63d6-4503-bb32-d32556145ecd/?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": "HOU (F Valdez)",
                "amount": 6683.0
            },
            {
                "team": "MIN (D Bundy)",
                "amount": 3317.0
            }
        ],
        "expected_reward_tokens": 9287.6,
        "profit_sb": 287.6,
        "profit_sb_percentage": 3.2,
        "recommended": true
    },
    "lines": [
        {
            "id": "a534cdd9-caac-447d-bfc7-8877bf46224d",
            "gambit_id": "fac206b3-4185-4254-a8fd-b87b130e8c0c",
            "last_updated": "2022-08-25T10:17:08.534607-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU (F Valdez)",
            "reward": "1.39000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ce6647c-c991-40b3-99c4-39c6afb01cfa/?format=api"
        },
        {
            "id": "0e7c33e0-922a-4a8f-8c3b-2716a4f79d2e",
            "gambit_id": "a36a2272-3a64-4169-bcff-589229b53d45",
            "last_updated": "2022-08-25T10:17:08.535072-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIN (D Bundy)",
            "reward": "2.80000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ce6647c-c991-40b3-99c4-39c6afb01cfa/?format=api"
        }
    ]
}