GET /api/bet_types/c5dbc7dd-d79d-4a9b-b952-f77ec9b0b05e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c5dbc7dd-d79d-4a9b-b952-f77ec9b0b05e",
    "match": "https://api-prod.gambitprofit.com/api/matches/4d8504cc-4da2-4f0f-8e63-1c76f8976426/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-21T10:32:03.119895-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.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "f19b4221-cc16-499c-8e7e-95d8eb1e71f9",
            "gambit_id": "a7979419-46b6-44bb-beea-0024352eab2e",
            "last_updated": "2023-03-22T16:57:04.747701-04:00",
            "created_at": "2023-03-21T10:32:03.123887-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5dbc7dd-d79d-4a9b-b952-f77ec9b0b05e/?format=api"
        },
        {
            "id": "1f4747cd-91b3-4401-abaa-c327444b5e69",
            "gambit_id": "1142c798-570e-4673-a214-67becaaec93c",
            "last_updated": "2023-03-22T16:57:04.745510-04:00",
            "created_at": "2023-03-21T10:32:03.121588-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5dbc7dd-d79d-4a9b-b952-f77ec9b0b05e/?format=api"
        }
    ]
}