GET /api/bet_types/7b7fb802-54c1-4fe0-b992-abd731bfddaa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7b7fb802-54c1-4fe0-b992-abd731bfddaa",
    "match": "https://api-prod.gambitprofit.com/api/matches/4f9e129d-4942-4284-866b-f65546f14653/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-14T12:02:18.769172-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 46.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 46.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "fb56900c-4c4b-4ddd-905c-119f07866393",
            "gambit_id": "3ec42611-632b-4dab-9d82-8e575824b8e4",
            "last_updated": "2023-04-18T12:12:05.491179-04:00",
            "created_at": "2023-04-14T12:02:18.770677-04:00",
            "name": "Game Total Under 46.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "46.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b7fb802-54c1-4fe0-b992-abd731bfddaa/?format=api"
        },
        {
            "id": "59b1d8ca-d61f-4054-bc52-72a4bc57191f",
            "gambit_id": "eb22c2b6-c4f9-4590-be06-256d282e9d40",
            "last_updated": "2023-04-18T12:12:05.492516-04:00",
            "created_at": "2023-04-14T12:02:18.772528-04:00",
            "name": "Game Total Over 46.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "46.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b7fb802-54c1-4fe0-b992-abd731bfddaa/?format=api"
        }
    ]
}