GET /api/bet_types/5f4ff196-338a-4add-8fa6-a76023bd5b9e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5f4ff196-338a-4add-8fa6-a76023bd5b9e",
    "match": "https://api-prod.gambitprofit.com/api/matches/265ac207-bf82-4da1-bebf-ffd5bf5b8559/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-17T10:17:12.702329-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 Over 220",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 220",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "2b2e62e1-6c99-48d1-9ed3-1db1f067f868",
            "gambit_id": "310d4435-8f06-472a-b301-6d943d0fb517",
            "last_updated": "2023-03-18T14:52:12.635399-04:00",
            "created_at": "2023-03-17T10:17:12.704943-04:00",
            "name": "Game Total Over 220",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "220.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f4ff196-338a-4add-8fa6-a76023bd5b9e/?format=api"
        },
        {
            "id": "edf49c72-e519-4919-9294-bd4c58aebbcb",
            "gambit_id": "311f55b5-1dd5-4de0-9449-b9e2c9980eca",
            "last_updated": "2023-03-18T14:52:12.633950-04:00",
            "created_at": "2023-03-17T10:17:12.703642-04:00",
            "name": "Game Total Under 220",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "220.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f4ff196-338a-4add-8fa6-a76023bd5b9e/?format=api"
        }
    ]
}