GET /api/bet_types/f93422c7-17ce-4c90-8a16-199a39d772bd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f93422c7-17ce-4c90-8a16-199a39d772bd",
    "match": "https://api-prod.gambitprofit.com/api/matches/9a287783-9cf4-406a-9613-3904dd800276/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-18T09:16:51.163451-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": "Ottawa Senators",
                "amount": 5106.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9445.42,
        "profit_sb": -54.58,
        "profit_sb_percentage": -0.57,
        "recommended": false
    },
    "lines": [
        {
            "id": "576a7476-9dd6-4459-ae3a-ad8d924adaf3",
            "gambit_id": "97648471-1161-402f-bf78-1180c3e2aba8",
            "last_updated": "2023-01-19T09:37:18.277178-05:00",
            "created_at": "2023-01-18T09:16:51.164947-05:00",
            "name": "Ottawa Senators",
            "reward": "1.85000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f93422c7-17ce-4c90-8a16-199a39d772bd/?format=api"
        },
        {
            "id": "49b8cd33-986a-49e7-8e26-ac72270adacc",
            "gambit_id": "c1c2386e-cb12-4de0-9974-7bb3d004e7c1",
            "last_updated": "2023-01-19T09:37:18.278237-05:00",
            "created_at": "2023-01-18T09:16:51.166374-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.93000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f93422c7-17ce-4c90-8a16-199a39d772bd/?format=api"
        }
    ]
}