GET /api/bet_types/4b7eade2-0a63-4a09-9b02-7be92b6f1770/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4b7eade2-0a63-4a09-9b02-7be92b6f1770",
    "match": "https://api-prod.gambitprofit.com/api/matches/6d8d1935-9ee0-4ef8-9e5d-de3c9bf9f077/?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": 5208.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "c7d12511-2749-4325-90c9-0119976fd2db",
            "gambit_id": "1df87cec-b7b7-4774-8c90-4b3ee3745591",
            "last_updated": "2022-12-19T10:37:30.265913-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b7eade2-0a63-4a09-9b02-7be92b6f1770/?format=api"
        },
        {
            "id": "a30e4e79-c605-48a8-90c0-1afc8f8552fb",
            "gambit_id": "0f67d226-0e6f-4248-a8b7-3b894f452f9e",
            "last_updated": "2022-12-19T10:37:30.267073-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b7eade2-0a63-4a09-9b02-7be92b6f1770/?format=api"
        }
    ]
}