GET /api/bet_types/b5440978-3fe6-42ad-89f6-2f670b3e279b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b5440978-3fe6-42ad-89f6-2f670b3e279b",
    "match": "https://api-prod.gambitprofit.com/api/matches/a1be3c19-ea16-47da-adc1-52d9f2c075c3/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-09T11:07:07.833365-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.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 9.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "bf9638bb-0234-4128-9096-29c0e002b099",
            "gambit_id": "db7337f1-fd9d-4348-b3ae-90ce1d65fef9",
            "last_updated": "2023-05-10T15:37:06.648724-04:00",
            "created_at": "2023-05-09T11:07:07.836466-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5440978-3fe6-42ad-89f6-2f670b3e279b/?format=api"
        },
        {
            "id": "6df1803b-be39-4501-8032-5cefcc686863",
            "gambit_id": "d067a093-f08b-4927-a008-75df2fc07632",
            "last_updated": "2023-05-10T15:37:06.647327-04:00",
            "created_at": "2023-05-09T11:07:07.834842-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5440978-3fe6-42ad-89f6-2f670b3e279b/?format=api"
        }
    ]
}