GET /api/bet_types/17e38c9b-5bd2-4012-a632-3415ec0b9a9c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "17e38c9b-5bd2-4012-a632-3415ec0b9a9c",
    "match": "https://api-prod.gambitprofit.com/api/matches/4b60e8eb-3acd-457e-81fa-1f4e685ca079/?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 54",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 54",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9250.0,
        "profit_sb": -250.0,
        "profit_sb_percentage": -2.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "5100680e-d50f-49b8-8d3a-cfe9e6562899",
            "gambit_id": "c0a3b9fb-7f20-4e46-9585-53d74fac8770",
            "last_updated": "2022-10-03T11:17:24.147591-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 54",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "54.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/17e38c9b-5bd2-4012-a632-3415ec0b9a9c/?format=api"
        },
        {
            "id": "381e6bf1-7453-4905-87ce-f0f7a80b743a",
            "gambit_id": "ce06db3c-e211-4a63-a1f5-2fcd5ccf0e83",
            "last_updated": "2022-10-03T11:17:24.148593-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 54",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "54.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/17e38c9b-5bd2-4012-a632-3415ec0b9a9c/?format=api"
        }
    ]
}