GET /api/bet_types/b9138702-2e8f-465e-9441-68e54228d38a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b9138702-2e8f-465e-9441-68e54228d38a",
    "match": "https://api-prod.gambitprofit.com/api/matches/e20c17d6-77d8-43b9-bdfa-abcfd7241f58/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-08T11:46:59.710712-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 (H Brown)",
                "amount": 5389.0
            },
            {
                "team": "LAA (P Sandoval)",
                "amount": 4611.0
            }
        ],
        "expected_reward_tokens": 9590.88,
        "profit_sb": 90.88,
        "profit_sb_percentage": 0.96,
        "recommended": true
    },
    "lines": [
        {
            "id": "4df221d6-2182-460f-a2ed-2088637f912b",
            "gambit_id": "77987838-f93d-488e-b7c8-6f914bcc8761",
            "last_updated": "2023-05-09T11:27:18.350873-04:00",
            "created_at": "2023-05-08T11:46:59.715212-04:00",
            "name": "HOU (H Brown)",
            "reward": "1.78000",
            "odds": "1.81300",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9138702-2e8f-465e-9441-68e54228d38a/?format=api"
        },
        {
            "id": "8dfa01de-52c5-45bd-8524-a5014279740e",
            "gambit_id": "d839082b-521a-4759-a4d4-4d4dacf2bbc4",
            "last_updated": "2023-05-09T11:27:18.348196-04:00",
            "created_at": "2023-05-08T11:46:59.712923-04:00",
            "name": "LAA (P Sandoval)",
            "reward": "2.08000",
            "odds": "2.13000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9138702-2e8f-465e-9441-68e54228d38a/?format=api"
        }
    ]
}