GET /api/bet_types/36711bde-6476-4b9f-8fb2-55aecbeab8c2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "36711bde-6476-4b9f-8fb2-55aecbeab8c2",
    "match": "https://api-prod.gambitprofit.com/api/matches/5ef1612f-6812-4aa3-8a4c-b0e68460b4fa/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-02T09:28:13.773341-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 6.5",
                "amount": 5319.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "59bb109c-3829-4dfc-8dcb-51dfdc0fc49c",
            "gambit_id": "9940bf61-c792-4da6-aeb3-ebf4bfe17531",
            "last_updated": "2023-11-03T10:43:07.998308-04:00",
            "created_at": "2023-11-02T09:28:13.778768-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36711bde-6476-4b9f-8fb2-55aecbeab8c2/?format=api"
        },
        {
            "id": "364623f0-5a9d-432c-b7fe-63d656cf2e93",
            "gambit_id": "234af014-18fa-457d-8dc5-b81ca5dfd075",
            "last_updated": "2023-11-03T10:43:08.005512-04:00",
            "created_at": "2023-11-02T09:28:13.783346-04:00",
            "name": "Game Total Under 6.5",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36711bde-6476-4b9f-8fb2-55aecbeab8c2/?format=api"
        }
    ]
}