GET /api/bet_types/42284637-547c-4094-ba9f-7b2fb4d031d1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "42284637-547c-4094-ba9f-7b2fb4d031d1",
    "match": "https://api-prod.gambitprofit.com/api/matches/9aecac20-3150-42f2-a566-361995156851/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-25T13:47:02.731428-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 8",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "d3344b2a-0a2a-4b56-bb59-bb3b5aebcdcd",
            "gambit_id": "b5b3dfec-dbc7-4a9d-8fcf-3c753e57797c",
            "last_updated": "2023-05-26T11:52:15.510740-04:00",
            "created_at": "2023-05-25T13:47:02.733325-04:00",
            "name": "Game Total Over 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42284637-547c-4094-ba9f-7b2fb4d031d1/?format=api"
        },
        {
            "id": "3b91e965-931f-4bcf-8c3b-96c9a8aa353c",
            "gambit_id": "3b56f739-e63c-46cc-96a8-beb99814be91",
            "last_updated": "2023-05-26T11:52:15.513187-04:00",
            "created_at": "2023-05-25T13:47:02.735176-04:00",
            "name": "Game Total Under 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42284637-547c-4094-ba9f-7b2fb4d031d1/?format=api"
        }
    ]
}