GET /api/bet_types/21e475ff-fa0a-41bf-a010-d5ad0734d2f3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "21e475ff-fa0a-41bf-a010-d5ad0734d2f3",
    "match": "https://api-prod.gambitprofit.com/api/matches/5b8d38a8-dd86-412b-a9a4-26cc2c3b83f8/?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": "Illinois",
                "amount": 7115.0
            },
            {
                "team": "Nebraska",
                "amount": 2885.0
            }
        ],
        "expected_reward_tokens": 9605.25,
        "profit_sb": 105.25,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "059189e6-282d-41e8-9be2-9f016371f6d9",
            "gambit_id": "a1f1089d-45d0-4200-95ba-fd1de6d270e5",
            "last_updated": "2022-10-31T10:27:22.994413-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Illinois",
            "reward": "1.35000",
            "odds": "1.35710",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21e475ff-fa0a-41bf-a010-d5ad0734d2f3/?format=api"
        },
        {
            "id": "816577e2-9e81-4531-80a5-f2866aaa8190",
            "gambit_id": "3a60833c-d6c8-4f52-9122-4972d4ef4088",
            "last_updated": "2022-10-31T10:27:22.993499-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nebraska",
            "reward": "3.33000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21e475ff-fa0a-41bf-a010-d5ad0734d2f3/?format=api"
        }
    ]
}