GET /api/bet_types/d1014bc8-0049-4229-9e2b-7cd760d71984/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d1014bc8-0049-4229-9e2b-7cd760d71984",
    "match": "https://api-prod.gambitprofit.com/api/matches/ab29dfde-2b74-401f-bffe-2305ab9d998e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-19T12:17:07.824982-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 9",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "72b8e24f-4c30-490b-879c-3fcdd63b6448",
            "gambit_id": "87e4d15c-9bc9-4f3f-be4e-98b9ee52c5f3",
            "last_updated": "2023-04-20T11:42:17.678112-04:00",
            "created_at": "2023-04-19T12:17:07.829869-04:00",
            "name": "Game Total Over 9",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1014bc8-0049-4229-9e2b-7cd760d71984/?format=api"
        },
        {
            "id": "a3a8aed2-7da1-4520-bb15-4fb25768403d",
            "gambit_id": "57b854d9-beed-48f8-b65d-054bcbcd76d1",
            "last_updated": "2023-04-20T11:42:17.676525-04:00",
            "created_at": "2023-04-19T12:17:07.827762-04:00",
            "name": "Game Total Under 9",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1014bc8-0049-4229-9e2b-7cd760d71984/?format=api"
        }
    ]
}