GET /api/bet_types/1d5e21d7-947c-4b70-bdd5-1692598147ae/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1d5e21d7-947c-4b70-bdd5-1692598147ae",
    "match": "https://api-prod.gambitprofit.com/api/matches/df9cae78-71f2-434d-a2d8-a79b2e235dba/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-07T14:11:47.961688-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 217",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 217",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "a917e636-de26-49fa-908e-0f365abf45d9",
            "gambit_id": "7602ee4f-df13-4461-8107-3260da3d5a56",
            "last_updated": "2023-04-08T11:47:24.686314-04:00",
            "created_at": "2023-04-07T14:11:47.964040-04:00",
            "name": "Game Total Under 217",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "217.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d5e21d7-947c-4b70-bdd5-1692598147ae/?format=api"
        },
        {
            "id": "caba839f-ddbf-4ebc-9449-7a57b7e2148a",
            "gambit_id": "516c6ef6-3d1a-4d4a-b3c2-e8d431ca3104",
            "last_updated": "2023-04-08T11:47:24.689270-04:00",
            "created_at": "2023-04-07T14:11:47.966125-04:00",
            "name": "Game Total Over 217",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "217.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d5e21d7-947c-4b70-bdd5-1692598147ae/?format=api"
        }
    ]
}