GET /api/bet_types/10fddb3e-c732-4534-bc76-e78d3d8b59ab/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "10fddb3e-c732-4534-bc76-e78d3d8b59ab",
    "match": "https://api-prod.gambitprofit.com/api/matches/d535c22e-fdbe-4642-8ef7-9a2c07f58692/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-27T09:07:58.254372-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": "San Antonio Spurs",
                "amount": 5000.0
            },
            {
                "team": "Houston Rockets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "3306f579-ceea-427c-ba3b-7dde9d099408",
            "gambit_id": "d74310df-fb10-44d7-963e-932df924a3e3",
            "last_updated": "2023-10-30T15:08:13.225706-04:00",
            "created_at": "2023-10-27T09:07:58.265783-04:00",
            "name": "San Antonio Spurs",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/10fddb3e-c732-4534-bc76-e78d3d8b59ab/?format=api"
        },
        {
            "id": "ca35c417-62e8-4ebb-aa8b-e9448b519dff",
            "gambit_id": "4ded7e6b-02a3-404b-a873-da0617ba3db4",
            "last_updated": "2023-10-30T15:08:13.220742-04:00",
            "created_at": "2023-10-27T09:07:58.259746-04:00",
            "name": "Houston Rockets",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/10fddb3e-c732-4534-bc76-e78d3d8b59ab/?format=api"
        }
    ]
}