GET /api/bet_types/58b9f27c-d24b-4e63-b8c4-168678afa2f0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "58b9f27c-d24b-4e63-b8c4-168678afa2f0",
    "match": "https://api-prod.gambitprofit.com/api/matches/759238eb-92ef-4970-9780-eba956702aa0/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 2.5",
                "amount": 5838.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4162.0
            }
        ],
        "expected_reward_tokens": 8989.92,
        "profit_sb": -10.08,
        "profit_sb_percentage": -0.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "9bd6dc7c-3d1b-4670-86e8-5fafa2cf2b96",
            "gambit_id": "a29c3082-784c-46bb-9179-63d93ff3995e",
            "last_updated": "2022-09-11T21:22:16.542121-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.54000",
            "odds": "1.60000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58b9f27c-d24b-4e63-b8c4-168678afa2f0/?format=api"
        },
        {
            "id": "92b56459-db0f-4682-80b6-ef9db8dd6cc8",
            "gambit_id": "f64b6f45-90d1-4754-b663-92f65ce8dad6",
            "last_updated": "2022-09-11T21:22:16.538965-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.16000",
            "odds": "2.30000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58b9f27c-d24b-4e63-b8c4-168678afa2f0/?format=api"
        }
    ]
}