GET /api/bet_types/6d3af1c9-ad2c-4775-8dfc-f86f5c586f0a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6d3af1c9-ad2c-4775-8dfc-f86f5c586f0a",
    "match": "https://api-prod.gambitprofit.com/api/matches/066bd4cc-7bde-478c-8122-5463a6175606/?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 8",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "66581362-fd91-49b1-bf15-c4a2a0211f35",
            "gambit_id": "181a2e10-716d-4814-8803-eb2d0da370a3",
            "last_updated": "2022-08-09T09:42:03.227694-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d3af1c9-ad2c-4775-8dfc-f86f5c586f0a/?format=api"
        },
        {
            "id": "4407f32d-5510-48de-8256-a11dadfe1323",
            "gambit_id": "fb193bbd-344c-4660-b240-207dc0a8af01",
            "last_updated": "2022-08-09T09:42:03.228266-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d3af1c9-ad2c-4775-8dfc-f86f5c586f0a/?format=api"
        }
    ]
}