GET /api/bet_types/8e7c7021-637a-4ee3-8579-1162bee50a0c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8e7c7021-637a-4ee3-8579-1162bee50a0c",
    "match": "https://api-prod.gambitprofit.com/api/matches/c17c0e52-c6a7-4c8c-ba3d-5f23c3d305cc/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-24T09:13:24.257893-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 7",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 7",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "7403cff1-8a12-44b1-8517-2a523dcf4ea0",
            "gambit_id": "8126294a-ad6e-471d-aaf2-1fe88833d0f9",
            "last_updated": "2023-09-26T09:53:04.688440-04:00",
            "created_at": "2023-09-24T09:13:24.268022-04:00",
            "name": "Game Total Under 7",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e7c7021-637a-4ee3-8579-1162bee50a0c/?format=api"
        },
        {
            "id": "54b34cc6-be0c-4a95-a989-2149a8c1fda2",
            "gambit_id": "66e98080-5b2f-45b1-bc48-9682c3ac6a38",
            "last_updated": "2023-09-26T09:53:04.684449-04:00",
            "created_at": "2023-09-24T09:13:24.261415-04:00",
            "name": "Game Total Over 7",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e7c7021-637a-4ee3-8579-1162bee50a0c/?format=api"
        }
    ]
}