GET /api/bet_types/a718f848-9e25-427c-b88d-9eb318f7aeaf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a718f848-9e25-427c-b88d-9eb318f7aeaf",
    "match": "https://api-prod.gambitprofit.com/api/matches/4441c1a6-c57d-4d7a-b0c6-09ad333e7623/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-28T09:42:05.937188-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": "New Orleans Pelicans",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "67b44d08-8b3d-4e14-b146-c416ba50668a",
            "gambit_id": "e72f4c22-6518-4865-98b8-2c7049a0918a",
            "last_updated": "2023-01-30T17:46:55.653430-05:00",
            "created_at": "2023-01-28T09:42:05.939733-05:00",
            "name": "Washington Wizards",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a718f848-9e25-427c-b88d-9eb318f7aeaf/?format=api"
        },
        {
            "id": "15053141-efa9-48eb-9a86-896dd6f4b168",
            "gambit_id": "9796306a-996e-4c8f-ac98-4be6d4d37ae8",
            "last_updated": "2023-01-30T17:46:55.651835-05:00",
            "created_at": "2023-01-28T09:42:05.938450-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a718f848-9e25-427c-b88d-9eb318f7aeaf/?format=api"
        }
    ]
}