GET /api/bet_types/dfe997ca-4d12-4f3e-950d-3d472a9e7df5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dfe997ca-4d12-4f3e-950d-3d472a9e7df5",
    "match": "https://api-prod.gambitprofit.com/api/matches/48ff28a4-0e13-4d72-a90f-64d3b116b31e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-09T09:27:13.208914-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": "ARI",
                "amount": 5512.0
            },
            {
                "team": "LOS",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "5e42c189-8574-4efc-8c84-436fd3939648",
            "gambit_id": "f2014115-eff3-4af8-a3c1-78c384c349f2",
            "last_updated": "2023-04-10T14:22:26.066708-04:00",
            "created_at": "2023-04-09T09:27:13.210840-04:00",
            "name": "ARI",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dfe997ca-4d12-4f3e-950d-3d472a9e7df5/?format=api"
        },
        {
            "id": "be652bf7-a934-4ec4-8066-83430245544c",
            "gambit_id": "20041e7d-d222-479f-9109-f9c0c54083a0",
            "last_updated": "2023-04-10T14:22:26.068318-04:00",
            "created_at": "2023-04-09T09:27:13.212882-04:00",
            "name": "LOS",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dfe997ca-4d12-4f3e-950d-3d472a9e7df5/?format=api"
        }
    ]
}