GET /api/bet_types/5f8f1e60-5f6c-4f83-aa96-2eb5c74e1c1d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5f8f1e60-5f6c-4f83-aa96-2eb5c74e1c1d",
    "match": "https://api-prod.gambitprofit.com/api/matches/eba5ea09-87ce-47ef-ad42-b8b3b9eb445c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-12T09:32:58.884507-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 221",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 221",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "f84b198e-834c-41f2-841a-95c35ed50ef7",
            "gambit_id": "c5093167-5d21-425f-a096-24f5887d329f",
            "last_updated": "2023-11-14T09:18:07.344192-05:00",
            "created_at": "2023-11-12T09:32:58.888881-05:00",
            "name": "Game Total Over 221",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "221.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f8f1e60-5f6c-4f83-aa96-2eb5c74e1c1d/?format=api"
        },
        {
            "id": "7d2b9bdb-faba-4fca-9b1d-7045fcd85890",
            "gambit_id": "37db1efc-6c09-46b2-83ef-0e7ff2bb2835",
            "last_updated": "2023-11-14T09:18:07.348493-05:00",
            "created_at": "2023-11-12T09:32:58.892584-05:00",
            "name": "Game Total Under 221",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "221.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f8f1e60-5f6c-4f83-aa96-2eb5c74e1c1d/?format=api"
        }
    ]
}