GET /api/bet_types/55d62ef3-6f57-4f96-b57a-08df0381cc5d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "55d62ef3-6f57-4f96-b57a-08df0381cc5d",
    "match": "https://api-prod.gambitprofit.com/api/matches/6cce9c1b-f2c1-43ea-bd25-156cf322e0c5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-13T09:07:59.220767-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": "ATL (S Strider)",
                "amount": 5980.0
            },
            {
                "team": "PHI (C Sanchez)",
                "amount": 4020.0
            }
        ],
        "expected_reward_tokens": 9567.6,
        "profit_sb": 67.6,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "54896663-2964-41dc-8a88-d776d2cd32f0",
            "gambit_id": "8768164f-67ef-4498-84c4-e36ddc721ea2",
            "last_updated": "2023-09-15T10:18:22.348291-04:00",
            "created_at": "2023-09-13T09:07:59.224755-04:00",
            "name": "ATL (S Strider)",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55d62ef3-6f57-4f96-b57a-08df0381cc5d/?format=api"
        },
        {
            "id": "06714f53-94bc-4980-b6f6-bb101f7c8912",
            "gambit_id": "06273f5b-1e5c-4ab3-8b17-0f525e8231a4",
            "last_updated": "2023-09-15T10:18:22.351537-04:00",
            "created_at": "2023-09-13T09:07:59.232727-04:00",
            "name": "PHI (C Sanchez)",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55d62ef3-6f57-4f96-b57a-08df0381cc5d/?format=api"
        }
    ]
}