GET /api/bet_types/45267711-5d89-4dc9-b336-2d1f97b8a371/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "45267711-5d89-4dc9-b336-2d1f97b8a371",
    "match": "https://api-prod.gambitprofit.com/api/matches/b0102e5b-23c1-42fc-b752-fcc7ae6fdb6b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-26T08:58:22.336794-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 (B Elder)",
                "amount": 5714.0
            },
            {
                "team": "CHC (J Steele)",
                "amount": 4286.0
            }
        ],
        "expected_reward_tokens": 9599.52,
        "profit_sb": 99.52,
        "profit_sb_percentage": 1.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "d085027a-3713-427b-9850-97e5b86f8669",
            "gambit_id": "47afd94c-da8c-407a-a4dc-c31c2d8fb64c",
            "last_updated": "2023-09-27T10:43:15.035710-04:00",
            "created_at": "2023-09-26T08:58:22.344699-04:00",
            "name": "ATL (B Elder)",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/45267711-5d89-4dc9-b336-2d1f97b8a371/?format=api"
        },
        {
            "id": "9b61c859-d862-4787-952f-e6dd977a18fe",
            "gambit_id": "508a7c3f-8f7b-44b2-9a20-fc0406ff15d2",
            "last_updated": "2023-09-27T10:43:15.032355-04:00",
            "created_at": "2023-09-26T08:58:22.340680-04:00",
            "name": "CHC (J Steele)",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/45267711-5d89-4dc9-b336-2d1f97b8a371/?format=api"
        }
    ]
}