GET /api/bet_types/1e5a2598-26c6-42f5-a1b6-deeb7ff59b5a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1e5a2598-26c6-42f5-a1b6-deeb7ff59b5a",
    "match": "https://api-prod.gambitprofit.com/api/matches/bf0120bc-99e6-425b-919a-260f1ef9ebd8/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-28T10:08:14.076176-04: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 53",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 53",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "957e1aad-e8c0-403c-b5e0-a724a5b60da4",
            "gambit_id": "8b00f001-bbfc-452e-bdad-2e66dca62553",
            "last_updated": "2023-10-02T21:13:12.577331-04:00",
            "created_at": "2023-09-28T10:08:14.083445-04:00",
            "name": "Game Total Under 53",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "53.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e5a2598-26c6-42f5-a1b6-deeb7ff59b5a/?format=api"
        },
        {
            "id": "a9174459-ba81-4b88-bc55-7339c99c8a0e",
            "gambit_id": "a1868ac1-250c-4561-9f84-f9a789e52671",
            "last_updated": "2023-10-02T21:13:12.573683-04:00",
            "created_at": "2023-09-28T10:08:14.079852-04:00",
            "name": "Game Total Over 53",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "53.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e5a2598-26c6-42f5-a1b6-deeb7ff59b5a/?format=api"
        }
    ]
}