GET /api/bet_types/1c1e79a9-6e12-44b4-9499-f74f4e95133b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1c1e79a9-6e12-44b4-9499-f74f4e95133b",
    "match": "https://api-prod.gambitprofit.com/api/matches/08552ddb-ea41-447c-b187-d7e8d7491e68/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-16T09:47:06.431029-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 5.5",
                "amount": 5409.0
            },
            {
                "team": "Game Total Under 5.5",
                "amount": 4591.0
            }
        ],
        "expected_reward_tokens": 9411.55,
        "profit_sb": -88.45,
        "profit_sb_percentage": -0.93,
        "recommended": false
    },
    "lines": [
        {
            "id": "ecdb79e4-f8c2-48db-b7b6-685b5978fdd1",
            "gambit_id": "02a3da3e-1350-4e89-85d1-d3e3cb2dd752",
            "last_updated": "2023-05-19T11:07:14.889331-04:00",
            "created_at": "2023-05-16T09:47:06.434592-04:00",
            "name": "Game Total Over 5.5",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c1e79a9-6e12-44b4-9499-f74f4e95133b/?format=api"
        },
        {
            "id": "0f98de25-e5f8-401d-94e2-565af7a8cecd",
            "gambit_id": "29f43819-e798-4270-8b53-34fe100fec5f",
            "last_updated": "2023-05-19T11:07:14.887123-04:00",
            "created_at": "2023-05-16T09:47:06.432780-04:00",
            "name": "Game Total Under 5.5",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c1e79a9-6e12-44b4-9499-f74f4e95133b/?format=api"
        }
    ]
}