GET /api/bet_types/5546bb6b-963a-4586-8bce-04fe37e7761e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5546bb6b-963a-4586-8bce-04fe37e7761e",
    "match": "https://api-prod.gambitprofit.com/api/matches/2d931243-b1e1-486e-b695-171621bd9251/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-16T09:23:12.375163-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": "Buffalo Sabres",
                "amount": 5000.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "f9d5a6ef-8ad1-440d-a88f-c1fc838feb22",
            "gambit_id": "c8960498-4b3c-4e3f-8ccc-c29374bd652a",
            "last_updated": "2023-12-18T10:18:35.257179-05:00",
            "created_at": "2023-12-16T09:23:12.380617-05:00",
            "name": "Buffalo Sabres",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5546bb6b-963a-4586-8bce-04fe37e7761e/?format=api"
        },
        {
            "id": "5f8d6614-3b72-46d0-9c35-3417eed8636f",
            "gambit_id": "24d2db08-b30d-4c6c-a355-e021dde2f7db",
            "last_updated": "2023-12-18T10:18:35.262175-05:00",
            "created_at": "2023-12-16T09:23:12.384997-05:00",
            "name": "Arizona Coyotes",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5546bb6b-963a-4586-8bce-04fe37e7761e/?format=api"
        }
    ]
}