GET /api/bet_types/1493aaef-3d68-4f90-9a61-203991ea8ff0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1493aaef-3d68-4f90-9a61-203991ea8ff0",
    "match": "https://api-prod.gambitprofit.com/api/matches/7cdf5b3b-73da-4ddc-be29-ab66c479beb1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-10T09:02:09.038789-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": "Toronto Raptors",
                "amount": 5000.0
            },
            {
                "team": "Utah Jazz",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "d6e05035-b9ec-4a6a-84b9-7553d85bfff0",
            "gambit_id": "d09dacad-e139-4924-a326-0d0e86c210e3",
            "last_updated": "2023-02-11T17:52:30.913373-05:00",
            "created_at": "2023-02-10T09:02:09.040105-05:00",
            "name": "Toronto Raptors",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1493aaef-3d68-4f90-9a61-203991ea8ff0/?format=api"
        },
        {
            "id": "de332768-78d4-49b1-b459-d3a7c4220e63",
            "gambit_id": "ebc48dbe-02cd-4d7c-9525-52b52aa1efbe",
            "last_updated": "2023-02-11T17:52:30.914546-05:00",
            "created_at": "2023-02-10T09:02:09.041466-05:00",
            "name": "Utah Jazz",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1493aaef-3d68-4f90-9a61-203991ea8ff0/?format=api"
        }
    ]
}