GET /api/bet_types/61e441a1-98ef-4c3b-b109-88db2c702357/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "61e441a1-98ef-4c3b-b109-88db2c702357",
    "match": "https://api-prod.gambitprofit.com/api/matches/af578c2b-64b3-4580-937c-dc267caacd64/?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 Over 48",
                "amount": 5109.0
            },
            {
                "team": "Game Total Under 48",
                "amount": 4891.0
            }
        ],
        "expected_reward_tokens": 9145.11,
        "profit_sb": 145.11,
        "profit_sb_percentage": 1.61,
        "recommended": true
    },
    "lines": [
        {
            "id": "1d627996-7f4d-4205-8964-710670c8ccd5",
            "gambit_id": "552767dc-e3ba-44c2-bf44-9ea28fe9b3a3",
            "last_updated": "2022-08-28T11:27:16.384305-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 48",
            "reward": "1.79000",
            "odds": "1.86960",
            "spread": "48.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61e441a1-98ef-4c3b-b109-88db2c702357/?format=api"
        },
        {
            "id": "eb8874e2-f0ab-4f96-b47e-35b7d862fbd1",
            "gambit_id": "36547cae-9b6c-41af-8933-7905339ae925",
            "last_updated": "2022-08-28T11:27:16.383776-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 48",
            "reward": "1.87000",
            "odds": "1.95240",
            "spread": "48.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61e441a1-98ef-4c3b-b109-88db2c702357/?format=api"
        }
    ]
}