GET /api/bet_types/250ae3d9-98a8-4389-95ee-71a54d20366b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "250ae3d9-98a8-4389-95ee-71a54d20366b",
    "match": "https://api-prod.gambitprofit.com/api/matches/a599c65f-cd66-4842-960a-c6babbc072cb/?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 (JT Chargois)",
                "amount": 5646.0
            },
            {
                "team": "BOS (R Hill)",
                "amount": 4354.0
            }
        ],
        "expected_reward_tokens": 9315.9,
        "profit_sb": 315.9,
        "profit_sb_percentage": 3.51,
        "recommended": true
    },
    "lines": [
        {
            "id": "de253f9b-45d9-4cbe-8fd4-41a31f1286e6",
            "gambit_id": "b0177032-e760-4a8e-a78d-9cff03def7fd",
            "last_updated": "2022-09-07T12:47:04.156877-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TAM (JT Chargois)",
            "reward": "1.65000",
            "odds": "1.72990",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/250ae3d9-98a8-4389-95ee-71a54d20366b/?format=api"
        },
        {
            "id": "297145ba-185c-4f39-9665-f8d444afc5b1",
            "gambit_id": "decfa4cb-35ef-4023-87eb-6e757a700d54",
            "last_updated": "2022-09-07T12:47:04.157956-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BOS (R Hill)",
            "reward": "2.14000",
            "odds": "2.27000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/250ae3d9-98a8-4389-95ee-71a54d20366b/?format=api"
        }
    ]
}