GET /api/bet_types/80419525-4050-422e-b5c9-ecb5e0f41a7f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "80419525-4050-422e-b5c9-ecb5e0f41a7f",
    "match": "https://api-prod.gambitprofit.com/api/matches/c2e5a222-f66e-4aad-b987-aa2d6a1f29b7/?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 Under 2.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8850.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.67,
        "recommended": false
    },
    "lines": [
        {
            "id": "61682515-bfa5-491d-85fb-5522eee90ffb",
            "gambit_id": "df929117-a53d-4904-b7bc-4e5d158465c2",
            "last_updated": "2022-11-07T09:37:17.890136-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.77000",
            "odds": "1.88000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80419525-4050-422e-b5c9-ecb5e0f41a7f/?format=api"
        },
        {
            "id": "ff03f2ec-370d-4799-a374-e8eb8c8198f1",
            "gambit_id": "d9226b6f-36f5-4e53-b192-92f5416be89e",
            "last_updated": "2022-11-07T09:37:17.891278-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.77000",
            "odds": "1.88000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80419525-4050-422e-b5c9-ecb5e0f41a7f/?format=api"
        }
    ]
}