GET /api/bet_types/700651a7-2100-45de-9819-e65c4af7cc58/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "700651a7-2100-45de-9819-e65c4af7cc58",
    "match": "https://api-prod.gambitprofit.com/api/matches/bd4cd78f-eb59-43db-8f17-6f694661480f/?format=api",
    "name": "Over/Under",
    "created_at": "2022-12-31T00:12:08.665491-05: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 2.5",
                "amount": 6820.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3180.0
            }
        ],
        "expected_reward_tokens": 8934.2,
        "profit_sb": -65.8,
        "profit_sb_percentage": -0.73,
        "recommended": false
    },
    "lines": [
        {
            "id": "02ddcc60-8e2a-4a9f-b128-dd7214dd1c6a",
            "gambit_id": "5fd8bc51-4d82-467e-a589-a88f8d5a4191",
            "last_updated": "2023-01-01T14:31:46.608707-05:00",
            "created_at": "2022-12-31T00:12:08.668054-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.31000",
            "odds": "1.36000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/700651a7-2100-45de-9819-e65c4af7cc58/?format=api"
        },
        {
            "id": "f3538ac3-ebab-4145-a9cb-0cbf955faec8",
            "gambit_id": "ba240399-a542-4403-b812-17b9078e3420",
            "last_updated": "2023-01-01T14:31:46.607560-05:00",
            "created_at": "2022-12-31T00:12:08.666734-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.81000",
            "odds": "3.10000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/700651a7-2100-45de-9819-e65c4af7cc58/?format=api"
        }
    ]
}