GET /api/bet_types/ba75f5c8-1de9-4050-abfe-a0c774cd4315/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ba75f5c8-1de9-4050-abfe-a0c774cd4315",
    "match": "https://api-prod.gambitprofit.com/api/matches/889e6f11-b37d-4e44-8d0c-e9aa17ab3c38/?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": "TAM (S McClanahan)",
                "amount": 6852.0
            },
            {
                "team": "DET (G Hill)",
                "amount": 3148.0
            }
        ],
        "expected_reward_tokens": 9318.08,
        "profit_sb": 318.08,
        "profit_sb_percentage": 3.53,
        "recommended": true
    },
    "lines": [
        {
            "id": "6418b447-7ed1-497e-bea3-1bb38c09c3b8",
            "gambit_id": "a7bfcac1-9bf9-4023-881a-b2d064fe73fb",
            "last_updated": "2022-08-07T10:57:15.195782-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TAM (S McClanahan)",
            "reward": "1.36000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba75f5c8-1de9-4050-abfe-a0c774cd4315/?format=api"
        },
        {
            "id": "012b838e-1ec9-4052-8693-e0167445f72c",
            "gambit_id": "93c91581-653b-45e6-a9bb-9a4132c968db",
            "last_updated": "2022-08-07T10:57:15.195376-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "DET (G Hill)",
            "reward": "2.96000",
            "odds": "3.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba75f5c8-1de9-4050-abfe-a0c774cd4315/?format=api"
        }
    ]
}