GET /api/bet_types/6a380cf9-ea3e-4bd7-a82b-f903fefb3464/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6a380cf9-ea3e-4bd7-a82b-f903fefb3464",
    "match": "https://api-prod.gambitprofit.com/api/matches/054e9394-6a07-4af5-be11-ed2c54397331/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 Over 7",
                "amount": 5110.0
            },
            {
                "team": "Game Total Under 7",
                "amount": 4890.0
            }
        ],
        "expected_reward_tokens": 9095.4,
        "profit_sb": 95.4,
        "profit_sb_percentage": 1.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "5a8c34ee-0301-41a3-b328-65e811d5a4db",
            "gambit_id": "84fa7b56-760a-4584-94e0-8db8d9e90350",
            "last_updated": "2022-08-19T09:51:52.782971-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7",
            "reward": "1.78000",
            "odds": "1.86960",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a380cf9-ea3e-4bd7-a82b-f903fefb3464/?format=api"
        },
        {
            "id": "e65b2c2f-b8fc-4d36-a397-4af545dd3be3",
            "gambit_id": "963e0f88-d3da-4f3b-83ad-9604ebcea1bb",
            "last_updated": "2022-08-19T09:51:52.782485-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7",
            "reward": "1.86000",
            "odds": "1.95240",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a380cf9-ea3e-4bd7-a82b-f903fefb3464/?format=api"
        }
    ]
}