GET /api/bet_types/60259467-6bcc-436f-a2f4-3412c0f2f584/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "60259467-6bcc-436f-a2f4-3412c0f2f584",
    "match": "https://api-prod.gambitprofit.com/api/matches/37a8316e-69d3-4138-90e6-0fda6b222bd8/?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": "UAB",
                "amount": 7733.0
            },
            {
                "team": "Georgia Southern",
                "amount": 2267.0
            }
        ],
        "expected_reward_tokens": 9202.27,
        "profit_sb": 202.27,
        "profit_sb_percentage": 2.25,
        "recommended": true
    },
    "lines": [
        {
            "id": "a95b8d9f-9b99-4e05-a08c-f3be3f04ad3f",
            "gambit_id": "05ba237d-0e11-489a-87ea-b2f6d283442f",
            "last_updated": "2022-09-18T18:07:34.756301-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UAB",
            "reward": "1.19000",
            "odds": "1.22220",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60259467-6bcc-436f-a2f4-3412c0f2f584/?format=api"
        },
        {
            "id": "62113e89-e399-43ff-9141-0c43c1147c41",
            "gambit_id": "c30008cf-a11d-46d0-b49d-35a2981151a7",
            "last_updated": "2022-09-18T18:07:34.758192-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Georgia Southern",
            "reward": "4.06000",
            "odds": "4.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60259467-6bcc-436f-a2f4-3412c0f2f584/?format=api"
        }
    ]
}