GET /api/bet_types/ba7d3d07-b16e-4c8f-9848-870edf31323c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ba7d3d07-b16e-4c8f-9848-870edf31323c",
    "match": "https://api-prod.gambitprofit.com/api/matches/d660b0fc-8d40-47d1-b60f-24c829aac5d9/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-31T09:56:49.739493-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 7.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "3f0686f9-c823-4c74-aa20-fe8d55a953ed",
            "gambit_id": "80bcda34-756f-427f-816d-56b73cc5ee4e",
            "last_updated": "2023-04-01T10:32:15.146179-04:00",
            "created_at": "2023-03-31T09:56:49.744450-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba7d3d07-b16e-4c8f-9848-870edf31323c/?format=api"
        },
        {
            "id": "7d6031b9-7289-436d-ad6d-9d52022e5da1",
            "gambit_id": "c2c7ebe7-e615-40b3-b4cc-22c3124e15bd",
            "last_updated": "2023-04-01T10:32:15.144371-04:00",
            "created_at": "2023-03-31T09:56:49.741936-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba7d3d07-b16e-4c8f-9848-870edf31323c/?format=api"
        }
    ]
}