GET /api/bet_types/01433b03-4bdc-44c1-a802-c1fd7eaa0359/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "01433b03-4bdc-44c1-a802-c1fd7eaa0359",
    "match": "https://api-prod.gambitprofit.com/api/matches/d904cd53-b8bb-4ced-ab43-ec0a4dae6a2a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-12T10:03:08.340397-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",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "807539ec-be8a-46ec-ac00-5880922da507",
            "gambit_id": "8faddbf0-25d3-4a40-95b0-20c55efac875",
            "last_updated": "2023-12-14T10:33:29.158215-05:00",
            "created_at": "2023-12-12T10:03:08.349162-05:00",
            "name": "Game Total Over 6",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/01433b03-4bdc-44c1-a802-c1fd7eaa0359/?format=api"
        },
        {
            "id": "eb4337e6-fc0d-4bff-bf4f-dd6ea4a7aa41",
            "gambit_id": "80697437-1878-4f9d-a31d-d430b8e67d57",
            "last_updated": "2023-12-14T10:33:29.154547-05:00",
            "created_at": "2023-12-12T10:03:08.344043-05:00",
            "name": "Game Total Under 6",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/01433b03-4bdc-44c1-a802-c1fd7eaa0359/?format=api"
        }
    ]
}