GET /api/bet_types/fd4f4865-9b7c-4274-a434-5e62c25398b6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fd4f4865-9b7c-4274-a434-5e62c25398b6",
    "match": "https://api-prod.gambitprofit.com/api/matches/fdb37041-1c49-49f5-947e-a26d0e728f62/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-28T10:06:58.856019-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 6",
                "amount": 5317.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "44cc8494-d87b-4cda-9520-9e62a666a39d",
            "gambit_id": "b12ce750-d60f-443c-98b6-5cb09034a558",
            "last_updated": "2023-03-29T13:31:54.065491-04:00",
            "created_at": "2023-03-28T10:06:58.860617-04:00",
            "name": "Game Total Over 6",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd4f4865-9b7c-4274-a434-5e62c25398b6/?format=api"
        },
        {
            "id": "127aef2c-fe0b-4225-89ca-583432435771",
            "gambit_id": "856c750d-49b0-44a6-a091-525387d97a63",
            "last_updated": "2023-03-29T13:31:54.063564-04:00",
            "created_at": "2023-03-28T10:06:58.858317-04:00",
            "name": "Game Total Under 6",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd4f4865-9b7c-4274-a434-5e62c25398b6/?format=api"
        }
    ]
}