GET /api/bet_types/aa962767-42c0-410c-96c2-881d3e27977a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aa962767-42c0-410c-96c2-881d3e27977a",
    "match": "https://api-prod.gambitprofit.com/api/matches/18133570-eb28-46e7-9e65-96374c799ff1/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-19T11:41:53.017178-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 2.5",
                "amount": 7029.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 2971.0
            }
        ],
        "expected_reward_tokens": 9207.99,
        "profit_sb": -292.01,
        "profit_sb_percentage": -3.07,
        "recommended": false
    },
    "lines": [
        {
            "id": "63fe2a82-4ae7-47df-b3da-5c73d71e1d26",
            "gambit_id": "1a55b17a-cbbf-41fb-a540-90a685e79635",
            "last_updated": "2023-05-25T13:47:04.526357-04:00",
            "created_at": "2023-05-19T11:41:53.021504-04:00",
            "name": "Game Total Over 2.5",
            "reward": "1.31000",
            "odds": "1.33000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa962767-42c0-410c-96c2-881d3e27977a/?format=api"
        },
        {
            "id": "8b99bd86-7da6-42c1-9996-37d68f6cdda4",
            "gambit_id": "c8fc935f-1144-4a4b-83e1-ffcb31183c1e",
            "last_updated": "2023-05-25T13:47:04.528916-04:00",
            "created_at": "2023-05-19T11:41:53.019435-04:00",
            "name": "Game Total Under 2.5",
            "reward": "3.10000",
            "odds": "3.20000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa962767-42c0-410c-96c2-881d3e27977a/?format=api"
        }
    ]
}