GET /api/bet_types/1f9b9d09-e80f-4bf1-bc23-986481ea3811/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1f9b9d09-e80f-4bf1-bc23-986481ea3811",
    "match": "https://api-prod.gambitprofit.com/api/matches/1bd078be-bddb-44d8-8487-b9a9830392d0/?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": "North Carolina",
                "amount": 7408.0
            },
            {
                "team": "Virginia Tech",
                "amount": 2592.0
            }
        ],
        "expected_reward_tokens": 9408.16,
        "profit_sb": -91.84,
        "profit_sb_percentage": -0.97,
        "recommended": false
    },
    "lines": [
        {
            "id": "6e6ef167-1644-4c64-8339-169ddac21aa4",
            "gambit_id": "9591459e-91eb-4a9d-88c5-9d3639f07a67",
            "last_updated": "2022-10-02T20:12:01.260464-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "North Carolina",
            "reward": "1.27000",
            "odds": "1.28570",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f9b9d09-e80f-4bf1-bc23-986481ea3811/?format=api"
        },
        {
            "id": "23333bc2-faa9-4993-92dd-29605a95119b",
            "gambit_id": "6b8204ae-4df6-47e7-bd97-7a7159bb60e5",
            "last_updated": "2022-10-02T20:12:01.261435-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Virginia Tech",
            "reward": "3.63000",
            "odds": "3.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f9b9d09-e80f-4bf1-bc23-986481ea3811/?format=api"
        }
    ]
}