GET /api/bet_types/cfbffdcd-c37e-42e6-b548-d56e816b7174/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cfbffdcd-c37e-42e6-b548-d56e816b7174",
    "match": "https://api-prod.gambitprofit.com/api/matches/86705dca-bfbd-4e4d-842b-768f6fdae0fb/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-24T09:31:51.010961-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": "Boston Bruins",
                "amount": 7659.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 2341.0
            }
        ],
        "expected_reward_tokens": 9573.75,
        "profit_sb": 73.75,
        "profit_sb_percentage": 0.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "0bde07b1-85e7-4b45-a75f-9592e25a759c",
            "gambit_id": "17b756e9-6a63-4d92-849c-59f68eee1532",
            "last_updated": "2023-01-25T14:27:10.175833-05:00",
            "created_at": "2023-01-24T09:31:51.013461-05:00",
            "name": "Boston Bruins",
            "reward": "1.25000",
            "odds": "1.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cfbffdcd-c37e-42e6-b548-d56e816b7174/?format=api"
        },
        {
            "id": "fbc59474-ee5e-4443-9bc7-6d308f8d3937",
            "gambit_id": "f70bb19a-b8a2-4c5b-9238-1b6e9b37eaa2",
            "last_updated": "2023-01-25T14:27:10.174766-05:00",
            "created_at": "2023-01-24T09:31:51.012161-05:00",
            "name": "Montreal Canadiens",
            "reward": "4.09000",
            "odds": "4.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cfbffdcd-c37e-42e6-b548-d56e816b7174/?format=api"
        }
    ]
}