GET /api/bet_types/fe9f912f-60e3-488e-a820-88ad83430cfc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fe9f912f-60e3-488e-a820-88ad83430cfc",
    "match": "https://api-prod.gambitprofit.com/api/matches/dd246085-9ecd-4a56-9840-39794fef61c1/?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": "Memphis",
                "amount": 8125.0
            },
            {
                "team": "Arkansas State",
                "amount": 1875.0
            }
        ],
        "expected_reward_tokens": 9262.5,
        "profit_sb": 262.5,
        "profit_sb_percentage": 2.92,
        "recommended": true
    },
    "lines": [
        {
            "id": "027374b7-9b80-465e-8f7d-bfc9b485160c",
            "gambit_id": "8bfeed4f-4667-4378-9399-b555cb110dc9",
            "last_updated": "2022-09-18T13:07:29.245256-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Memphis",
            "reward": "1.14000",
            "odds": "1.16130",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fe9f912f-60e3-488e-a820-88ad83430cfc/?format=api"
        },
        {
            "id": "1a80745b-695b-4f1e-aee1-aa1ce26437ad",
            "gambit_id": "4cfdbe57-d838-48eb-a087-e2583a41115d",
            "last_updated": "2022-09-18T13:07:29.246193-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arkansas State",
            "reward": "4.94000",
            "odds": "5.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fe9f912f-60e3-488e-a820-88ad83430cfc/?format=api"
        }
    ]
}