GET /api/bet_types/c26dd700-9770-4467-8ef1-c9015b5f1594/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c26dd700-9770-4467-8ef1-c9015b5f1594",
    "match": "https://api-prod.gambitprofit.com/api/matches/d1092d23-1fcb-467f-9b6f-8a69770de30d/?format=api",
    "name": "Over/Under",
    "created_at": "2024-02-02T09:58:20.624396-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 Over 225.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 225.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "37c82014-acc6-47b1-b587-0f8b06740045",
            "gambit_id": "e3f0f166-4851-4019-9d15-5e738a43abe1",
            "last_updated": "2024-02-03T10:32:56.825132-05:00",
            "created_at": "2024-02-02T09:58:20.628796-05:00",
            "name": "Game Total Over 225.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "225.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c26dd700-9770-4467-8ef1-c9015b5f1594/?format=api"
        },
        {
            "id": "33d5ccfa-7aba-4bb4-aa91-29f0fd98496f",
            "gambit_id": "1ea98ada-d569-419f-888e-977473053f57",
            "last_updated": "2024-02-03T10:32:56.828632-05:00",
            "created_at": "2024-02-02T09:58:20.632862-05:00",
            "name": "Game Total Under 225.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "225.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c26dd700-9770-4467-8ef1-c9015b5f1594/?format=api"
        }
    ]
}