GET /api/bet_types/4571a7d6-a0ff-45d1-81e1-f49b9a165135/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4571a7d6-a0ff-45d1-81e1-f49b9a165135",
    "match": "https://api-prod.gambitprofit.com/api/matches/60ab699c-9c9d-4990-af35-80c754078e50/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-04T09:32:17.198212-04: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": "HOU (F Valdez)",
                "amount": 7112.0
            },
            {
                "team": "DET (M Manning)",
                "amount": 2888.0
            }
        ],
        "expected_reward_tokens": 9530.08,
        "profit_sb": 30.08,
        "profit_sb_percentage": 0.32,
        "recommended": true
    },
    "lines": [
        {
            "id": "8d1b0b1b-dbe4-4c55-a92f-adb1644df508",
            "gambit_id": "a86d8c7b-ccf0-4370-aa52-70152f0f2fc8",
            "last_updated": "2023-04-05T10:07:05.702112-04:00",
            "created_at": "2023-04-04T09:32:17.199599-04:00",
            "name": "HOU (F Valdez)",
            "reward": "1.34000",
            "odds": "1.35710",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4571a7d6-a0ff-45d1-81e1-f49b9a165135/?format=api"
        },
        {
            "id": "b963e4cf-7e2a-48d5-ada2-5731e513d926",
            "gambit_id": "77f024d2-dfd2-4979-a71c-d6ce0f98e4df",
            "last_updated": "2023-04-05T10:07:05.703823-04:00",
            "created_at": "2023-04-04T09:32:17.201052-04:00",
            "name": "DET (M Manning)",
            "reward": "3.30000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4571a7d6-a0ff-45d1-81e1-f49b9a165135/?format=api"
        }
    ]
}