GET /api/bet_types/3f1d937f-1c4e-410b-90dc-9ba766aebc41/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3f1d937f-1c4e-410b-90dc-9ba766aebc41",
    "match": "https://api-prod.gambitprofit.com/api/matches/2aaf366a-a165-4ed8-9c3d-dcd64ddd44ec/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-26T08:58:02.903681-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": "LAA (R Detmers)",
                "amount": 5426.0
            },
            {
                "team": "CWS (D Cease)",
                "amount": 4574.0
            }
        ],
        "expected_reward_tokens": 9604.02,
        "profit_sb": 104.02,
        "profit_sb_percentage": 1.09,
        "recommended": true
    },
    "lines": [
        {
            "id": "571a1614-8bd2-47df-ad61-356767f3e60a",
            "gambit_id": "4120d2aa-fa48-4a62-97b4-bc89a616d09f",
            "last_updated": "2023-06-27T14:53:30.990649-04:00",
            "created_at": "2023-06-26T08:58:02.909031-04:00",
            "name": "LAA (R Detmers)",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f1d937f-1c4e-410b-90dc-9ba766aebc41/?format=api"
        },
        {
            "id": "e19cc6c6-4cf2-4d2c-a478-8f1973af2166",
            "gambit_id": "738e4e4f-f739-4e0d-bb7d-40fdbe495958",
            "last_updated": "2023-06-27T14:53:30.988411-04:00",
            "created_at": "2023-06-26T08:58:02.906221-04:00",
            "name": "CWS (D Cease)",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f1d937f-1c4e-410b-90dc-9ba766aebc41/?format=api"
        }
    ]
}