GET /api/bet_types/560a1f57-f369-4d89-936f-c2741da5eb24/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "560a1f57-f369-4d89-936f-c2741da5eb24",
    "match": "https://api-prod.gambitprofit.com/api/matches/4b2615d6-c6e6-4146-b983-92f4e2b03a4a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-10T09:02:10.267633-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": "Sacramento Kings",
                "amount": 5000.0
            },
            {
                "team": "Dallas Mavericks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "f3325bcb-07da-40f7-b174-e7c2ead8f6be",
            "gambit_id": "2a187c88-6772-42eb-9272-9bd4206af28e",
            "last_updated": "2023-02-11T13:07:03.472333-05:00",
            "created_at": "2023-02-10T09:02:10.268892-05:00",
            "name": "Sacramento Kings",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/560a1f57-f369-4d89-936f-c2741da5eb24/?format=api"
        },
        {
            "id": "87e52203-af9e-4fce-95f6-48b5d763457d",
            "gambit_id": "492525e5-b31f-4684-8c39-2420563b0e66",
            "last_updated": "2023-02-11T13:07:03.473617-05:00",
            "created_at": "2023-02-10T09:02:10.270278-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/560a1f57-f369-4d89-936f-c2741da5eb24/?format=api"
        }
    ]
}