GET /api/bet_types/f273521f-2c93-4f28-852e-4a16206c6408/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f273521f-2c93-4f28-852e-4a16206c6408",
    "match": "https://api-prod.gambitprofit.com/api/matches/c6447839-bbb0-41cf-ae74-05dba72745b8/?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": "Clemson",
                "amount": 6179.0
            },
            {
                "team": "Notre Dame",
                "amount": 3821.0
            }
        ],
        "expected_reward_tokens": 9206.71,
        "profit_sb": 206.71,
        "profit_sb_percentage": 2.3,
        "recommended": true
    },
    "lines": [
        {
            "id": "a637231a-6a9a-4fb5-8556-f151aad894ed",
            "gambit_id": "f42e8d2e-c90f-4d77-8322-eeac76539820",
            "last_updated": "2022-11-06T16:13:01.226852-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Clemson",
            "reward": "1.49000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f273521f-2c93-4f28-852e-4a16206c6408/?format=api"
        },
        {
            "id": "cc948b01-5fb8-411d-b225-1d1270c4236e",
            "gambit_id": "42339936-e8ad-4a49-b5f6-bd3000618472",
            "last_updated": "2022-11-06T16:13:01.225896-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Notre Dame",
            "reward": "2.41000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f273521f-2c93-4f28-852e-4a16206c6408/?format=api"
        }
    ]
}