GET /api/bet_types/d3cccbdf-b060-4e0d-b081-8d3e4b762eaa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d3cccbdf-b060-4e0d-b081-8d3e4b762eaa",
    "match": "https://api-prod.gambitprofit.com/api/matches/cc37358b-fe5f-4c7d-b2e7-0a22b7ee1861/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-17T11:33:23.536506-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": "Total Rounds Under 1.5",
                "amount": 5789.0
            },
            {
                "team": "Total Rounds Over 1.5",
                "amount": 4211.0
            }
        ],
        "expected_reward_tokens": 9262.4,
        "profit_sb": -237.6,
        "profit_sb_percentage": -2.5,
        "recommended": false
    },
    "lines": [
        {
            "id": "8cc5b8d8-51ba-4eb6-b01c-25edbc5e6309",
            "gambit_id": "eec89d86-e08e-46d2-a0c9-6d86e18282e6",
            "last_updated": "2023-06-18T20:18:30.480729-04:00",
            "created_at": "2023-06-17T11:33:23.542193-04:00",
            "name": "Total Rounds Under 1.5",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3cccbdf-b060-4e0d-b081-8d3e4b762eaa/?format=api"
        },
        {
            "id": "4d56c609-fbca-4c51-abf0-824bda06bf53",
            "gambit_id": "093402ae-37fa-442f-b032-d054fd665498",
            "last_updated": "2023-06-18T20:18:30.478155-04:00",
            "created_at": "2023-06-17T11:33:23.539227-04:00",
            "name": "Total Rounds Over 1.5",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3cccbdf-b060-4e0d-b081-8d3e4b762eaa/?format=api"
        }
    ]
}