GET /api/bet_types/b1c5516e-e836-4f6b-91d0-1ebc7cd94da9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b1c5516e-e836-4f6b-91d0-1ebc7cd94da9",
    "match": "https://api-prod.gambitprofit.com/api/matches/e516b189-3b02-413d-9655-78007ac3ddbb/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-18T08:46:57.864936-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 6",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "af382ce6-b910-4614-8645-b2c0b955ac55",
            "gambit_id": "320c4d12-81a8-495e-b6cf-73ea9b96297c",
            "last_updated": "2023-03-19T17:06:59.217546-04:00",
            "created_at": "2023-03-18T08:46:57.866789-04:00",
            "name": "Game Total Under 6",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1c5516e-e836-4f6b-91d0-1ebc7cd94da9/?format=api"
        },
        {
            "id": "d89e7eaa-3047-4040-bd2a-786562b94282",
            "gambit_id": "a0055c68-9354-42a7-b709-faea22917f44",
            "last_updated": "2023-03-19T17:06:59.218750-04:00",
            "created_at": "2023-03-18T08:46:57.868991-04:00",
            "name": "Game Total Over 6",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1c5516e-e836-4f6b-91d0-1ebc7cd94da9/?format=api"
        }
    ]
}