GET /api/bet_types/a6de358c-a59d-422e-b7ff-a3d846ad56e2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a6de358c-a59d-422e-b7ff-a3d846ad56e2",
    "match": "https://api-prod.gambitprofit.com/api/matches/6977c722-3e96-4cb5-80b2-0378c0ef8819/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-22T08:38:10.864593-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": "MIA (J Cueto)",
                "amount": 5980.0
            },
            {
                "team": "COL (C Anderson)",
                "amount": 4020.0
            }
        ],
        "expected_reward_tokens": 9567.6,
        "profit_sb": 67.6,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "0d95747a-1302-4d15-be02-b761f1533ff8",
            "gambit_id": "02fddf2f-098b-4659-b6ff-64255e7666b0",
            "last_updated": "2023-07-23T22:02:58.406044-04:00",
            "created_at": "2023-07-22T08:38:10.872964-04:00",
            "name": "MIA (J Cueto)",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6de358c-a59d-422e-b7ff-a3d846ad56e2/?format=api"
        },
        {
            "id": "8687804e-caa9-4480-b287-dd48e69e7e6d",
            "gambit_id": "c912166c-a177-4bd8-8189-eb2c52e7cb95",
            "last_updated": "2023-07-23T22:02:58.402804-04:00",
            "created_at": "2023-07-22T08:38:10.868718-04:00",
            "name": "COL (C Anderson)",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6de358c-a59d-422e-b7ff-a3d846ad56e2/?format=api"
        }
    ]
}