GET /api/bet_types/b0b923c4-6694-410f-8308-861664c7ca6b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b0b923c4-6694-410f-8308-861664c7ca6b",
    "match": "https://api-prod.gambitprofit.com/api/matches/5f72bfb8-cc84-4777-b7ea-9897cd7f7c46/?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 2.5",
                "amount": 5571.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4429.0
            }
        ],
        "expected_reward_tokens": 8857.89,
        "profit_sb": -142.11,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "6a047323-afcd-4bcb-a3d6-25f421db9634",
            "gambit_id": "cbdf5133-d9fe-4733-a70f-26f0f7b6046d",
            "last_updated": "2022-08-21T18:47:04.228131-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.59000",
            "odds": "1.65000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0b923c4-6694-410f-8308-861664c7ca6b/?format=api"
        },
        {
            "id": "677fe5c2-32cd-41c4-b27a-2804c9944fd7",
            "gambit_id": "7d906824-589b-45b0-aca0-deec6025053c",
            "last_updated": "2022-08-21T18:47:04.227652-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.00000",
            "odds": "2.10000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0b923c4-6694-410f-8308-861664c7ca6b/?format=api"
        }
    ]
}