GET /api/bet_types/14412361-7862-45f7-88cd-421f376a80be/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "14412361-7862-45f7-88cd-421f376a80be",
    "match": "https://api-prod.gambitprofit.com/api/matches/a7840b3f-dcae-4a86-b031-7f290cb65f8b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-30T10:47:16.462324-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": "029227a1-7f31-4d18-8720-2a0b5a996956",
            "gambit_id": "a7bdb09a-93e0-4243-8f35-8b5d489afeb1",
            "last_updated": "2023-05-31T11:47:22.972450-04:00",
            "created_at": "2023-05-30T10:47:16.464616-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/14412361-7862-45f7-88cd-421f376a80be/?format=api"
        },
        {
            "id": "e552487c-66e9-47f7-a2d0-d2030f432778",
            "gambit_id": "f593bf07-bf07-4fd9-8952-57f368489e25",
            "last_updated": "2023-05-31T11:47:22.973950-04:00",
            "created_at": "2023-05-30T10:47:16.467302-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/14412361-7862-45f7-88cd-421f376a80be/?format=api"
        }
    ]
}