GET /api/bet_types/3edbb9b1-dd3f-481c-bde4-8324c3fa17b7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3edbb9b1-dd3f-481c-bde4-8324c3fa17b7",
    "match": "https://api-prod.gambitprofit.com/api/matches/27067362-df85-4876-a2b1-f80ba2223e57/?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 7.5",
                "amount": 5205.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4795.0
            }
        ],
        "expected_reward_tokens": 9108.75,
        "profit_sb": 108.75,
        "profit_sb_percentage": 1.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "b6eb1d09-f390-4255-979a-3be8ae8a87c6",
            "gambit_id": "387af6e7-84cd-45f7-920e-27bdd4961d0f",
            "last_updated": "2022-08-24T10:32:13.982933-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7.5",
            "reward": "1.75000",
            "odds": "1.83330",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3edbb9b1-dd3f-481c-bde4-8324c3fa17b7/?format=api"
        },
        {
            "id": "6953506c-7073-4451-9aa0-ca51bbdd9bca",
            "gambit_id": "46c9d1f9-55a6-4d67-9b9b-15526b0c6d26",
            "last_updated": "2022-08-24T10:32:13.982476-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7.5",
            "reward": "1.90000",
            "odds": "2.00000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3edbb9b1-dd3f-481c-bde4-8324c3fa17b7/?format=api"
        }
    ]
}