GET /api/bet_types/de862b1d-6e5a-4d16-b642-751f6cdaae71/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "de862b1d-6e5a-4d16-b642-751f6cdaae71",
    "match": "https://api-prod.gambitprofit.com/api/matches/794fa469-a871-4de4-af55-c39a02cf39af/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-17T10:27:15.626791-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 2.5",
                "amount": 5520.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4480.0
            }
        ],
        "expected_reward_tokens": 9273.6,
        "profit_sb": -226.4,
        "profit_sb_percentage": -2.38,
        "recommended": false
    },
    "lines": [
        {
            "id": "deb5ecf0-47da-42c6-999f-fef062281ade",
            "gambit_id": "7f23086b-a13a-4f43-a9d8-e104bd0e8df2",
            "last_updated": "2023-02-19T16:07:15.059799-05:00",
            "created_at": "2023-02-17T10:27:15.629306-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.68000",
            "odds": "1.70000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de862b1d-6e5a-4d16-b642-751f6cdaae71/?format=api"
        },
        {
            "id": "501c2b17-ccea-4606-83b2-6dbe26219564",
            "gambit_id": "a0ff62ca-ec96-47b0-8f24-d8df06c99486",
            "last_updated": "2023-02-19T16:07:15.058435-05:00",
            "created_at": "2023-02-17T10:27:15.628038-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.07000",
            "odds": "2.10000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de862b1d-6e5a-4d16-b642-751f6cdaae71/?format=api"
        }
    ]
}