GET /api/bet_types/827f5e5a-8a45-4891-a3fc-51f4343f7ae1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "827f5e5a-8a45-4891-a3fc-51f4343f7ae1",
    "match": "https://api-prod.gambitprofit.com/api/matches/e2ccc706-aa3e-4f73-ad65-090706ecbee5/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-29T08:33:13.466097-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 6.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "b4727c79-a522-41ce-842e-3ea4f398c3c4",
            "gambit_id": "b97b302b-25c3-4281-8764-5c37c35dd1be",
            "last_updated": "2023-08-30T13:28:25.552909-04:00",
            "created_at": "2023-08-29T08:33:13.473517-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/827f5e5a-8a45-4891-a3fc-51f4343f7ae1/?format=api"
        },
        {
            "id": "43f39cb5-64a2-4793-98d5-940d525d5336",
            "gambit_id": "38100fa8-30b0-45a6-977e-f6819b548700",
            "last_updated": "2023-08-30T13:28:25.557016-04:00",
            "created_at": "2023-08-29T08:33:13.469632-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/827f5e5a-8a45-4891-a3fc-51f4343f7ae1/?format=api"
        }
    ]
}