GET /api/bet_types/96d2bb23-21fc-4edc-9f34-0391bdc3cfcd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "96d2bb23-21fc-4edc-9f34-0391bdc3cfcd",
    "match": "https://api-prod.gambitprofit.com/api/matches/0fd7243a-87b9-49d8-bab9-3d1fc6ec5a9c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-04T11:27:02.639788-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": "b2cdd24c-6822-4ab8-9dbb-4f8f19b519f2",
            "gambit_id": "731a0d4c-f21d-4210-bd25-1e61efe499d3",
            "last_updated": "2023-05-05T11:47:10.769493-04:00",
            "created_at": "2023-05-04T11:27:02.644244-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/96d2bb23-21fc-4edc-9f34-0391bdc3cfcd/?format=api"
        },
        {
            "id": "0ef4e568-4095-492c-852c-b3c9ca36ab63",
            "gambit_id": "0f7c3ba0-014b-45fa-b3f4-febd5bf734fe",
            "last_updated": "2023-05-05T11:47:10.767867-04:00",
            "created_at": "2023-05-04T11:27:02.641220-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/96d2bb23-21fc-4edc-9f34-0391bdc3cfcd/?format=api"
        }
    ]
}