GET /api/bet_types/ded6295f-55f8-43bd-83ba-01346e9b9ccc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ded6295f-55f8-43bd-83ba-01346e9b9ccc",
    "match": "https://api-prod.gambitprofit.com/api/matches/90cbf0de-8ca1-45d3-a266-b0438cda6ab9/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-18T09:08:20.022171-04: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": "Game Total Over 8",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "c6cbffa9-5963-46de-84dc-618576c4b1f0",
            "gambit_id": "d5332f56-45c4-4bd2-85c8-72742b271628",
            "last_updated": "2023-09-19T11:23:27.370945-04:00",
            "created_at": "2023-09-18T09:08:20.028875-04:00",
            "name": "Game Total Over 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ded6295f-55f8-43bd-83ba-01346e9b9ccc/?format=api"
        },
        {
            "id": "ec5704e2-c5d2-4553-a5e7-e1b2efaeeee3",
            "gambit_id": "d7147cda-8cf7-4e66-b620-b5c1f6513c36",
            "last_updated": "2023-09-19T11:23:27.374405-04:00",
            "created_at": "2023-09-18T09:08:20.035235-04:00",
            "name": "Game Total Under 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ded6295f-55f8-43bd-83ba-01346e9b9ccc/?format=api"
        }
    ]
}