GET /api/bet_types/fe6628fc-0781-4433-91b4-efac28ab3deb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fe6628fc-0781-4433-91b4-efac28ab3deb",
    "match": "https://api-prod.gambitprofit.com/api/matches/33e54622-dac8-42a1-b6a1-99890a1c1cfc/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-24T12:57:57.687435-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 37.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 37.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "85a08865-a210-4ecb-bcd8-2d67bace4945",
            "gambit_id": "d0b341ae-94c6-4a67-a597-8faef2b0b8d3",
            "last_updated": "2023-08-29T09:18:24.025648-04:00",
            "created_at": "2023-08-24T12:57:57.698234-04:00",
            "name": "Game Total Under 37.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "37.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fe6628fc-0781-4433-91b4-efac28ab3deb/?format=api"
        },
        {
            "id": "bfe788c6-a4d7-4b12-b218-b1a512d5729c",
            "gambit_id": "7b90d8bf-3067-460b-93b9-7ba9221c6003",
            "last_updated": "2023-08-29T09:18:24.029408-04:00",
            "created_at": "2023-08-24T12:57:57.692831-04:00",
            "name": "Game Total Over 37.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "37.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fe6628fc-0781-4433-91b4-efac28ab3deb/?format=api"
        }
    ]
}