GET /api/bet_types/0209f13b-c978-403c-8992-0081f6d01604/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0209f13b-c978-403c-8992-0081f6d01604",
    "match": "https://api-prod.gambitprofit.com/api/matches/222eaf4d-5c02-498d-8644-a695f8496abf/?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 Over 7.5",
                "amount": 5097.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 8970.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "fdde52c3-bb59-4bd8-88dd-69b1a5cc017f",
            "gambit_id": "62186d8e-81df-4dc1-9556-45ee11d9b369",
            "last_updated": "2022-09-17T17:07:22.322510-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7.5",
            "reward": "1.76000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0209f13b-c978-403c-8992-0081f6d01604/?format=api"
        },
        {
            "id": "4a9d0f52-c99c-40ff-b584-0b70aa4e425a",
            "gambit_id": "3c65218d-8f63-4067-881a-5321a3d196c7",
            "last_updated": "2022-09-17T17:07:22.321486-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7.5",
            "reward": "1.83000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0209f13b-c978-403c-8992-0081f6d01604/?format=api"
        }
    ]
}