GET /api/bet_types/7364a6e1-35b1-49be-a69b-9a350c2d359f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7364a6e1-35b1-49be-a69b-9a350c2d359f",
    "match": "https://api-prod.gambitprofit.com/api/matches/8a2c6f36-e298-420a-a514-fc536cd208d8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-11T09:07:57.296338-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": "Boston Bruins",
                "amount": 7424.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 2576.0
            }
        ],
        "expected_reward_tokens": 9428.16,
        "profit_sb": -71.84,
        "profit_sb_percentage": -0.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "68df2a22-6bff-42c8-a699-72ec4237e19d",
            "gambit_id": "5a6b621e-d909-4f4f-99a7-9685375ef644",
            "last_updated": "2023-10-12T11:33:05.098036-04:00",
            "created_at": "2023-10-11T09:07:57.307563-04:00",
            "name": "Boston Bruins",
            "reward": "1.27000",
            "odds": "1.28570",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7364a6e1-35b1-49be-a69b-9a350c2d359f/?format=api"
        },
        {
            "id": "37b2b91a-2abb-493b-9a48-658c5259f276",
            "gambit_id": "a3555b03-4b2c-4ad0-8763-1f62f83a9686",
            "last_updated": "2023-10-12T11:33:05.094429-04:00",
            "created_at": "2023-10-11T09:07:57.301732-04:00",
            "name": "Chicago Blackhawks",
            "reward": "3.66000",
            "odds": "3.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7364a6e1-35b1-49be-a69b-9a350c2d359f/?format=api"
        }
    ]
}