GET /api/bet_types/afd766df-7b1f-40d5-a239-1bbe5b8f2638/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "afd766df-7b1f-40d5-a239-1bbe5b8f2638",
    "match": "https://api-prod.gambitprofit.com/api/matches/cdc38605-b0d4-4d37-a3b4-886bd06d2284/?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": "Arkansas",
                "amount": 7292.0
            },
            {
                "team": "South Carolina",
                "amount": 2708.0
            }
        ],
        "expected_reward_tokens": 9260.84,
        "profit_sb": 260.84,
        "profit_sb_percentage": 2.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "bdefbc69-306a-41d9-831a-4fdba0757152",
            "gambit_id": "93995f0e-cdaf-49fe-a5e0-817d3be8cc8d",
            "last_updated": "2022-09-11T11:17:09.604542-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arkansas",
            "reward": "1.27000",
            "odds": "1.30300",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/afd766df-7b1f-40d5-a239-1bbe5b8f2638/?format=api"
        },
        {
            "id": "f686a423-9775-45f8-8fbf-7f2127acb8ea",
            "gambit_id": "2bd8da14-b179-44ee-919c-fb7fb7087918",
            "last_updated": "2022-09-11T11:17:09.605613-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "South Carolina",
            "reward": "3.42000",
            "odds": "3.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/afd766df-7b1f-40d5-a239-1bbe5b8f2638/?format=api"
        }
    ]
}