GET /api/bet_types/a1e14e8c-ceef-41af-936e-21d235404ca9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a1e14e8c-ceef-41af-936e-21d235404ca9",
    "match": "https://api-prod.gambitprofit.com/api/matches/dd8ba9c5-bc67-4031-8e01-c4ce5244aabc/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-28T09:42:07.222345-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": "Portland Trail Blazers",
                "amount": 5106.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "51e71e9c-8232-43a3-b25f-31264515ed14",
            "gambit_id": "01c1b9c6-0a4c-48ca-a99a-0dbad37f3f8c",
            "last_updated": "2023-01-30T17:46:54.887585-05:00",
            "created_at": "2023-01-28T09:42:07.223442-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1e14e8c-ceef-41af-936e-21d235404ca9/?format=api"
        },
        {
            "id": "af9aa5ea-c263-4ca7-9760-55b73614a580",
            "gambit_id": "466f9fe7-3a6e-45ff-bdb3-826da0ddfcda",
            "last_updated": "2023-01-30T17:46:54.888861-05:00",
            "created_at": "2023-01-28T09:42:07.224633-05:00",
            "name": "Toronto Raptors",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1e14e8c-ceef-41af-936e-21d235404ca9/?format=api"
        }
    ]
}