GET /api/bet_types/ca06e6e6-d640-4151-ac12-282781603229/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ca06e6e6-d640-4151-ac12-282781603229",
    "match": "https://api-prod.gambitprofit.com/api/matches/e62342d6-b467-4dff-b5ae-e0796e6deb72/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-30T08:58:14.085199-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": "Oklahoma City Thunder",
                "amount": 6928.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 3072.0
            }
        ],
        "expected_reward_tokens": 9491.36,
        "profit_sb": -8.64,
        "profit_sb_percentage": -0.09,
        "recommended": false
    },
    "lines": [
        {
            "id": "dd742112-0a75-4bd7-9765-d2d07a0c8271",
            "gambit_id": "793a12f5-ef76-4b86-abee-bd4637c19ccc",
            "last_updated": "2023-10-31T20:08:09.081107-04:00",
            "created_at": "2023-10-30T08:58:14.093274-04:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.37000",
            "odds": "1.38460",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca06e6e6-d640-4151-ac12-282781603229/?format=api"
        },
        {
            "id": "041414c8-ca0d-4b61-8e53-744d71a1821d",
            "gambit_id": "2d4bd01e-0f32-433c-96b2-ccb5d43d9134",
            "last_updated": "2023-10-31T20:08:09.075481-04:00",
            "created_at": "2023-10-30T08:58:14.089279-04:00",
            "name": "Detroit Pistons",
            "reward": "3.09000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca06e6e6-d640-4151-ac12-282781603229/?format=api"
        }
    ]
}