GET /api/bet_types/193a831e-2fbb-4d1f-b9f6-f7e16be74a66/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "193a831e-2fbb-4d1f-b9f6-f7e16be74a66",
    "match": "https://api-prod.gambitprofit.com/api/matches/088fbcba-29a6-4731-bbbb-f0fba19b0a0e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-11T08:53:07.266285-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 7",
                "amount": 5429.0
            },
            {
                "team": "Game Total Over 7",
                "amount": 4571.0
            }
        ],
        "expected_reward_tokens": 9553.39,
        "profit_sb": 53.39,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "efd9fdbe-df7d-4f8a-86b9-cddee36531b8",
            "gambit_id": "395ac402-6ebc-47cd-8c02-d8e89d0834ea",
            "last_updated": "2023-11-13T13:53:13.693804-05:00",
            "created_at": "2023-11-11T08:53:07.291258-05:00",
            "name": "Game Total Under 7",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/193a831e-2fbb-4d1f-b9f6-f7e16be74a66/?format=api"
        },
        {
            "id": "b8e81a71-9b78-4ba2-85b5-c5d0b235929b",
            "gambit_id": "83d63f89-fab5-4b48-b6b3-dae092bd22bc",
            "last_updated": "2023-11-13T13:53:13.690696-05:00",
            "created_at": "2023-11-11T08:53:07.281608-05:00",
            "name": "Game Total Over 7",
            "reward": "2.09000",
            "odds": "2.15000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/193a831e-2fbb-4d1f-b9f6-f7e16be74a66/?format=api"
        }
    ]
}