GET /api/bet_types/30b3b915-26cb-4021-9690-301c1fe5632f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "30b3b915-26cb-4021-9690-301c1fe5632f",
    "match": "https://api-prod.gambitprofit.com/api/matches/f496fb22-08ec-4f2f-a85a-e49a7d717764/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-20T10:51:58.976184-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": "SDG (J Musgrove)",
                "amount": 5182.0
            },
            {
                "team": "BOS (C Sale)",
                "amount": 4818.0
            }
        ],
        "expected_reward_tokens": 9586.7,
        "profit_sb": 86.7,
        "profit_sb_percentage": 0.91,
        "recommended": true
    },
    "lines": [
        {
            "id": "1d5e95da-9da2-4950-ade4-3826a5838e3d",
            "gambit_id": "98db3060-f017-44b9-9ef6-589b1a9d1ba5",
            "last_updated": "2023-05-22T13:17:10.032535-04:00",
            "created_at": "2023-05-20T10:51:58.979557-04:00",
            "name": "SDG (J Musgrove)",
            "reward": "1.85000",
            "odds": "1.88500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30b3b915-26cb-4021-9690-301c1fe5632f/?format=api"
        },
        {
            "id": "584a01e2-66ae-402e-bb4c-6b18ce920de0",
            "gambit_id": "5003a92e-a7d5-4df9-a5c5-f60ff2b2ac86",
            "last_updated": "2023-05-22T13:17:10.030512-04:00",
            "created_at": "2023-05-20T10:51:58.977845-04:00",
            "name": "BOS (C Sale)",
            "reward": "1.99000",
            "odds": "2.03000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30b3b915-26cb-4021-9690-301c1fe5632f/?format=api"
        }
    ]
}