GET /api/bet_types/0f9683d7-4f0a-4a04-bf3c-f0e5a7d9e2e9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0f9683d7-4f0a-4a04-bf3c-f0e5a7d9e2e9",
    "match": "https://api-prod.gambitprofit.com/api/matches/e8630f09-76c3-4c1f-83c1-ac6ab6fa5b6e/?format=api",
    "name": "Over/Under",
    "created_at": "2022-12-23T12:52:11.353368-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 41.5",
                "amount": 5098.0
            },
            {
                "team": "Game Total Under 41.5",
                "amount": 4902.0
            }
        ],
        "expected_reward_tokens": 8921.5,
        "profit_sb": -78.5,
        "profit_sb_percentage": -0.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "7acc9891-fc87-4bbc-81af-c0c1dd999179",
            "gambit_id": "b4e4c826-1025-4fa9-b1a9-de1461b91c96",
            "last_updated": "2022-12-26T12:37:06.984326-05:00",
            "created_at": "2022-12-23T12:52:11.356092-05:00",
            "name": "Game Total Over 41.5",
            "reward": "1.75000",
            "odds": "1.86960",
            "spread": "41.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f9683d7-4f0a-4a04-bf3c-f0e5a7d9e2e9/?format=api"
        },
        {
            "id": "651ec2c8-02c2-4505-8f42-04dc63d3d127",
            "gambit_id": "76a41619-3cdb-4222-988c-ea9e00696051",
            "last_updated": "2022-12-26T12:37:06.981481-05:00",
            "created_at": "2022-12-23T12:52:11.354688-05:00",
            "name": "Game Total Under 41.5",
            "reward": "1.82000",
            "odds": "1.95240",
            "spread": "41.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f9683d7-4f0a-4a04-bf3c-f0e5a7d9e2e9/?format=api"
        }
    ]
}