GET /api/bet_types/62a698fc-03f0-4eb2-941f-fa52fc4bd2d5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "62a698fc-03f0-4eb2-941f-fa52fc4bd2d5",
    "match": "https://api-prod.gambitprofit.com/api/matches/9102921a-8219-4ed9-9464-3daf3c52eac7/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-21T08:53:23.170882-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": "MIA",
                "amount": 5213.0
            },
            {
                "team": "COL",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "379111a3-b208-47ac-a1b6-f397a2d09c41",
            "gambit_id": "7c6665d2-29d8-4321-abc0-c6bd2024a99f",
            "last_updated": "2023-07-22T11:33:22.263896-04:00",
            "created_at": "2023-07-21T08:53:23.173673-04:00",
            "name": "MIA",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/62a698fc-03f0-4eb2-941f-fa52fc4bd2d5/?format=api"
        },
        {
            "id": "3e939245-fef8-4674-ac2f-d784c26b6adf",
            "gambit_id": "32a25abf-2b5d-469f-9e33-b9164e61b6c2",
            "last_updated": "2023-07-22T11:33:22.259822-04:00",
            "created_at": "2023-07-21T08:53:23.172240-04:00",
            "name": "COL",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/62a698fc-03f0-4eb2-941f-fa52fc4bd2d5/?format=api"
        }
    ]
}