GET /api/bet_types/88498620-f560-4b60-b47c-b2c953530060/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "88498620-f560-4b60-b47c-b2c953530060",
    "match": "https://api-prod.gambitprofit.com/api/matches/801ddef5-c3b1-48e1-8903-aa0459e7d7bf/?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 8.5",
                "amount": 5205.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4795.0
            }
        ],
        "expected_reward_tokens": 9108.75,
        "profit_sb": 108.75,
        "profit_sb_percentage": 1.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "db2d2b12-d3bd-45d4-9493-242c28a79de2",
            "gambit_id": "3bc322fd-1558-4fb6-81c7-754ad84354cb",
            "last_updated": "2022-08-20T12:07:02.022984-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8.5",
            "reward": "1.75000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88498620-f560-4b60-b47c-b2c953530060/?format=api"
        },
        {
            "id": "6bae3fba-80bd-4d75-8035-a0cfdc0d3d93",
            "gambit_id": "ed26ae48-c2aa-41cd-a3b1-1daf01a0a3ef",
            "last_updated": "2022-08-20T12:07:02.022481-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8.5",
            "reward": "1.90000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88498620-f560-4b60-b47c-b2c953530060/?format=api"
        }
    ]
}