GET /api/bet_types/3a56591a-4ff6-4da1-bd2b-5a9bf7172740/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3a56591a-4ff6-4da1-bd2b-5a9bf7172740",
    "match": "https://api-prod.gambitprofit.com/api/matches/065310a0-1390-45a1-8897-9ba56e39ed64/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-21T09:13:03.495093-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": "Florida Panthers",
                "amount": 6554.0
            },
            {
                "team": "St Louis Blues",
                "amount": 3446.0
            }
        ],
        "expected_reward_tokens": 9372.22,
        "profit_sb": -127.78,
        "profit_sb_percentage": -1.35,
        "recommended": false
    },
    "lines": [
        {
            "id": "96916b05-148a-4587-9f98-63f32a7bf596",
            "gambit_id": "543caf80-d772-43a0-a278-a396976da31e",
            "last_updated": "2023-12-23T14:58:21.005433-05:00",
            "created_at": "2023-12-21T09:13:03.505299-05:00",
            "name": "Florida Panthers",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a56591a-4ff6-4da1-bd2b-5a9bf7172740/?format=api"
        },
        {
            "id": "a2bbb566-1877-4d10-bc90-6a8c94513f40",
            "gambit_id": "487ccd8c-0054-4b5d-8494-e528390019e6",
            "last_updated": "2023-12-23T14:58:21.001888-05:00",
            "created_at": "2023-12-21T09:13:03.500213-05:00",
            "name": "St Louis Blues",
            "reward": "2.72000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a56591a-4ff6-4da1-bd2b-5a9bf7172740/?format=api"
        }
    ]
}