GET /api/bet_types/7fbd6b0a-4155-461e-abfb-f81b15587198/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7fbd6b0a-4155-461e-abfb-f81b15587198",
    "match": "https://api-prod.gambitprofit.com/api/matches/dff53392-12c6-4655-a7c0-39e5ccf9dcd1/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-18T17:53:21.999591-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 2.5",
                "amount": 6047.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3953.0
            }
        ],
        "expected_reward_tokens": 9250.02,
        "profit_sb": -249.98,
        "profit_sb_percentage": -2.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "2a4d7549-8fca-4671-821d-a7c39bade9dd",
            "gambit_id": "372ba81e-3225-43fb-b5e0-0ca837f4a93e",
            "last_updated": "2023-08-22T09:37:57.779287-04:00",
            "created_at": "2023-08-18T17:53:22.003465-04:00",
            "name": "Game Total Over 2.5",
            "reward": "1.53000",
            "odds": "1.55000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7fbd6b0a-4155-461e-abfb-f81b15587198/?format=api"
        },
        {
            "id": "5e4faff5-0138-4ab1-a9e3-121f18f55720",
            "gambit_id": "8cf2b77a-9572-451c-9276-e958142361c7",
            "last_updated": "2023-08-22T09:37:57.782580-04:00",
            "created_at": "2023-08-18T17:53:22.007964-04:00",
            "name": "Game Total Under 2.5",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7fbd6b0a-4155-461e-abfb-f81b15587198/?format=api"
        }
    ]
}