GET /api/bet_types/6b227374-c6d2-455c-b42c-2452cc7612c4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6b227374-c6d2-455c-b42c-2452cc7612c4",
    "match": "https://api-prod.gambitprofit.com/api/matches/2444bfb5-ec0f-44b7-bcf0-dab5d5ea2ff9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-14T09:13:23.953376-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": "MIL (C Burnes)",
                "amount": 5222.0
            },
            {
                "team": "CIN (G Ashcraft)",
                "amount": 4778.0
            }
        ],
        "expected_reward_tokens": 9556.0,
        "profit_sb": 56.0,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "5a1f5f87-2d12-4b37-ad98-795b90d475e8",
            "gambit_id": "e2118b43-9445-49ac-914e-0c7b03714cad",
            "last_updated": "2023-07-17T09:13:05.056826-04:00",
            "created_at": "2023-07-14T09:13:23.955340-04:00",
            "name": "MIL (C Burnes)",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6b227374-c6d2-455c-b42c-2452cc7612c4/?format=api"
        },
        {
            "id": "2ae20edb-8224-4c6a-9ad7-c1e7e55cfb59",
            "gambit_id": "91b8f53f-0276-46d9-b61a-7d9868124f52",
            "last_updated": "2023-07-17T09:13:05.058737-04:00",
            "created_at": "2023-07-14T09:13:23.956927-04:00",
            "name": "CIN (G Ashcraft)",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6b227374-c6d2-455c-b42c-2452cc7612c4/?format=api"
        }
    ]
}