GET /api/bet_types/e0371a57-d2a3-4166-8113-e1597f62d0fb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e0371a57-d2a3-4166-8113-e1597f62d0fb",
    "match": "https://api-prod.gambitprofit.com/api/matches/c3b0570b-f56c-4303-9b71-c38b0521772b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-08T09:38:19.431677-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.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 221.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "e1a05526-f3cc-4f22-a29a-a174b2d60bd0",
            "gambit_id": "ba5b6ae2-d6e6-410b-aa87-c217fe482a05",
            "last_updated": "2023-12-09T11:43:27.876080-05:00",
            "created_at": "2023-12-08T09:38:19.439240-05:00",
            "name": "Game Total Under 221.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "221.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0371a57-d2a3-4166-8113-e1597f62d0fb/?format=api"
        },
        {
            "id": "82e5a564-3acb-4358-b410-2b423bf52aef",
            "gambit_id": "9a79dcd4-ab7d-49a9-8db4-b1e9b1193a50",
            "last_updated": "2023-12-09T11:43:27.872742-05:00",
            "created_at": "2023-12-08T09:38:19.435228-05:00",
            "name": "Game Total Over 221.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "221.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0371a57-d2a3-4166-8113-e1597f62d0fb/?format=api"
        }
    ]
}