GET /api/bet_types/385888ac-8fe0-4bf8-8749-d967df41f48a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "385888ac-8fe0-4bf8-8749-d967df41f48a",
    "match": "https://api-prod.gambitprofit.com/api/matches/040503ec-5b15-4433-81d2-07195e005138/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-05T14:19:53.610044-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": "Charlotte Hornets",
                "amount": 5000.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "4c7fd52f-2a85-4e1f-8705-e193f718372a",
            "gambit_id": "8f601290-6a8e-4c3e-82ea-2323e15f91be",
            "last_updated": "2023-03-06T19:12:05.324109-05:00",
            "created_at": "2023-03-05T14:19:53.612883-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/385888ac-8fe0-4bf8-8749-d967df41f48a/?format=api"
        },
        {
            "id": "3e0778c0-2d40-4912-b6f8-d17148872d00",
            "gambit_id": "d9c4ac26-59a4-4a98-b3a1-c0fc67048d9f",
            "last_updated": "2023-03-06T19:12:05.322834-05:00",
            "created_at": "2023-03-05T14:19:53.611470-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/385888ac-8fe0-4bf8-8749-d967df41f48a/?format=api"
        }
    ]
}