GET /api/bet_types/3c53f95d-7d94-45ef-87f8-cd4cbc548c81/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3c53f95d-7d94-45ef-87f8-cd4cbc548c81",
    "match": "https://api-prod.gambitprofit.com/api/matches/6255ab62-ef9d-4717-ad5b-28d129fc8d15/?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": "Las Vegas Raiders",
                "amount": 6482.0
            },
            {
                "team": "Indianapolis Colts",
                "amount": 3518.0
            }
        ],
        "expected_reward_tokens": 9074.8,
        "profit_sb": 74.8,
        "profit_sb_percentage": 0.83,
        "recommended": true
    },
    "lines": [
        {
            "id": "ac26f1bb-e3d6-4618-ac53-23bf8444b0b9",
            "gambit_id": "37597358-afa0-4197-bf2d-1e2d3e9d2f02",
            "last_updated": "2022-11-14T14:52:38.763601-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Las Vegas Raiders",
            "reward": "1.40000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c53f95d-7d94-45ef-87f8-cd4cbc548c81/?format=api"
        },
        {
            "id": "33d8c765-c76f-4d81-bf3d-9d97dd6fcc14",
            "gambit_id": "44283627-d2f9-4bda-8590-06c1a24dc593",
            "last_updated": "2022-11-14T14:52:38.764824-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indianapolis Colts",
            "reward": "2.58000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c53f95d-7d94-45ef-87f8-cd4cbc548c81/?format=api"
        }
    ]
}