GET /api/bet_types/4ad7510f-c1f6-4814-aa12-51a7d010ace2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4ad7510f-c1f6-4814-aa12-51a7d010ace2",
    "match": "https://api-prod.gambitprofit.com/api/matches/8d3ae347-fab4-416c-9ed5-440ec0aa2fce/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-15T08:58:24.271441-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 8.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "d3d1f270-41cd-4194-8253-9b42d0ad0262",
            "gambit_id": "895aea4c-5eb7-4009-a279-5526d17326af",
            "last_updated": "2023-08-17T13:28:10.228433-04:00",
            "created_at": "2023-08-15T08:58:24.284037-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ad7510f-c1f6-4814-aa12-51a7d010ace2/?format=api"
        },
        {
            "id": "955a9028-e98d-484c-a9f1-a622aea12e2b",
            "gambit_id": "0e507cbd-d455-42d8-8aa3-d88c40c1ec27",
            "last_updated": "2023-08-17T13:28:10.232249-04:00",
            "created_at": "2023-08-15T08:58:24.294202-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ad7510f-c1f6-4814-aa12-51a7d010ace2/?format=api"
        }
    ]
}