GET /api/bet_types/68e3df63-b30c-4cfe-a4ba-965509e77f78/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "68e3df63-b30c-4cfe-a4ba-965509e77f78",
    "match": "https://api-prod.gambitprofit.com/api/matches/fd4b9c9e-26e9-4a1e-8769-f88d17ed73ef/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-19T00:01:56.013409-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 152.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 152.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "66bd9008-6b48-4c0a-99fd-08ed52a5df01",
            "gambit_id": "02c2b3d3-f564-41c4-8a81-ab0193c36e1a",
            "last_updated": "2023-03-20T10:37:11.570882-04:00",
            "created_at": "2023-03-19T00:01:56.016509-04:00",
            "name": "Game Total Over 152.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "152.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68e3df63-b30c-4cfe-a4ba-965509e77f78/?format=api"
        },
        {
            "id": "d82e7abc-f428-4880-bf22-d7476d27417b",
            "gambit_id": "10135847-fc08-4c11-bcdf-bc9e6264efdf",
            "last_updated": "2023-03-20T10:37:11.568492-04:00",
            "created_at": "2023-03-19T00:01:56.014960-04:00",
            "name": "Game Total Under 152.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "152.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68e3df63-b30c-4cfe-a4ba-965509e77f78/?format=api"
        }
    ]
}