GET /api/bet_types/e1b0e2b3-103b-426b-a05e-e151b1200860/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e1b0e2b3-103b-426b-a05e-e151b1200860",
    "match": "https://api-prod.gambitprofit.com/api/matches/0b4446e0-64ad-4f72-8060-e426589d7b9a/?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 8",
                "amount": 5204.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4796.0
            }
        ],
        "expected_reward_tokens": 9159.04,
        "profit_sb": 159.04,
        "profit_sb_percentage": 1.77,
        "recommended": true
    },
    "lines": [
        {
            "id": "dc2ddc89-baf1-4d83-afe9-16c9d63bf127",
            "gambit_id": "b33084c0-54fe-49e8-a2f1-c27b53f0189c",
            "last_updated": "2022-08-05T10:06:55.073338-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8",
            "reward": "1.76000",
            "odds": "1.83330",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1b0e2b3-103b-426b-a05e-e151b1200860/?format=api"
        },
        {
            "id": "2e1d1f77-4e75-42b7-8f20-33df4c60616f",
            "gambit_id": "28491e0d-6b2b-4f14-8c46-99be75d8460f",
            "last_updated": "2022-08-05T10:06:55.073919-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8",
            "reward": "1.91000",
            "odds": "2.00000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1b0e2b3-103b-426b-a05e-e151b1200860/?format=api"
        }
    ]
}