GET /api/bet_types/72df5e9a-23aa-4d22-998d-22e6e048933f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "72df5e9a-23aa-4d22-998d-22e6e048933f",
    "match": "https://api-prod.gambitprofit.com/api/matches/d521eae5-c2ce-44fe-8c06-e1312ba121eb/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-20T13:31:55.192669-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 52",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 52",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "c62ead7f-c916-48d6-ab50-99f0b698baea",
            "gambit_id": "231c1fc0-b94f-4005-8ed3-c88c8446d04f",
            "last_updated": "2023-01-22T21:26:55.694700-05:00",
            "created_at": "2023-01-20T13:31:55.194485-05:00",
            "name": "Game Total Under 52",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "52.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/72df5e9a-23aa-4d22-998d-22e6e048933f/?format=api"
        },
        {
            "id": "a82e0287-657d-449a-aa99-c9309ab51e76",
            "gambit_id": "6134ea6b-17e1-4f3e-9a20-76fbca13c44c",
            "last_updated": "2023-01-22T21:26:55.695783-05:00",
            "created_at": "2023-01-20T13:31:55.196185-05:00",
            "name": "Game Total Over 52",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "52.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/72df5e9a-23aa-4d22-998d-22e6e048933f/?format=api"
        }
    ]
}