GET /api/bet_types/b7a223a9-34c4-463a-ae82-310432da89ed/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b7a223a9-34c4-463a-ae82-310432da89ed",
    "match": "https://api-prod.gambitprofit.com/api/matches/31cbb014-4546-47d2-bbbb-c96dec058143/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-09T08:48:14.718687-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": "Chicago Blackhawks",
                "amount": 6547.0
            },
            {
                "team": "St Louis Blues",
                "amount": 3453.0
            }
        ],
        "expected_reward_tokens": 9426.69,
        "profit_sb": -73.31,
        "profit_sb_percentage": -0.77,
        "recommended": false
    },
    "lines": [
        {
            "id": "b441b022-95f8-4511-b045-b88333aafbc7",
            "gambit_id": "2b6f9486-643c-431f-bfa9-419b70422a5e",
            "last_updated": "2023-12-11T11:33:03.434311-05:00",
            "created_at": "2023-12-09T08:48:14.726590-05:00",
            "name": "Chicago Blackhawks",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7a223a9-34c4-463a-ae82-310432da89ed/?format=api"
        },
        {
            "id": "c2794521-88c8-45aa-b342-071ed25f849a",
            "gambit_id": "8a66d927-dc80-4477-b220-00b530e34313",
            "last_updated": "2023-12-11T11:33:03.422460-05:00",
            "created_at": "2023-12-09T08:48:14.722787-05:00",
            "name": "St Louis Blues",
            "reward": "2.73000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7a223a9-34c4-463a-ae82-310432da89ed/?format=api"
        }
    ]
}