GET /api/bet_types/a8e20573-4786-4ea0-a996-44884a1c5f0f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a8e20573-4786-4ea0-a996-44884a1c5f0f",
    "match": "https://api-prod.gambitprofit.com/api/matches/f61dc41e-deeb-41f0-8bd3-d4dda2d1668f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-26T11:58:17.127480-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": "Washington Wizards",
                "amount": 5000.0
            },
            {
                "team": "Orlando Magic",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "23ead8fa-3e70-469b-9abc-b5d21266c8aa",
            "gambit_id": "5c9cc86b-f7c6-492c-91da-8e6ca273de63",
            "last_updated": "2023-12-27T13:22:59.273292-05:00",
            "created_at": "2023-12-26T11:58:17.131607-05:00",
            "name": "Washington Wizards",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8e20573-4786-4ea0-a996-44884a1c5f0f/?format=api"
        },
        {
            "id": "716d9830-6f52-42f5-802a-b5d0b9a3ddbf",
            "gambit_id": "a6563d8c-1bed-4a2a-b015-bb273d1b8d8e",
            "last_updated": "2023-12-27T13:22:59.278439-05:00",
            "created_at": "2023-12-26T11:58:17.135878-05:00",
            "name": "Orlando Magic",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8e20573-4786-4ea0-a996-44884a1c5f0f/?format=api"
        }
    ]
}