GET /api/bet_types/b19f7be2-3985-4dd8-94dc-f874d2d01791/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b19f7be2-3985-4dd8-94dc-f874d2d01791",
    "match": "https://api-prod.gambitprofit.com/api/matches/ffc1706a-4796-4ba2-b435-bb74ea555aa4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-30T10:47:17.600215-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.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "5687cd69-1408-4435-acc4-15978e16e1cc",
            "gambit_id": "e7c666f4-c204-4daa-abbd-2c5ba7c46cb8",
            "last_updated": "2023-05-31T11:47:20.792387-04:00",
            "created_at": "2023-05-30T10:47:17.604911-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b19f7be2-3985-4dd8-94dc-f874d2d01791/?format=api"
        },
        {
            "id": "d5a4f527-6d92-4d76-93d8-6451096fb35c",
            "gambit_id": "39876cb8-78da-4e03-9026-585434ef8c7a",
            "last_updated": "2023-05-31T11:47:20.790053-04:00",
            "created_at": "2023-05-30T10:47:17.602566-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b19f7be2-3985-4dd8-94dc-f874d2d01791/?format=api"
        }
    ]
}