GET /api/bet_types/c3c0009a-dda2-47ef-adef-ba02af27e423/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c3c0009a-dda2-47ef-adef-ba02af27e423",
    "match": "https://api-prod.gambitprofit.com/api/matches/b26bc128-3d94-479c-9753-db5fd99a2302/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 Under 45",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 45",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "d37f75fd-071e-4052-a4ad-7ce58170dd30",
            "gambit_id": "b295ec12-d7d7-40e9-a3b4-bfa5353e65dc",
            "last_updated": "2022-10-16T15:07:11.617088-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 45",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "45.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3c0009a-dda2-47ef-adef-ba02af27e423/?format=api"
        },
        {
            "id": "5cb7196a-0f70-434c-ad62-697a0dd3762a",
            "gambit_id": "74f94903-32eb-4e1e-9b08-2a080dcd5d2a",
            "last_updated": "2022-10-16T15:07:11.618120-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 45",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "45.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3c0009a-dda2-47ef-adef-ba02af27e423/?format=api"
        }
    ]
}