GET /api/bet_types/766f5723-7da5-4a7d-a849-64710d6ad828/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "766f5723-7da5-4a7d-a849-64710d6ad828",
    "match": "https://api-prod.gambitprofit.com/api/matches/96df9049-c4a6-4641-a03a-01bad3cee2a1/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-25T11:42:06.829956-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 Under 225",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 225",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "31efab66-bdad-4744-952b-d65a6f0c0832",
            "gambit_id": "dffea253-23ef-4e1e-9c48-9c4ff20f9832",
            "last_updated": "2023-04-26T20:42:14.870879-04:00",
            "created_at": "2023-04-25T11:42:06.831686-04:00",
            "name": "Game Total Under 225",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "225.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/766f5723-7da5-4a7d-a849-64710d6ad828/?format=api"
        },
        {
            "id": "0908729a-8a6a-4cbf-8867-2de69e04790e",
            "gambit_id": "ee96caf7-481e-437d-ac56-e2ba4df60038",
            "last_updated": "2023-04-26T20:42:14.872387-04:00",
            "created_at": "2023-04-25T11:42:06.833672-04:00",
            "name": "Game Total Over 225",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "225.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/766f5723-7da5-4a7d-a849-64710d6ad828/?format=api"
        }
    ]
}