GET /api/bet_types/96a54592-7e4b-49cb-bccc-6844954293c8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "96a54592-7e4b-49cb-bccc-6844954293c8",
    "match": "https://api-prod.gambitprofit.com/api/matches/7a79b18e-50bf-4c86-8c13-f886493d0ff0/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-18T13:13:16.259332-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 8",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "0a111c4b-cd28-449f-aa47-b03feee58204",
            "gambit_id": "d9030714-9289-4207-adf8-93a4f2ab376a",
            "last_updated": "2023-08-25T19:08:03.465000-04:00",
            "created_at": "2023-08-18T13:13:16.263754-04:00",
            "name": "Game Total Over 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96a54592-7e4b-49cb-bccc-6844954293c8/?format=api"
        },
        {
            "id": "0192b5f4-30cb-4e7d-b0c6-7acf2601ef12",
            "gambit_id": "6630a735-d21e-4c34-831c-0b7ac3e2b4fd",
            "last_updated": "2023-08-25T19:08:03.473981-04:00",
            "created_at": "2023-08-18T13:13:16.268825-04:00",
            "name": "Game Total Under 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96a54592-7e4b-49cb-bccc-6844954293c8/?format=api"
        }
    ]
}