GET /api/bet_types/b6714b61-8a0a-4606-8455-a8aef8eba0b4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b6714b61-8a0a-4606-8455-a8aef8eba0b4",
    "match": "https://api-prod.gambitprofit.com/api/matches/6d46bd66-f252-48ab-862e-9a18a28fc8c1/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-03T09:37:56.747290-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 221",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 221",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "cc138aad-5c20-429c-a954-b2bbcb0a639c",
            "gambit_id": "1085e5eb-1ec9-47e5-afea-41fc86488d6a",
            "last_updated": "2024-01-05T13:58:01.214885-05:00",
            "created_at": "2024-01-03T09:37:56.751036-05:00",
            "name": "Game Total Over 221",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "221.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6714b61-8a0a-4606-8455-a8aef8eba0b4/?format=api"
        },
        {
            "id": "9f99ea43-c79d-479b-aa7d-19bcdf241d39",
            "gambit_id": "3bc653f8-e826-48c1-a78d-bef40ae2af92",
            "last_updated": "2024-01-05T13:58:01.218181-05:00",
            "created_at": "2024-01-03T09:37:56.755384-05:00",
            "name": "Game Total Under 221",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "221.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6714b61-8a0a-4606-8455-a8aef8eba0b4/?format=api"
        }
    ]
}