GET /api/bet_types/3b4a16d5-0a29-49cb-9814-e4d27f35c96a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3b4a16d5-0a29-49cb-9814-e4d27f35c96a",
    "match": "https://api-prod.gambitprofit.com/api/matches/008e6e5a-99f8-40c4-bc1d-e7741c3d2528/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "ARI (M Kelly)",
                "amount": 5285.0
            },
            {
                "team": "SFO (A Cobb)",
                "amount": 4715.0
            }
        ],
        "expected_reward_tokens": 9194.25,
        "profit_sb": 194.25,
        "profit_sb_percentage": 2.16,
        "recommended": true
    },
    "lines": [
        {
            "id": "70f5548e-a27b-418d-9b13-de832c085754",
            "gambit_id": "b10f6cc4-b031-46fe-ac66-2a3ff417652b",
            "last_updated": "2022-09-25T21:41:51.185286-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI (M Kelly)",
            "reward": "1.74000",
            "odds": "1.84750",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b4a16d5-0a29-49cb-9814-e4d27f35c96a/?format=api"
        },
        {
            "id": "28f7193a-b1f2-4412-9aea-7a70bb21ef8d",
            "gambit_id": "1a2e190e-ae3c-490a-9e2c-6f358a686bfa",
            "last_updated": "2022-09-25T21:41:51.186420-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SFO (A Cobb)",
            "reward": "1.95000",
            "odds": "2.08000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b4a16d5-0a29-49cb-9814-e4d27f35c96a/?format=api"
        }
    ]
}