GET /api/bet_types/bda1cd37-d466-46ea-989d-ea34841d2378/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bda1cd37-d466-46ea-989d-ea34841d2378",
    "match": "https://api-prod.gambitprofit.com/api/matches/7121173c-05d2-4c2b-9124-96cb70479947/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-25T09:28:22.909204-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 9.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "a192514e-4100-45ce-acdf-5c1ae6bafc50",
            "gambit_id": "4adbf892-c746-45b9-8dc9-73ba6433d4f8",
            "last_updated": "2023-06-26T23:08:02.096577-04:00",
            "created_at": "2023-06-25T09:28:22.912695-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bda1cd37-d466-46ea-989d-ea34841d2378/?format=api"
        },
        {
            "id": "55a31634-3d05-45fe-8a62-485fcb5a0cb2",
            "gambit_id": "dda412ec-b65c-421b-b6a9-8935cf070fcf",
            "last_updated": "2023-06-26T23:08:02.094637-04:00",
            "created_at": "2023-06-25T09:28:22.910897-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bda1cd37-d466-46ea-989d-ea34841d2378/?format=api"
        }
    ]
}