GET /api/bet_types/96961945-822d-435a-9e8d-cbfe11b85c9c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "96961945-822d-435a-9e8d-cbfe11b85c9c",
    "match": "https://api-prod.gambitprofit.com/api/matches/bb55f21a-4774-4c31-866a-b611e97d8d51/?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": "Oklahoma State",
                "amount": 7678.0
            },
            {
                "team": "Arizona State",
                "amount": 2322.0
            }
        ],
        "expected_reward_tokens": 9288.0,
        "profit_sb": 288.0,
        "profit_sb_percentage": 3.2,
        "recommended": true
    },
    "lines": [
        {
            "id": "b2b42a41-9b8a-4e61-9640-66af9b3b5bfb",
            "gambit_id": "7c9a40aa-d265-4291-a3f1-918c2648d24f",
            "last_updated": "2022-09-11T09:57:38.600562-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oklahoma State",
            "reward": "1.21000",
            "odds": "1.23260",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96961945-822d-435a-9e8d-cbfe11b85c9c/?format=api"
        },
        {
            "id": "fbb7752c-1165-413a-9db2-6376efc27746",
            "gambit_id": "dd2a33d5-be26-4bf1-ad8b-a2f6c1e0c7ee",
            "last_updated": "2022-09-11T09:57:38.601734-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona State",
            "reward": "4.00000",
            "odds": "4.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96961945-822d-435a-9e8d-cbfe11b85c9c/?format=api"
        }
    ]
}