GET /api/bet_types/2e334335-6f3f-421a-b468-9e3ac190c9af/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2e334335-6f3f-421a-b468-9e3ac190c9af",
    "match": "https://api-prod.gambitprofit.com/api/matches/0c7d8e32-3dcf-405f-a122-39678d78869d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-11T09:02:19.514118-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": 5107.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "0fc73e29-f1d7-4d66-b0bd-21ed5e1c00d6",
            "gambit_id": "055341b3-0f5f-4fe4-898e-6c066e10f4cc",
            "last_updated": "2023-04-12T09:51:56.103519-04:00",
            "created_at": "2023-04-11T09:02:19.522279-04:00",
            "name": "Game Total Over 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e334335-6f3f-421a-b468-9e3ac190c9af/?format=api"
        },
        {
            "id": "fae318d5-589f-4c74-843a-9bec754016e1",
            "gambit_id": "432b67c2-c299-4a1c-bd0d-c24e3f9cf6c8",
            "last_updated": "2023-04-12T09:51:56.101251-04:00",
            "created_at": "2023-04-11T09:02:19.516335-04:00",
            "name": "Game Total Under 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e334335-6f3f-421a-b468-9e3ac190c9af/?format=api"
        }
    ]
}