GET /api/bet_types/54d6bfa1-d86f-489e-bbb9-cb3b56549395/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "54d6bfa1-d86f-489e-bbb9-cb3b56549395",
    "match": "https://api-prod.gambitprofit.com/api/matches/90746af7-46cb-44e1-9e12-201896754980/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-31T09:58:21.208531-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 221",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 221",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "cd38ac33-7065-48f3-b521-32dceffc2624",
            "gambit_id": "539f3291-2b59-4cf0-8743-34c6e9dc390e",
            "last_updated": "2024-02-01T10:43:00.670191-05:00",
            "created_at": "2024-01-31T09:58:21.212435-05:00",
            "name": "Game Total Under 221",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "221.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/54d6bfa1-d86f-489e-bbb9-cb3b56549395/?format=api"
        },
        {
            "id": "4b8f1ebe-7dbe-4287-8d44-8f57cd879791",
            "gambit_id": "7dad5c3e-5f89-4cf4-8b9f-403a31c2c251",
            "last_updated": "2024-02-01T10:43:00.674565-05:00",
            "created_at": "2024-01-31T09:58:21.217031-05:00",
            "name": "Game Total Over 221",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "221.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/54d6bfa1-d86f-489e-bbb9-cb3b56549395/?format=api"
        }
    ]
}