GET /api/bet_types/7c831747-a247-4fb3-995f-32faf802045e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7c831747-a247-4fb3-995f-32faf802045e",
    "match": "https://api-prod.gambitprofit.com/api/matches/092a5796-4262-422a-accb-a9c1d6dddebb/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-12T09:22:59.987216-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 8.5",
                "amount": 5423.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "7f0473d2-7c45-4acb-a44c-fea001303046",
            "gambit_id": "60ec99fc-906b-4d71-98fb-94fa854dcd94",
            "last_updated": "2023-09-15T16:38:18.093848-04:00",
            "created_at": "2023-09-12T09:22:59.991805-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c831747-a247-4fb3-995f-32faf802045e/?format=api"
        },
        {
            "id": "8e6b28d5-b1e4-40d6-91e5-15b1b9706571",
            "gambit_id": "4c3fe082-7cb7-4a26-bf11-4faf8202d79b",
            "last_updated": "2023-09-15T16:38:18.099817-04:00",
            "created_at": "2023-09-12T09:22:59.997487-04:00",
            "name": "Game Total Under 8.5",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c831747-a247-4fb3-995f-32faf802045e/?format=api"
        }
    ]
}