GET /api/bet_types/8d7b853f-8e08-4ea3-9145-669d8a126cce/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8d7b853f-8e08-4ea3-9145-669d8a126cce",
    "match": "https://api-prod.gambitprofit.com/api/matches/463d9a6d-7f1a-44cf-89f5-133716805119/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-18T09:43:04.033739-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": "TEX (J Gray)",
                "amount": 5787.0
            },
            {
                "team": "TOR (C Bassitt)",
                "amount": 4213.0
            }
        ],
        "expected_reward_tokens": 9605.64,
        "profit_sb": 105.64,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "cf654cfa-ba8d-41e5-9464-0ab0f3191713",
            "gambit_id": "32f563d6-6ab6-4b53-a47f-4b2ea5bdb924",
            "last_updated": "2023-06-19T17:13:30.517943-04:00",
            "created_at": "2023-06-18T09:43:04.037987-04:00",
            "name": "TEX (J Gray)",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d7b853f-8e08-4ea3-9145-669d8a126cce/?format=api"
        },
        {
            "id": "bd8bce6c-538e-4612-99f8-6e34048dd2c7",
            "gambit_id": "d445ab86-0985-49dd-b510-a7bcac8406d5",
            "last_updated": "2023-06-19T17:13:30.516105-04:00",
            "created_at": "2023-06-18T09:43:04.035811-04:00",
            "name": "TOR (C Bassitt)",
            "reward": "2.28000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d7b853f-8e08-4ea3-9145-669d8a126cce/?format=api"
        }
    ]
}