GET /api/bet_types/407b4fb6-949b-43cc-be2c-d8790eff3ecc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "407b4fb6-949b-43cc-be2c-d8790eff3ecc",
    "match": "https://api-prod.gambitprofit.com/api/matches/fe0ccdad-1637-426d-8863-db7a6e37b956/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-27T08:43:22.640678-04: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": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "60d9af20-7b54-43c5-9077-f9c5b7a7406b",
            "gambit_id": "b7ae4a17-9ceb-4aef-b855-23cf25d58b3a",
            "last_updated": "2023-06-28T21:33:07.497364-04:00",
            "created_at": "2023-06-27T08:43:22.648347-04:00",
            "name": "Game Total Under 8",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/407b4fb6-949b-43cc-be2c-d8790eff3ecc/?format=api"
        },
        {
            "id": "3db8a2b0-5243-4a41-9619-b6f7511a1827",
            "gambit_id": "f5c13966-8486-4902-b02f-067f1e28099b",
            "last_updated": "2023-06-28T21:33:07.494762-04:00",
            "created_at": "2023-06-27T08:43:22.643677-04:00",
            "name": "Game Total Over 8",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/407b4fb6-949b-43cc-be2c-d8790eff3ecc/?format=api"
        }
    ]
}