GET /api/bet_types/99176018-c4a8-4618-bd07-2a5fa1905f72/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "99176018-c4a8-4618-bd07-2a5fa1905f72",
    "match": "https://api-prod.gambitprofit.com/api/matches/3ea3c5d4-566f-491b-aea5-3b818d36dc56/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-05T11:47:03.014208-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 8.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "c334f648-823e-40e5-aa02-ba2f193eef54",
            "gambit_id": "c3947cb9-e3b8-4f24-9469-b0bf1b14a1e4",
            "last_updated": "2023-05-06T11:52:04.019693-04:00",
            "created_at": "2023-05-05T11:47:03.018313-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99176018-c4a8-4618-bd07-2a5fa1905f72/?format=api"
        },
        {
            "id": "361b77a7-c2ca-4bd5-94cf-c3754ad262b1",
            "gambit_id": "b5950195-b934-49b7-b2ef-512513a301e2",
            "last_updated": "2023-05-06T11:52:04.018388-04:00",
            "created_at": "2023-05-05T11:47:03.016213-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99176018-c4a8-4618-bd07-2a5fa1905f72/?format=api"
        }
    ]
}