GET /api/bet_types/99094a18-f9f3-4f5c-afb1-2c8a6dd7119b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "99094a18-f9f3-4f5c-afb1-2c8a6dd7119b",
    "match": "https://api-prod.gambitprofit.com/api/matches/69756e1a-ae61-4f1a-b4a0-2a306517d824/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-25T09:46:55.034709-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 44.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 44.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "6807d0a2-631d-4328-936d-9a93838b0c3e",
            "gambit_id": "4030cb86-f646-44fa-88c2-20bc32393fee",
            "last_updated": "2023-01-30T17:46:54.331368-05:00",
            "created_at": "2023-01-25T09:46:55.035993-05:00",
            "name": "Game Total Under 44.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "44.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99094a18-f9f3-4f5c-afb1-2c8a6dd7119b/?format=api"
        },
        {
            "id": "a414ef32-d317-40b8-9aba-342c9890661d",
            "gambit_id": "0cdcfa44-36f3-442e-9a15-996322fe87bf",
            "last_updated": "2023-01-30T17:46:54.332699-05:00",
            "created_at": "2023-01-25T09:46:55.037297-05:00",
            "name": "Game Total Over 44.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "44.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99094a18-f9f3-4f5c-afb1-2c8a6dd7119b/?format=api"
        }
    ]
}