GET /api/bet_types/2ca0da23-cf23-41da-b1a3-b1b393d121fa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2ca0da23-cf23-41da-b1a3-b1b393d121fa",
    "match": "https://api-prod.gambitprofit.com/api/matches/cf3534c8-5272-4368-bf73-af6a47b507dd/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-22T09:01:57.222887-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": "Los Angeles Lakers",
                "amount": 5000.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "59d656ea-24b7-4a94-9626-a9f01c8a7e7e",
            "gambit_id": "b0955f84-1d07-4850-b545-aef40db09c4d",
            "last_updated": "2023-01-23T14:06:52.308821-05:00",
            "created_at": "2023-01-22T09:01:57.224138-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ca0da23-cf23-41da-b1a3-b1b393d121fa/?format=api"
        },
        {
            "id": "a63b23fe-ee58-4989-945f-55f7699b7108",
            "gambit_id": "bdb996d8-801b-41e6-8bef-ae1669585134",
            "last_updated": "2023-01-23T14:06:52.309927-05:00",
            "created_at": "2023-01-22T09:01:57.225558-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ca0da23-cf23-41da-b1a3-b1b393d121fa/?format=api"
        }
    ]
}