GET /api/bet_types/818aff21-2540-438f-8db1-812d01986f19/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "818aff21-2540-438f-8db1-812d01986f19",
    "match": "https://api-prod.gambitprofit.com/api/matches/18b49a52-b500-4572-a582-0061caceac68/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-23T08:33:18.724405-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": "358f8837-4571-47e5-88d3-488c6cb4c001",
            "gambit_id": "e5487e36-a85c-4416-9c7c-01686b07961c",
            "last_updated": "2023-08-25T10:18:02.457287-04:00",
            "created_at": "2023-08-23T08:33:18.728681-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/818aff21-2540-438f-8db1-812d01986f19/?format=api"
        },
        {
            "id": "e777f518-54c0-4c97-98e9-2c6a27a88e1b",
            "gambit_id": "a496a86f-b251-43d8-9237-5230e300f70b",
            "last_updated": "2023-08-25T10:18:02.460905-04:00",
            "created_at": "2023-08-23T08:33:18.733098-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/818aff21-2540-438f-8db1-812d01986f19/?format=api"
        }
    ]
}