GET /api/bet_types/0a83280c-6a8a-45f5-80c1-ac8fa0bb227a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0a83280c-6a8a-45f5-80c1-ac8fa0bb227a",
    "match": "https://api-prod.gambitprofit.com/api/matches/67281f56-85b8-4697-984c-1a86795da3e0/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-20T09:16:48.635665-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 6.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "7197cfea-7ff3-476e-ae23-ff1ca81f5e82",
            "gambit_id": "4b532d5d-ddb9-4c85-b066-292bf86d01da",
            "last_updated": "2023-02-21T09:31:48.398582-05:00",
            "created_at": "2023-02-20T09:16:48.638236-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0a83280c-6a8a-45f5-80c1-ac8fa0bb227a/?format=api"
        },
        {
            "id": "3d845959-be2a-43eb-abcf-629605093743",
            "gambit_id": "211abc4e-e8a0-4be0-b84c-bc2a613c41a0",
            "last_updated": "2023-02-21T09:31:48.397282-05:00",
            "created_at": "2023-02-20T09:16:48.636942-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0a83280c-6a8a-45f5-80c1-ac8fa0bb227a/?format=api"
        }
    ]
}