GET /api/bet_types/9543088f-cf74-48b3-a2b7-4dccfdfd566c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9543088f-cf74-48b3-a2b7-4dccfdfd566c",
    "match": "https://api-prod.gambitprofit.com/api/matches/b0daf1b9-4bd3-4d5a-bebf-ea0b9f4e5116/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-02-02T09:58:18.862862-05: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": "Miami Heat",
                "amount": 5000.0
            },
            {
                "team": "Washington Wizards",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "f4f70ebc-53f8-48b9-8aec-d8fa3f0ecc35",
            "gambit_id": "84970fa6-b6d5-492b-8161-22b509e29f52",
            "last_updated": "2024-02-03T10:37:58.304350-05:00",
            "created_at": "2024-02-02T09:58:18.870787-05:00",
            "name": "Miami Heat",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9543088f-cf74-48b3-a2b7-4dccfdfd566c/?format=api"
        },
        {
            "id": "779adbde-890e-4361-90cd-1cd50df2508d",
            "gambit_id": "1d9efbe6-62f5-4973-aa69-b8dace1985ea",
            "last_updated": "2024-02-03T10:37:58.307765-05:00",
            "created_at": "2024-02-02T09:58:18.876089-05:00",
            "name": "Washington Wizards",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9543088f-cf74-48b3-a2b7-4dccfdfd566c/?format=api"
        }
    ]
}