GET /api/bet_types/76fd0433-4126-46c6-8b7b-27ed68855c27/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "76fd0433-4126-46c6-8b7b-27ed68855c27",
    "match": "https://api-prod.gambitprofit.com/api/matches/dfdf24b1-af31-437f-b2b9-ebad12990b1d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-29T19:03:22.682893-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": "HOU",
                "amount": 6324.0
            },
            {
                "team": "ARI",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9484.08,
        "profit_sb": -15.92,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "6279cc01-6f5b-454d-bf82-fe8db2583ead",
            "gambit_id": "fd2d9d38-e9ce-4c0c-b048-b88d821b60a9",
            "last_updated": "2023-09-30T10:48:16.699072-04:00",
            "created_at": "2023-09-29T19:03:22.687244-04:00",
            "name": "HOU",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76fd0433-4126-46c6-8b7b-27ed68855c27/?format=api"
        },
        {
            "id": "24ff17c8-b2cd-4aa1-8728-54c19a0164ec",
            "gambit_id": "0c292780-b69c-4487-a0df-8c3d97f87ac6",
            "last_updated": "2023-09-30T10:48:16.702439-04:00",
            "created_at": "2023-09-29T19:03:22.693117-04:00",
            "name": "ARI",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76fd0433-4126-46c6-8b7b-27ed68855c27/?format=api"
        }
    ]
}