GET /api/bet_types/d36b7003-f387-46f0-8ea7-c55b18c29f99/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d36b7003-f387-46f0-8ea7-c55b18c29f99",
    "match": "https://api-prod.gambitprofit.com/api/matches/3a2ea188-60bf-43ed-b626-928709d91f64/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-29T08:33:11.566416-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 Under 8",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "ab0417e9-a352-4029-a67e-4e2df76bacbc",
            "gambit_id": "95efe6dc-6d48-4811-9e98-5417ce7e7cbb",
            "last_updated": "2023-08-30T13:37:57.134937-04:00",
            "created_at": "2023-08-29T08:33:11.576902-04:00",
            "name": "Game Total Under 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d36b7003-f387-46f0-8ea7-c55b18c29f99/?format=api"
        },
        {
            "id": "e7754ae4-b2de-4faa-8805-3518af756171",
            "gambit_id": "30dddc1c-e9c5-43bc-87e4-f734e64f0045",
            "last_updated": "2023-08-30T13:37:57.131450-04:00",
            "created_at": "2023-08-29T08:33:11.572785-04:00",
            "name": "Game Total Over 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d36b7003-f387-46f0-8ea7-c55b18c29f99/?format=api"
        }
    ]
}