GET /api/bet_types/9ca59642-74e7-43a9-8be6-35f6e21fc3d9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9ca59642-74e7-43a9-8be6-35f6e21fc3d9",
    "match": "https://api-prod.gambitprofit.com/api/matches/18df1750-7dec-4bc4-9f31-d62d90fe8ea1/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-18T12:12:04.115495-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 2.5",
                "amount": 6118.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3882.0
            }
        ],
        "expected_reward_tokens": 9238.18,
        "profit_sb": -261.82,
        "profit_sb_percentage": -2.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "4c181b14-2688-4071-b47d-c43d4e66df80",
            "gambit_id": "d050e89d-cc5e-4c86-88e7-09dbd3e510ad",
            "last_updated": "2023-04-21T22:02:18.101250-04:00",
            "created_at": "2023-04-18T12:12:04.118319-04:00",
            "name": "Game Total Over 2.5",
            "reward": "1.51000",
            "odds": "1.53000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ca59642-74e7-43a9-8be6-35f6e21fc3d9/?format=api"
        },
        {
            "id": "9316c717-1d76-423d-8679-f2f60dba314e",
            "gambit_id": "4a0306ee-a538-4174-81c4-11903592b5db",
            "last_updated": "2023-04-21T22:02:18.099064-04:00",
            "created_at": "2023-04-18T12:12:04.116910-04:00",
            "name": "Game Total Under 2.5",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ca59642-74e7-43a9-8be6-35f6e21fc3d9/?format=api"
        }
    ]
}