GET /api/bet_types/440c56d6-0936-451b-8eab-7700c26d9fa2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "440c56d6-0936-451b-8eab-7700c26d9fa2",
    "match": "https://api-prod.gambitprofit.com/api/matches/8d134638-a141-4179-9a06-5c20fc305dfe/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-22T14:18:21.631520-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 9.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 9.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "d8325fd0-fb7d-4ac8-b469-0dfe7f499ad6",
            "gambit_id": "b0275c18-4ea4-4eaf-b8cd-6b6f4d820179",
            "last_updated": "2023-09-23T20:58:10.904059-04:00",
            "created_at": "2023-09-22T14:18:21.635829-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/440c56d6-0936-451b-8eab-7700c26d9fa2/?format=api"
        },
        {
            "id": "704bbae6-312b-4f90-883e-279d418cbb34",
            "gambit_id": "1204ea73-077b-4bb7-85d1-49adf7417b96",
            "last_updated": "2023-09-23T20:58:10.907217-04:00",
            "created_at": "2023-09-22T14:18:21.641150-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/440c56d6-0936-451b-8eab-7700c26d9fa2/?format=api"
        }
    ]
}