GET /api/bet_types/0123b671-6739-4f49-9b53-4765702e4110/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0123b671-6739-4f49-9b53-4765702e4110",
    "match": "https://api-prod.gambitprofit.com/api/matches/74803e46-4d6a-4bd1-be70-d4af3d89fcf5/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-11T09:07:57.072048-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",
                "amount": 5214.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "aa7fa35b-7fd6-4361-9a1d-aa80de56f914",
            "gambit_id": "82356eda-30dc-4da5-bd33-24e059d35f56",
            "last_updated": "2023-10-12T11:33:04.878733-04:00",
            "created_at": "2023-10-11T09:07:57.077970-04:00",
            "name": "Game Total Over 6",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0123b671-6739-4f49-9b53-4765702e4110/?format=api"
        },
        {
            "id": "ef84fc81-791a-4ffe-8551-45f075922ce7",
            "gambit_id": "e10326a8-69c9-4cce-a428-4dc6263d5046",
            "last_updated": "2023-10-12T11:33:04.882324-04:00",
            "created_at": "2023-10-11T09:07:57.083364-04:00",
            "name": "Game Total Under 6",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0123b671-6739-4f49-9b53-4765702e4110/?format=api"
        }
    ]
}