GET /api/bet_types/00c7b13f-978d-4528-9cd1-3876c5452341/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "00c7b13f-978d-4528-9cd1-3876c5452341",
    "match": "https://api-prod.gambitprofit.com/api/matches/b32bc660-fb24-4e53-8b41-f00d6c25e339/?format=api",
    "name": "Over/Under",
    "created_at": "2024-02-01T09:23:10.094702-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 2.5",
                "amount": 5376.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4624.0
            }
        ],
        "expected_reward_tokens": 9246.72,
        "profit_sb": -253.28,
        "profit_sb_percentage": -2.67,
        "recommended": false
    },
    "lines": [
        {
            "id": "e5aeafc5-bd41-4e07-b2dc-35f9115b2e2c",
            "gambit_id": "64dfe69f-d864-48c1-ac59-e78d51899b2a",
            "last_updated": "2024-02-03T10:42:57.765699-05:00",
            "created_at": "2024-02-01T09:23:10.099051-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.72000",
            "odds": "1.75000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00c7b13f-978d-4528-9cd1-3876c5452341/?format=api"
        },
        {
            "id": "22b29345-ef6e-420e-ac0c-207f54030202",
            "gambit_id": "108242cf-859c-4a4d-8b1f-d5f8d1dc7e75",
            "last_updated": "2024-02-03T10:42:57.769509-05:00",
            "created_at": "2024-02-01T09:23:10.104297-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00c7b13f-978d-4528-9cd1-3876c5452341/?format=api"
        }
    ]
}