GET /api/bet_types/c1406db4-58a9-4c7d-80cd-c8029725e2e1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c1406db4-58a9-4c7d-80cd-c8029725e2e1",
    "match": "https://api-prod.gambitprofit.com/api/matches/fbfe4180-3f38-44bd-97f1-5789046815bb/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-13T11:32:08.240523-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 148",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 148",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "3f77b2d5-17ee-482b-8f97-0914fd5b1aa3",
            "gambit_id": "3de4a2f8-ac33-4dbe-be9e-489e70be516e",
            "last_updated": "2023-03-16T17:37:25.153505-04:00",
            "created_at": "2023-03-13T11:32:08.242329-04:00",
            "name": "Game Total Under 148",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "148.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1406db4-58a9-4c7d-80cd-c8029725e2e1/?format=api"
        },
        {
            "id": "99c346d1-cd03-4ba3-830b-f68014ed7af8",
            "gambit_id": "6a660c9e-4db2-4a12-87d2-90062d5597cb",
            "last_updated": "2023-03-16T17:37:25.155700-04:00",
            "created_at": "2023-03-13T11:32:08.244183-04:00",
            "name": "Game Total Over 148",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "148.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1406db4-58a9-4c7d-80cd-c8029725e2e1/?format=api"
        }
    ]
}