GET /api/bet_types/c0af14f8-7389-409e-9199-374a6a333f1a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c0af14f8-7389-409e-9199-374a6a333f1a",
    "match": "https://api-prod.gambitprofit.com/api/matches/188710bc-f95c-4a2a-a921-9ef34ba30d6b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-26T11:52:13.782028-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": 5784.0
            },
            {
                "team": "BOS",
                "amount": 4216.0
            }
        ],
        "expected_reward_tokens": 9485.76,
        "profit_sb": -14.24,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "c780808c-339d-4b2b-90ee-7f56dcccbcf3",
            "gambit_id": "36c18ddc-159c-41f0-9a1f-fa63d7ff0787",
            "last_updated": "2023-05-27T16:21:50.452234-04:00",
            "created_at": "2023-05-26T11:52:13.787989-04:00",
            "name": "ARI",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0af14f8-7389-409e-9199-374a6a333f1a/?format=api"
        },
        {
            "id": "129e08ce-cca5-4e37-b3d7-8341fdf4006e",
            "gambit_id": "0f86f707-c009-4071-b1a3-e423b29a8f1a",
            "last_updated": "2023-05-27T16:21:50.449506-04:00",
            "created_at": "2023-05-26T11:52:13.785016-04:00",
            "name": "BOS",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0af14f8-7389-409e-9199-374a6a333f1a/?format=api"
        }
    ]
}