GET /api/bet_types/d387df65-fa99-4621-ad59-2978e8f6a059/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d387df65-fa99-4621-ad59-2978e8f6a059",
    "match": "https://api-prod.gambitprofit.com/api/matches/047ef26a-fb2a-4121-a90b-636b42f8fdc6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-26T09:23:25.044280-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 (H Brown)",
                "amount": 5827.0
            },
            {
                "team": "DET (EL Rodriguez)",
                "amount": 4173.0
            }
        ],
        "expected_reward_tokens": 9556.17,
        "profit_sb": 56.17,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "96e7535b-bf90-4ee9-a5b5-c30e03b760a9",
            "gambit_id": "7a20a732-39cc-4ad2-93ea-d5332bf4905a",
            "last_updated": "2023-08-28T16:18:33.834074-04:00",
            "created_at": "2023-08-26T09:23:25.048546-04:00",
            "name": "HOU (H Brown)",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d387df65-fa99-4621-ad59-2978e8f6a059/?format=api"
        },
        {
            "id": "069a2dc7-96ca-41b5-877b-2f975884c07a",
            "gambit_id": "4d11e768-250a-41e3-bf2a-b6ee2ccfac8c",
            "last_updated": "2023-08-28T16:18:33.839196-04:00",
            "created_at": "2023-08-26T09:23:25.052701-04:00",
            "name": "DET (EL Rodriguez)",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d387df65-fa99-4621-ad59-2978e8f6a059/?format=api"
        }
    ]
}