GET /api/bet_types/a9c05261-b61d-401e-8684-ea34f462c7b7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a9c05261-b61d-401e-8684-ea34f462c7b7",
    "match": "https://api-prod.gambitprofit.com/api/matches/597f3113-00fe-4b25-a2a3-dce554817885/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-04T08:52:57.613010-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 Under 9",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "aecfc9f1-c2fc-465d-953f-343677befd2f",
            "gambit_id": "7e7625d2-1713-40c5-b0d7-5dc7b4c0206f",
            "last_updated": "2023-08-05T12:08:21.015113-04:00",
            "created_at": "2023-08-04T08:52:57.622810-04:00",
            "name": "Game Total Under 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9c05261-b61d-401e-8684-ea34f462c7b7/?format=api"
        },
        {
            "id": "e8f954ff-0435-4d33-a5a0-ecd03cdbf730",
            "gambit_id": "de662ed9-db3c-452c-bf21-aaae111a8e60",
            "last_updated": "2023-08-05T12:08:21.019246-04:00",
            "created_at": "2023-08-04T08:52:57.618191-04:00",
            "name": "Game Total Over 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9c05261-b61d-401e-8684-ea34f462c7b7/?format=api"
        }
    ]
}