GET /api/bet_types/009d2ab0-f5d3-4c32-983b-5d2cd6e07297/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "009d2ab0-f5d3-4c32-983b-5d2cd6e07297",
    "match": "https://api-prod.gambitprofit.com/api/matches/bd79857e-9630-4853-92bd-d64d1b48c0f8/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-14T09:58:10.583840-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 40.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 40.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "01289d73-68bd-4671-ac04-70a318546d3c",
            "gambit_id": "44a24f38-868a-4dee-93bd-9db2d6ce5c56",
            "last_updated": "2023-09-18T15:43:23.115831-04:00",
            "created_at": "2023-09-14T09:58:10.587660-04:00",
            "name": "Game Total Under 40.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "40.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/009d2ab0-f5d3-4c32-983b-5d2cd6e07297/?format=api"
        },
        {
            "id": "5ca88b26-7c72-4630-85c5-85e18a2dec7e",
            "gambit_id": "6fa4018e-817e-4da6-ac2c-26b821ce8375",
            "last_updated": "2023-09-18T15:43:23.121654-04:00",
            "created_at": "2023-09-14T09:58:10.592198-04:00",
            "name": "Game Total Over 40.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "40.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/009d2ab0-f5d3-4c32-983b-5d2cd6e07297/?format=api"
        }
    ]
}