GET /api/bet_types/a0573a4a-4178-4ef8-89cb-bc735ead887e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a0573a4a-4178-4ef8-89cb-bc735ead887e",
    "match": "https://api-prod.gambitprofit.com/api/matches/620362ed-da37-45a4-9cea-7c13d56f60bd/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-09T09:43:01.342328-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 10.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 10.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "9ce39312-59ac-4f78-995d-aefa5529c90c",
            "gambit_id": "0be7b5b4-78c6-4181-ad7e-84a4f41e6199",
            "last_updated": "2023-09-11T09:03:28.486786-04:00",
            "created_at": "2023-09-09T09:43:01.350930-04:00",
            "name": "Game Total Under 10.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0573a4a-4178-4ef8-89cb-bc735ead887e/?format=api"
        },
        {
            "id": "64c69643-1e62-4fdb-b959-de55a7e88745",
            "gambit_id": "7eda373e-25ec-406d-8823-d0d2b8a56704",
            "last_updated": "2023-09-11T09:03:28.483508-04:00",
            "created_at": "2023-09-09T09:43:01.346118-04:00",
            "name": "Game Total Over 10.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0573a4a-4178-4ef8-89cb-bc735ead887e/?format=api"
        }
    ]
}