GET /api/bet_types/e37f5d58-2485-4582-89d3-646352381784/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e37f5d58-2485-4582-89d3-646352381784",
    "match": "https://api-prod.gambitprofit.com/api/matches/57d87d52-95bf-421c-b25f-e4131f5c308b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-18T09:07:14.045320-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 Under 6.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "ffaaa9fc-c4ed-4f66-b1cf-5be8ed262f29",
            "gambit_id": "168b34d7-cb75-4d04-bc54-614a1c200bd3",
            "last_updated": "2023-02-19T09:57:20.272781-05:00",
            "created_at": "2023-02-18T09:07:14.046965-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e37f5d58-2485-4582-89d3-646352381784/?format=api"
        },
        {
            "id": "f0353524-7e8f-47eb-a1f9-45dbf36b34b8",
            "gambit_id": "b2e4add3-7c7e-4180-815a-863b06f1fd87",
            "last_updated": "2023-02-19T09:57:20.273953-05:00",
            "created_at": "2023-02-18T09:07:14.048436-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e37f5d58-2485-4582-89d3-646352381784/?format=api"
        }
    ]
}