GET /api/bet_types/38e82ca9-8be1-4075-989e-6eeef265fa8b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "38e82ca9-8be1-4075-989e-6eeef265fa8b",
    "match": "https://api-prod.gambitprofit.com/api/matches/5fa86967-988d-43bc-bbd2-8bf482aef199/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-25T09:46:54.188698-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": "Houston Rockets",
                "amount": 5000.0
            },
            {
                "team": "Washington Wizards",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "5a16094a-ed7a-4c80-97c1-dfc09259823e",
            "gambit_id": "b1b21b8d-cf2f-4e88-8a17-8d596084a770",
            "last_updated": "2023-01-26T10:57:01.668391-05:00",
            "created_at": "2023-01-25T09:46:54.189971-05:00",
            "name": "Houston Rockets",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38e82ca9-8be1-4075-989e-6eeef265fa8b/?format=api"
        },
        {
            "id": "485fdb1f-2815-49ff-b970-a9797121f935",
            "gambit_id": "ad5a343b-494e-401d-a014-56d6dca4447e",
            "last_updated": "2023-01-26T10:57:01.669700-05:00",
            "created_at": "2023-01-25T09:46:54.191235-05:00",
            "name": "Washington Wizards",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38e82ca9-8be1-4075-989e-6eeef265fa8b/?format=api"
        }
    ]
}