GET /api/bet_types/1e3a5bd2-e8d3-44c3-a356-74e71a740eb2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1e3a5bd2-e8d3-44c3-a356-74e71a740eb2",
    "match": "https://api-prod.gambitprofit.com/api/matches/8e20af0c-1882-43d0-9c94-73eff29a8211/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-19T09:52:14.953479-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 5.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 5.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "f622b16a-7101-4621-8fb1-97a05b70ebb2",
            "gambit_id": "8c1b9ce5-f49b-4e88-b599-d9b36785f59e",
            "last_updated": "2023-02-20T09:51:56.983196-05:00",
            "created_at": "2023-02-19T09:52:14.955024-05:00",
            "name": "Game Total Under 5.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e3a5bd2-e8d3-44c3-a356-74e71a740eb2/?format=api"
        },
        {
            "id": "0784504d-2b86-4edb-a511-c0266fff64d9",
            "gambit_id": "0878fa1c-bca3-4b46-97bf-5fd491ca49e1",
            "last_updated": "2023-02-20T09:51:56.984359-05:00",
            "created_at": "2023-02-19T09:52:14.956415-05:00",
            "name": "Game Total Over 5.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e3a5bd2-e8d3-44c3-a356-74e71a740eb2/?format=api"
        }
    ]
}