GET /api/bet_types/9065889a-8d8b-4f90-a4e6-95dd62c2918c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9065889a-8d8b-4f90-a4e6-95dd62c2918c",
    "match": "https://api-prod.gambitprofit.com/api/matches/c9432960-61ff-4ec8-aef6-ee1df76ba5e8/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-12T08:57:09.509680-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 Under 6",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "4b4d0ca3-ac69-40b8-8758-ca8a8aa06ccd",
            "gambit_id": "24452e08-c18f-487c-b88d-9bcd38a0d03f",
            "last_updated": "2023-01-13T11:47:15.267716-05:00",
            "created_at": "2023-01-12T08:57:09.510958-05:00",
            "name": "Game Total Under 6",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9065889a-8d8b-4f90-a4e6-95dd62c2918c/?format=api"
        },
        {
            "id": "82bccd81-700f-4e68-a7d7-d5325a7eb988",
            "gambit_id": "8e2568f1-b39c-4b02-8c02-09bfaa7ec7b4",
            "last_updated": "2023-01-13T11:47:15.268797-05:00",
            "created_at": "2023-01-12T08:57:09.512251-05:00",
            "name": "Game Total Over 6",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9065889a-8d8b-4f90-a4e6-95dd62c2918c/?format=api"
        }
    ]
}