GET /api/bet_types/98ad36ea-8490-4b92-9636-92fa348b52b9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "98ad36ea-8490-4b92-9636-92fa348b52b9",
    "match": "https://api-prod.gambitprofit.com/api/matches/db454957-2216-4a6a-943e-fe22fa8497cc/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-02T09:57:09.891593-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 244",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 244",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "8884ad50-7e2d-4cc3-9a96-30f17c10687f",
            "gambit_id": "37e386e2-6fc1-41e8-95f5-75aacc91436e",
            "last_updated": "2023-04-03T20:12:05.498028-04:00",
            "created_at": "2023-04-02T09:57:09.895852-04:00",
            "name": "Game Total Over 244",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "244.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/98ad36ea-8490-4b92-9636-92fa348b52b9/?format=api"
        },
        {
            "id": "7ca4f872-8bf8-49fc-8339-ac0924d826f6",
            "gambit_id": "05c54c36-a5d6-413b-b590-d15392063775",
            "last_updated": "2023-04-03T20:12:05.495802-04:00",
            "created_at": "2023-04-02T09:57:09.893804-04:00",
            "name": "Game Total Under 244",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "244.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/98ad36ea-8490-4b92-9636-92fa348b52b9/?format=api"
        }
    ]
}