GET /api/bet_types/c489340c-1c70-408d-b607-4d9e8078abef/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c489340c-1c70-408d-b607-4d9e8078abef",
    "match": "https://api-prod.gambitprofit.com/api/matches/db5c2c8c-1db9-49a3-a49e-dfdc906886c8/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-17T10:31:55.884822-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 2.5",
                "amount": 5387.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4613.0
            }
        ],
        "expected_reward_tokens": 9318.26,
        "profit_sb": -181.74,
        "profit_sb_percentage": -1.91,
        "recommended": false
    },
    "lines": [
        {
            "id": "5349fab9-d16d-4b5a-8436-9b04e6f70d63",
            "gambit_id": "926ed2e1-a04d-425d-ae26-3ac6767e33bb",
            "last_updated": "2023-02-20T09:51:56.665462-05:00",
            "created_at": "2023-02-17T10:31:55.886142-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.73000",
            "odds": "1.75000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c489340c-1c70-408d-b607-4d9e8078abef/?format=api"
        },
        {
            "id": "e76c0e32-6ba5-4914-9ea8-c6fd6b493f83",
            "gambit_id": "a74312fe-c539-4020-90c2-df40f2154a25",
            "last_updated": "2023-02-20T09:51:56.666652-05:00",
            "created_at": "2023-02-17T10:31:55.887457-05:00",
            "name": "Game Total Over 2.5",
            "reward": "2.02000",
            "odds": "2.05000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c489340c-1c70-408d-b607-4d9e8078abef/?format=api"
        }
    ]
}