GET /api/bet_types/e8b259dc-9d8a-4fc8-b8c3-f1d230fcf90d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e8b259dc-9d8a-4fc8-b8c3-f1d230fcf90d",
    "match": "https://api-prod.gambitprofit.com/api/matches/1fb4c21c-77e9-4eb3-b183-facea6050e66/?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 6",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "70879d93-767c-4016-a491-4b986362bd4a",
            "gambit_id": "5ef234ff-cb71-4fe8-855b-a62d2750b5b2",
            "last_updated": "2022-10-17T14:27:39.891326-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8b259dc-9d8a-4fc8-b8c3-f1d230fcf90d/?format=api"
        },
        {
            "id": "0ef4a1b6-66a5-40ca-9ba7-b994256c4bfd",
            "gambit_id": "69952f02-0723-4fcd-bd76-c23eb1ab6bb1",
            "last_updated": "2022-10-17T14:27:39.892562-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8b259dc-9d8a-4fc8-b8c3-f1d230fcf90d/?format=api"
        }
    ]
}