GET /api/bet_types/d0db6426-7cd9-4669-82fd-3db9020ae8b1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d0db6426-7cd9-4669-82fd-3db9020ae8b1",
    "match": "https://api-prod.gambitprofit.com/api/matches/5079776a-7182-4f7d-bd2a-a08942329761/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-28T08:48:08.846000-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",
                "amount": 5423.0
            },
            {
                "team": "STL",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "63e35a3f-264b-48ac-aff8-3efe8196cba9",
            "gambit_id": "230e592c-80be-4566-b8fb-199ff3ba7d10",
            "last_updated": "2023-08-29T19:28:16.310392-04:00",
            "created_at": "2023-08-28T08:48:08.849820-04:00",
            "name": "SDG",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0db6426-7cd9-4669-82fd-3db9020ae8b1/?format=api"
        },
        {
            "id": "6a759b56-6fdf-4ef6-90a8-d53e52afaa08",
            "gambit_id": "74680d1e-9295-4942-9aa6-76e9020a6034",
            "last_updated": "2023-08-29T19:28:16.313886-04:00",
            "created_at": "2023-08-28T08:48:08.854293-04:00",
            "name": "STL",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0db6426-7cd9-4669-82fd-3db9020ae8b1/?format=api"
        }
    ]
}