GET /api/bet_types/6bc9168d-fa0d-4142-86c7-984c9fc4397a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6bc9168d-fa0d-4142-86c7-984c9fc4397a",
    "match": "https://api-prod.gambitprofit.com/api/matches/4d199286-4409-4767-8f16-9e515b034500/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-20T10:51:57.115386-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": "ARI",
                "amount": 5939.0
            },
            {
                "team": "PIT",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "6f321154-e770-4e14-aef1-6eaa6f0e7378",
            "gambit_id": "754d1b11-91da-41cc-8cbf-ad9ae448bdd1",
            "last_updated": "2023-05-22T13:27:21.155668-04:00",
            "created_at": "2023-05-20T10:51:57.120155-04:00",
            "name": "ARI",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6bc9168d-fa0d-4142-86c7-984c9fc4397a/?format=api"
        },
        {
            "id": "99dc345e-a616-44c8-9c0c-4c022db8ab2f",
            "gambit_id": "ebb96f7c-879f-41b8-b523-2d8ce97c0b41",
            "last_updated": "2023-05-22T13:27:21.154179-04:00",
            "created_at": "2023-05-20T10:51:57.117592-04:00",
            "name": "PIT",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6bc9168d-fa0d-4142-86c7-984c9fc4397a/?format=api"
        }
    ]
}