GET /api/bet_types/83561fc9-3d48-4977-a8e5-21a796618ed1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "83561fc9-3d48-4977-a8e5-21a796618ed1",
    "match": "https://api-prod.gambitprofit.com/api/matches/dd4940e6-5536-40d7-9fe6-d581a4108a0a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-25T09:13:09.087401-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 224.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 224.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "60ddaf49-20c3-41f0-801d-eaf46da40226",
            "gambit_id": "c10d2cb8-aeec-4cab-b81c-25eb9f49e3e9",
            "last_updated": "2023-10-26T10:43:09.621669-04:00",
            "created_at": "2023-10-25T09:13:09.094328-04:00",
            "name": "Game Total Over 224.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "224.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83561fc9-3d48-4977-a8e5-21a796618ed1/?format=api"
        },
        {
            "id": "27038f7c-7ae1-47f8-aa4b-5f205a4e6381",
            "gambit_id": "9fbda0b5-2db0-47a8-8300-f6f2a735dcae",
            "last_updated": "2023-10-26T10:43:09.617382-04:00",
            "created_at": "2023-10-25T09:13:09.101225-04:00",
            "name": "Game Total Under 224.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "224.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83561fc9-3d48-4977-a8e5-21a796618ed1/?format=api"
        }
    ]
}