GET /api/bet_types/792b68fa-c044-4f4f-a915-a131da90d9c1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "792b68fa-c044-4f4f-a915-a131da90d9c1",
    "match": "https://api-prod.gambitprofit.com/api/matches/adc4e820-d8f2-4039-bb28-b613c7410a1f/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-05: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 8.5",
                "amount": 5096.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4904.0
            }
        ],
        "expected_reward_tokens": 9070.88,
        "profit_sb": 70.88,
        "profit_sb_percentage": 0.79,
        "recommended": true
    },
    "lines": [
        {
            "id": "2ea327f1-8218-4b86-9136-9c95dbe61413",
            "gambit_id": "61b14400-2807-4a03-bd4e-a47322b6a4c9",
            "last_updated": "2022-09-05T10:21:59.534583-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8.5",
            "reward": "1.78000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/792b68fa-c044-4f4f-a915-a131da90d9c1/?format=api"
        },
        {
            "id": "cec4a262-cb7b-4249-91be-cffb16a80c26",
            "gambit_id": "fa92b6ff-89e5-4459-90df-bdc483c31e39",
            "last_updated": "2022-09-05T10:21:59.535691-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8.5",
            "reward": "1.85000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/792b68fa-c044-4f4f-a915-a131da90d9c1/?format=api"
        }
    ]
}