GET /api/bet_types/42ea23de-7b1a-4948-90e8-b03a968527f2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "42ea23de-7b1a-4948-90e8-b03a968527f2",
    "match": "https://api-prod.gambitprofit.com/api/matches/f088eb30-9ff0-4794-bea4-024ed1a7a23f/?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": "Liberty",
                "amount": 5995.0
            },
            {
                "team": "Southern Miss",
                "amount": 4005.0
            }
        ],
        "expected_reward_tokens": 9291.6,
        "profit_sb": 291.6,
        "profit_sb_percentage": 3.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "b166be98-4798-4346-a0e8-c28a8bdbed24",
            "gambit_id": "38880432-a5cf-41ca-9c04-08b654f89923",
            "last_updated": "2022-09-05T09:37:18.354143-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Liberty",
            "reward": "1.55000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42ea23de-7b1a-4948-90e8-b03a968527f2/?format=api"
        },
        {
            "id": "be264c15-9cb1-4eb5-b0f8-3473bbd2876b",
            "gambit_id": "354992fd-b322-44c3-b806-396de51d4e66",
            "last_updated": "2022-09-05T09:37:18.353116-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Southern Miss",
            "reward": "2.32000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42ea23de-7b1a-4948-90e8-b03a968527f2/?format=api"
        }
    ]
}