GET /api/bet_types/aea1b976-4f36-4fde-aa8c-515bf8fc5c3c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aea1b976-4f36-4fde-aa8c-515bf8fc5c3c",
    "match": "https://api-prod.gambitprofit.com/api/matches/34b41078-fe35-4f60-b3f9-d61d13776371/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-12T09:23:00.781706-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 Under 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "aab5acc6-aaa8-4880-a644-025480b9c281",
            "gambit_id": "09343a88-8a71-4bd8-a953-6a4da47804d9",
            "last_updated": "2023-09-15T16:33:16.949220-04:00",
            "created_at": "2023-09-12T09:23:00.789954-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aea1b976-4f36-4fde-aa8c-515bf8fc5c3c/?format=api"
        },
        {
            "id": "b2da0b5b-7129-40bf-b28a-c18358d0a6f2",
            "gambit_id": "f685a293-976a-4fbc-b085-ecfa11c47aa5",
            "last_updated": "2023-09-15T16:33:16.946010-04:00",
            "created_at": "2023-09-12T09:23:00.785932-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aea1b976-4f36-4fde-aa8c-515bf8fc5c3c/?format=api"
        }
    ]
}