GET /api/bet_types/cbb9eced-031f-47aa-bf45-f8d5c846bc78/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cbb9eced-031f-47aa-bf45-f8d5c846bc78",
    "match": "https://api-prod.gambitprofit.com/api/matches/78a8cbe2-791f-4177-bbb8-e647d2be3642/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-23T12:41:49.258469-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": "Edmonton Oilers",
                "amount": 6308.0
            },
            {
                "team": "Los Angeles Kings",
                "amount": 3692.0
            }
        ],
        "expected_reward_tokens": 9525.08,
        "profit_sb": 25.08,
        "profit_sb_percentage": 0.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "a5ee10e9-591e-41ab-aeae-b0c04258cbfb",
            "gambit_id": "fc47887e-6814-40dd-910f-847d2a740b88",
            "last_updated": "2023-04-24T13:02:14.534446-04:00",
            "created_at": "2023-04-23T12:41:49.262149-04:00",
            "name": "Edmonton Oilers",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cbb9eced-031f-47aa-bf45-f8d5c846bc78/?format=api"
        },
        {
            "id": "162f763a-91dd-41d0-baba-4e6f278032ba",
            "gambit_id": "0e1a4e5f-46d8-4f76-b62c-0b3426237645",
            "last_updated": "2023-04-24T13:02:14.531849-04:00",
            "created_at": "2023-04-23T12:41:49.260231-04:00",
            "name": "Los Angeles Kings",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cbb9eced-031f-47aa-bf45-f8d5c846bc78/?format=api"
        }
    ]
}