GET /api/bet_types/3f36f01d-328a-4f80-8f97-301906a4f3f6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3f36f01d-328a-4f80-8f97-301906a4f3f6",
    "match": "https://api-prod.gambitprofit.com/api/matches/eb566c3d-dba0-4747-b4a0-10c937b75ac5/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-09T11:12:02.445741-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 231",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 231",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "505b1b7f-a025-4302-915b-81646c744fb3",
            "gambit_id": "b5d1e385-e045-4a52-a7e0-b278aef987af",
            "last_updated": "2023-02-10T09:37:27.046862-05:00",
            "created_at": "2023-02-09T11:12:02.447018-05:00",
            "name": "Game Total Under 231",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "231.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f36f01d-328a-4f80-8f97-301906a4f3f6/?format=api"
        },
        {
            "id": "0006ef01-848f-409a-98b1-e94cc33b13bf",
            "gambit_id": "4f2ceadf-d7b5-4d89-be5b-10ee45a83261",
            "last_updated": "2023-02-10T09:37:27.048079-05:00",
            "created_at": "2023-02-09T11:12:02.448327-05:00",
            "name": "Game Total Over 231",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "231.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f36f01d-328a-4f80-8f97-301906a4f3f6/?format=api"
        }
    ]
}