GET /api/bet_types/3e6464cc-58c6-45ca-8584-b415ac241228/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3e6464cc-58c6-45ca-8584-b415ac241228",
    "match": "https://api-prod.gambitprofit.com/api/matches/babb2fe8-04be-4c02-bf04-6e000dc729ba/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-13T09:07:58.517173-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 8",
                "amount": 5319.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "cae1f2ad-3d51-4373-9912-109153b5a63a",
            "gambit_id": "2125913c-ee4b-44de-80d6-22179bf038a1",
            "last_updated": "2023-09-15T10:23:23.074298-04:00",
            "created_at": "2023-09-13T09:07:58.526161-04:00",
            "name": "Game Total Under 8",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e6464cc-58c6-45ca-8584-b415ac241228/?format=api"
        },
        {
            "id": "76593994-741b-4265-b3fa-8e1805987dcb",
            "gambit_id": "c4e2af40-11c0-430e-851b-b41f0c28a92e",
            "last_updated": "2023-09-15T10:23:23.070986-04:00",
            "created_at": "2023-09-13T09:07:58.521386-04:00",
            "name": "Game Total Over 8",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e6464cc-58c6-45ca-8584-b415ac241228/?format=api"
        }
    ]
}