GET /api/bet_types/42cbe4b9-80ec-47db-9ae3-bc303fcf2668/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "42cbe4b9-80ec-47db-9ae3-bc303fcf2668",
    "match": "https://api-prod.gambitprofit.com/api/matches/22dae4a6-7ae3-4cfc-abf3-8cc40b38c422/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-14T09:58:12.796355-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 40",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 40",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "5be41a0d-3ab5-4104-9d19-2d29ecbfba4d",
            "gambit_id": "0e247f36-8900-44be-8fef-3c98f21c3df0",
            "last_updated": "2023-09-18T15:43:27.115293-04:00",
            "created_at": "2023-09-14T09:58:12.803844-04:00",
            "name": "Game Total Over 40",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "40.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42cbe4b9-80ec-47db-9ae3-bc303fcf2668/?format=api"
        },
        {
            "id": "289007ef-639b-4f7a-b34c-bab02fe53a8c",
            "gambit_id": "db19fad3-1130-4393-b740-ecae820f7864",
            "last_updated": "2023-09-18T15:43:27.120248-04:00",
            "created_at": "2023-09-14T09:58:12.800009-04:00",
            "name": "Game Total Under 40",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "40.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42cbe4b9-80ec-47db-9ae3-bc303fcf2668/?format=api"
        }
    ]
}