GET /api/bet_types/f890dbb7-1d68-4de7-a766-ac3d0f201616/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f890dbb7-1d68-4de7-a766-ac3d0f201616",
    "match": "https://api-prod.gambitprofit.com/api/matches/d220b2c7-8a0d-488d-a2c7-a193714c31a3/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-10T08:23:19.511494-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 6.5",
                "amount": 5423.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "0a393edc-1481-42c4-88fb-1f2583721770",
            "gambit_id": "38aaddc5-78a9-4e79-9ec9-ddb1abf81468",
            "last_updated": "2023-11-12T11:33:23.732153-05:00",
            "created_at": "2023-11-10T08:23:19.517495-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f890dbb7-1d68-4de7-a766-ac3d0f201616/?format=api"
        },
        {
            "id": "9a714ba4-15a4-4e52-8c25-692c16d75b8e",
            "gambit_id": "f9e113cd-aca3-44d5-992b-ae68099b6f1b",
            "last_updated": "2023-11-12T11:33:23.736013-05:00",
            "created_at": "2023-11-10T08:23:19.523098-05:00",
            "name": "Game Total Under 6.5",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f890dbb7-1d68-4de7-a766-ac3d0f201616/?format=api"
        }
    ]
}