GET /api/bet_types/a5b31f42-b7d4-46fb-8d01-09a2eebc0ce1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a5b31f42-b7d4-46fb-8d01-09a2eebc0ce1",
    "match": "https://api-prod.gambitprofit.com/api/matches/83e5923e-a43d-4b58-afa0-cbff40fd5c31/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-12T10:56:58.420724-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 6.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "badd6649-352a-47a2-862f-924b50f18883",
            "gambit_id": "4fa4c1b3-ed93-45c1-ac07-4d008a42bf3d",
            "last_updated": "2023-02-13T10:02:11.349423-05:00",
            "created_at": "2023-02-12T10:56:58.422009-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a5b31f42-b7d4-46fb-8d01-09a2eebc0ce1/?format=api"
        },
        {
            "id": "20b1ca91-6918-4d7b-b560-838dcdbf4269",
            "gambit_id": "4119afee-d117-4b19-a059-6a9ab96a7c89",
            "last_updated": "2023-02-13T10:02:11.350926-05:00",
            "created_at": "2023-02-12T10:56:58.423407-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a5b31f42-b7d4-46fb-8d01-09a2eebc0ce1/?format=api"
        }
    ]
}