GET /api/bet_types/445b0b1b-9e2f-41bd-9636-c046eb54fdf5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "445b0b1b-9e2f-41bd-9636-c046eb54fdf5",
    "match": "https://api-prod.gambitprofit.com/api/matches/d873dd19-8cb7-4b2c-8073-adb6ef30ca31/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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": "Game Total Over 5.5",
                "amount": 5212.0
            },
            {
                "team": "Game Total Under 5.5",
                "amount": 4788.0
            }
        ],
        "expected_reward_tokens": 9432.36,
        "profit_sb": 432.36,
        "profit_sb_percentage": 4.8,
        "recommended": true
    },
    "lines": [
        {
            "id": "83840cc6-0b9b-4006-9e7f-56eff798dc41",
            "gambit_id": "381e4008-91c1-48c5-85cc-b489c0944cdd",
            "last_updated": "2022-11-02T20:57:11.308814-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 5.5",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/445b0b1b-9e2f-41bd-9636-c046eb54fdf5/?format=api"
        },
        {
            "id": "82b89708-7fce-4f92-b04b-5068485cd3a4",
            "gambit_id": "aff24414-81e3-417c-a1da-877b47dcdf52",
            "last_updated": "2022-11-02T20:57:11.307702-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 5.5",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/445b0b1b-9e2f-41bd-9636-c046eb54fdf5/?format=api"
        }
    ]
}