GET /api/bet_types/5747778a-d932-4871-9e98-1734e438251e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5747778a-d932-4871-9e98-1734e438251e",
    "match": "https://api-prod.gambitprofit.com/api/matches/6881f94e-231c-45bd-b6e4-95ed2c5bb16b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-20T22:57:00.585161-05: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 2.5",
                "amount": 5156.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4844.0
            }
        ],
        "expected_reward_tokens": 8816.08,
        "profit_sb": -683.92,
        "profit_sb_percentage": -7.2,
        "recommended": false
    },
    "lines": [
        {
            "id": "01e85337-65f9-48c9-b4e9-8e4fca44b4cf",
            "gambit_id": "8bcc4f94-da3a-4fb6-bb67-7a5273ebde8b",
            "last_updated": "2023-01-23T11:42:12.682721-05:00",
            "created_at": "2023-01-20T22:57:00.588621-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.71000",
            "odds": "1.83000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5747778a-d932-4871-9e98-1734e438251e/?format=api"
        },
        {
            "id": "e2a654ab-7e9b-406b-90d1-6ae617a49c58",
            "gambit_id": "8ce8c04f-2daa-4847-83d3-6952d41899f2",
            "last_updated": "2023-01-23T11:42:12.681398-05:00",
            "created_at": "2023-01-20T22:57:00.586967-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.82000",
            "odds": "1.95000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5747778a-d932-4871-9e98-1734e438251e/?format=api"
        }
    ]
}