GET /api/bet_types/99b99983-1a30-4e59-8452-33cfef03a3b8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "99b99983-1a30-4e59-8452-33cfef03a3b8",
    "match": "https://api-prod.gambitprofit.com/api/matches/5d868d14-bdb8-495c-9bf4-bb7cc1222018/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-15T11:36:57.852748-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",
                "amount": 5214.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "5d5b3517-5fa9-42ae-a7f5-ceaa428d7e76",
            "gambit_id": "4daf3161-bb7e-4ade-9c2a-eb243ea5f929",
            "last_updated": "2023-05-16T10:42:09.660005-04:00",
            "created_at": "2023-05-15T11:36:57.855003-04:00",
            "name": "Game Total Under 8",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99b99983-1a30-4e59-8452-33cfef03a3b8/?format=api"
        },
        {
            "id": "39ce1dbc-928e-4a78-8efa-1634593ec75a",
            "gambit_id": "2d51172c-b089-401a-a55d-56bf162722ab",
            "last_updated": "2023-05-16T10:42:09.662610-04:00",
            "created_at": "2023-05-15T11:36:57.856622-04:00",
            "name": "Game Total Over 8",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99b99983-1a30-4e59-8452-33cfef03a3b8/?format=api"
        }
    ]
}