GET /api/bet_types/3459c041-67fe-4d18-ab5e-cb8ebc3319ff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3459c041-67fe-4d18-ab5e-cb8ebc3319ff",
    "match": "https://api-prod.gambitprofit.com/api/matches/5aeab6aa-2470-49c0-a332-ae24ccc8f4be/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-28T09:08:08.557999-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": "Chicago Bulls",
                "amount": 5000.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "cfcc4b43-4ce3-47c7-b037-f9d5b0b4e6ab",
            "gambit_id": "0f196a0f-024a-41d6-acd9-0459a49e31b5",
            "last_updated": "2023-10-30T14:53:11.815645-04:00",
            "created_at": "2023-10-28T09:08:08.563535-04:00",
            "name": "Chicago Bulls",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3459c041-67fe-4d18-ab5e-cb8ebc3319ff/?format=api"
        },
        {
            "id": "359cfebc-7784-431d-bced-2364e3bb22e9",
            "gambit_id": "59e34562-4a43-435a-9cb9-84b6e0bbe88a",
            "last_updated": "2023-10-30T14:53:11.819255-04:00",
            "created_at": "2023-10-28T09:08:08.572824-04:00",
            "name": "Detroit Pistons",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3459c041-67fe-4d18-ab5e-cb8ebc3319ff/?format=api"
        }
    ]
}