GET /api/bet_types/9dd919b8-c524-496f-b2ff-213dff45b9e3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9dd919b8-c524-496f-b2ff-213dff45b9e3",
    "match": "https://api-prod.gambitprofit.com/api/matches/64d28b43-77f8-4ca2-b9c1-716178b6c421/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-24T13:08:01.537838-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": "Arizona Diamondbacks",
                "amount": 5714.0
            },
            {
                "team": "St Louis Cardinals",
                "amount": 4286.0
            }
        ],
        "expected_reward_tokens": 9599.52,
        "profit_sb": 99.52,
        "profit_sb_percentage": 1.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "a83b94e2-58e7-4f8a-892f-32756cc3cba2",
            "gambit_id": "40844875-e593-4687-9104-56b7c7415901",
            "last_updated": "2023-07-25T16:33:04.110556-04:00",
            "created_at": "2023-07-24T13:08:01.547007-04:00",
            "name": "Arizona Diamondbacks",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9dd919b8-c524-496f-b2ff-213dff45b9e3/?format=api"
        },
        {
            "id": "cd2dd18c-156b-47ea-85ce-707558ee1dc4",
            "gambit_id": "cf9bf41b-e036-44c7-8406-396a5ccdb76f",
            "last_updated": "2023-07-25T16:33:04.106712-04:00",
            "created_at": "2023-07-24T13:08:01.542551-04:00",
            "name": "St Louis Cardinals",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9dd919b8-c524-496f-b2ff-213dff45b9e3/?format=api"
        }
    ]
}