GET /api/bet_types/07dda848-5e81-4058-a3f1-a496ebe8c502/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "07dda848-5e81-4058-a3f1-a496ebe8c502",
    "match": "https://api-prod.gambitprofit.com/api/matches/8417b19a-81de-4810-8844-af7c62f7b911/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-03T11:23:17.354873-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 225",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 225",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "25f6bdd7-1f38-4259-bcef-4a4f09a98a75",
            "gambit_id": "16a4f372-30f0-4be2-8894-d165483b30ad",
            "last_updated": "2023-11-04T10:38:16.546812-04:00",
            "created_at": "2023-11-03T11:23:17.359258-04:00",
            "name": "Game Total Over 225",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "225.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/07dda848-5e81-4058-a3f1-a496ebe8c502/?format=api"
        },
        {
            "id": "362ecd18-1b76-4c0c-be30-8b1b20f01163",
            "gambit_id": "250cf178-04c2-44fa-a6fe-49666b4a1bc2",
            "last_updated": "2023-11-04T10:38:16.550363-04:00",
            "created_at": "2023-11-03T11:23:17.363498-04:00",
            "name": "Game Total Under 225",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "225.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/07dda848-5e81-4058-a3f1-a496ebe8c502/?format=api"
        }
    ]
}