GET /api/bet_types/b153b46c-e174-453a-a74a-3d6c200cef1a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b153b46c-e174-453a-a74a-3d6c200cef1a",
    "match": "https://api-prod.gambitprofit.com/api/matches/611e6dd9-89a6-4e0e-b68b-8e70223a06b7/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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": 5492.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4508.0
            }
        ],
        "expected_reward_tokens": 9061.08,
        "profit_sb": 61.08,
        "profit_sb_percentage": 0.68,
        "recommended": true
    },
    "lines": [
        {
            "id": "09d08b11-4030-440e-8747-ebbd06ed1cc1",
            "gambit_id": "1f9aac56-1b01-477a-8a15-39641a6c0f1c",
            "last_updated": "2022-11-07T09:12:52.067857-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.65000",
            "odds": "1.74070",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b153b46c-e174-453a-a74a-3d6c200cef1a/?format=api"
        },
        {
            "id": "26d9491f-1ad4-4c2a-b22d-19a56d806794",
            "gambit_id": "0104ff2f-e939-449c-8a38-9b719dd413df",
            "last_updated": "2022-11-07T09:12:52.066853-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "2.01000",
            "odds": "2.15000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b153b46c-e174-453a-a74a-3d6c200cef1a/?format=api"
        }
    ]
}