GET /api/bet_types/254d3627-3a36-400c-a296-a6cd0c08f2bd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "254d3627-3a36-400c-a296-a6cd0c08f2bd",
    "match": "https://api-prod.gambitprofit.com/api/matches/84909f0e-08dd-4ebb-935d-0786b3b962aa/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-14T05:58:09.095233-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.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "375cb6f0-9bf6-41a5-9004-ff2adac7c626",
            "gambit_id": "b148802c-7688-4bed-8561-aa8615991f11",
            "last_updated": "2023-06-15T17:23:06.493299-04:00",
            "created_at": "2023-06-14T05:58:09.097301-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/254d3627-3a36-400c-a296-a6cd0c08f2bd/?format=api"
        },
        {
            "id": "d255614a-18f2-455d-b28a-e9c80242d96a",
            "gambit_id": "c4c2347d-ca89-456f-812c-6996f8549faa",
            "last_updated": "2023-06-15T17:23:06.495398-04:00",
            "created_at": "2023-06-14T05:58:09.099672-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/254d3627-3a36-400c-a296-a6cd0c08f2bd/?format=api"
        }
    ]
}