GET /api/bet_types/2c5c96a2-7ff2-4ba7-b198-ac1d3e1c0a74/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2c5c96a2-7ff2-4ba7-b198-ac1d3e1c0a74",
    "match": "https://api-prod.gambitprofit.com/api/matches/36a533da-67b6-4c8a-aab1-86b95057efa0/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-14T12:27:05.590244-05: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": "Total Rounds Under 2.5",
                "amount": 5639.0
            },
            {
                "team": "Total Rounds Over 2.5",
                "amount": 4361.0
            }
        ],
        "expected_reward_tokens": 8852.83,
        "profit_sb": -147.17,
        "profit_sb_percentage": -1.64,
        "recommended": false
    },
    "lines": [
        {
            "id": "b66eb9c8-cf54-44e2-a4c4-3a42af8860f1",
            "gambit_id": "b2b7865e-1a2e-4502-8fb1-ffe6ebf195af",
            "last_updated": "2023-01-21T18:56:57.126971-05:00",
            "created_at": "2023-01-14T12:27:05.593538-05:00",
            "name": "Total Rounds Under 2.5",
            "reward": "1.57000",
            "odds": "1.66670",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c5c96a2-7ff2-4ba7-b198-ac1d3e1c0a74/?format=api"
        },
        {
            "id": "6b1dc6be-828d-47eb-985c-ece16e3df72f",
            "gambit_id": "e400fb1b-1a7f-441b-a15d-f2868559fe31",
            "last_updated": "2023-01-21T18:56:57.128140-05:00",
            "created_at": "2023-01-14T12:27:05.596850-05:00",
            "name": "Total Rounds Over 2.5",
            "reward": "2.03000",
            "odds": "2.20000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c5c96a2-7ff2-4ba7-b198-ac1d3e1c0a74/?format=api"
        }
    ]
}