GET /api/bet_types/79605dd7-4c54-457a-ac77-91bb72cbe32d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "79605dd7-4c54-457a-ac77-91bb72cbe32d",
    "match": "https://api-prod.gambitprofit.com/api/matches/cdffee58-2a25-430a-bc22-b6e0d5b1e6d2/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-28T11:22:18.296913-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 236.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 236.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "1736f7fe-9d06-44b1-be2d-13b57624077a",
            "gambit_id": "8a0504fd-29c2-42c4-9024-b0a6fa6094b2",
            "last_updated": "2023-04-30T15:06:53.622586-04:00",
            "created_at": "2023-04-28T11:22:18.300866-04:00",
            "name": "Game Total Over 236.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "236.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79605dd7-4c54-457a-ac77-91bb72cbe32d/?format=api"
        },
        {
            "id": "f89b8f9e-510c-459a-8ae8-abd4d7cd43ef",
            "gambit_id": "0aa1150a-1a9c-423c-8bf4-4210d4f25e6e",
            "last_updated": "2023-04-30T15:06:53.620466-04:00",
            "created_at": "2023-04-28T11:22:18.298886-04:00",
            "name": "Game Total Under 236.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "236.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79605dd7-4c54-457a-ac77-91bb72cbe32d/?format=api"
        }
    ]
}