GET /api/bet_types/38a5104b-b12e-41ef-bb28-de22d0b5fbb8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "38a5104b-b12e-41ef-bb28-de22d0b5fbb8",
    "match": "https://api-prod.gambitprofit.com/api/matches/0ff82363-d3d4-46d8-9987-4b63d14881eb/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-04T09:48:07.281317-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 5.5",
                "amount": 5319.0
            },
            {
                "team": "Game Total Under 5.5",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "475105ec-0365-4cb2-a7f5-a1d859ef87d4",
            "gambit_id": "eb993ebf-bd56-4d45-bf59-e76189a645a3",
            "last_updated": "2023-11-06T09:18:28.316941-05:00",
            "created_at": "2023-11-04T09:48:07.285118-04:00",
            "name": "Game Total Over 5.5",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38a5104b-b12e-41ef-bb28-de22d0b5fbb8/?format=api"
        },
        {
            "id": "0215067c-d74b-4c0b-b7e7-5caf94ac857d",
            "gambit_id": "17f21faa-12d5-41b1-a9e5-5aee0432f3d3",
            "last_updated": "2023-11-06T09:18:28.320499-05:00",
            "created_at": "2023-11-04T09:48:07.290189-04:00",
            "name": "Game Total Under 5.5",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38a5104b-b12e-41ef-bb28-de22d0b5fbb8/?format=api"
        }
    ]
}