GET /api/bet_types/58acbfb3-9996-4a0d-bbf0-a789a1639698/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "58acbfb3-9996-4a0d-bbf0-a789a1639698",
    "match": "https://api-prod.gambitprofit.com/api/matches/748740a5-8bcd-44c5-b131-cc21f7ffd82f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-17T13:03:04.996350-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 42.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 42.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "678f47d5-650e-4728-9846-b920983939a9",
            "gambit_id": "804c43e7-320d-48da-9b43-4ada48308330",
            "last_updated": "2023-08-21T19:58:16.500815-04:00",
            "created_at": "2023-08-17T13:03:05.000149-04:00",
            "name": "Game Total Over 42.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "42.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58acbfb3-9996-4a0d-bbf0-a789a1639698/?format=api"
        },
        {
            "id": "17742caa-ec69-4c9a-80da-4b733e09aab9",
            "gambit_id": "5879d40a-8437-4832-a503-c481effe1147",
            "last_updated": "2023-08-21T19:58:16.504035-04:00",
            "created_at": "2023-08-17T13:03:05.005285-04:00",
            "name": "Game Total Under 42.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "42.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58acbfb3-9996-4a0d-bbf0-a789a1639698/?format=api"
        }
    ]
}