GET /api/bet_types/3acf371b-901d-4cc7-9acb-2706b813bf0b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3acf371b-901d-4cc7-9acb-2706b813bf0b",
    "match": "https://api-prod.gambitprofit.com/api/matches/bd2e7729-7c4f-4d62-9f2c-1f22a1683e4b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-26T09:23:25.525829-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 Under 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "34a4847f-c988-4928-a78b-7be91e95ea2c",
            "gambit_id": "6c921a6d-aa8c-444f-9359-7a9dd405e74f",
            "last_updated": "2023-08-28T16:18:34.108029-04:00",
            "created_at": "2023-08-26T09:23:25.533765-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3acf371b-901d-4cc7-9acb-2706b813bf0b/?format=api"
        },
        {
            "id": "c9777a4b-db38-40da-b22a-32916bb1353c",
            "gambit_id": "3ad69317-5b91-4cb7-af3c-a27a510c3f36",
            "last_updated": "2023-08-28T16:18:34.092063-04:00",
            "created_at": "2023-08-26T09:23:25.529477-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3acf371b-901d-4cc7-9acb-2706b813bf0b/?format=api"
        }
    ]
}