GET /api/bet_types/fd190662-8f4d-4f0a-bd31-dc9ca00c75b1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fd190662-8f4d-4f0a-bd31-dc9ca00c75b1",
    "match": "https://api-prod.gambitprofit.com/api/matches/15ec3c4d-4191-46da-bf89-781a2fe55ff4/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 9",
                "amount": 5205.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4795.0
            }
        ],
        "expected_reward_tokens": 9108.75,
        "profit_sb": 108.75,
        "profit_sb_percentage": 1.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "138e9941-3e7a-4e7c-b66f-af7765c4267f",
            "gambit_id": "b870662c-2cdc-451f-8da6-93cf67eb9a43",
            "last_updated": "2022-09-02T08:57:03.952638-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 9",
            "reward": "1.75000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd190662-8f4d-4f0a-bd31-dc9ca00c75b1/?format=api"
        },
        {
            "id": "de8d54e4-02ac-4242-9901-5d3aa517cc83",
            "gambit_id": "c55b9c24-f417-4b7c-9402-0b1bca266ff5",
            "last_updated": "2022-09-02T08:57:03.952071-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 9",
            "reward": "1.90000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd190662-8f4d-4f0a-bd31-dc9ca00c75b1/?format=api"
        }
    ]
}