GET /api/bet_types/06f61768-9d5b-43af-b0c3-79d59e32d869/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "06f61768-9d5b-43af-b0c3-79d59e32d869",
    "match": "https://api-prod.gambitprofit.com/api/matches/e0ce8fad-10c0-404e-b697-25386d09a222/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-22T10:03:18.217291-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": "HOU (F Valdez)",
                "amount": 5248.0
            },
            {
                "team": "TEX (N Eovaldi)",
                "amount": 4752.0
            }
        ],
        "expected_reward_tokens": 9551.36,
        "profit_sb": 51.36,
        "profit_sb_percentage": 0.54,
        "recommended": true
    },
    "lines": [
        {
            "id": "51270e1e-dbc4-4c4b-88f6-a0cbde5c6b8c",
            "gambit_id": "45c02d0b-90c8-4d4e-bbc7-17ea6333920a",
            "last_updated": "2023-10-23T13:23:29.289093-04:00",
            "created_at": "2023-10-22T10:03:18.228124-04:00",
            "name": "HOU (F Valdez)",
            "reward": "1.82000",
            "odds": "1.86210",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06f61768-9d5b-43af-b0c3-79d59e32d869/?format=api"
        },
        {
            "id": "254e8ca0-5568-4166-a1f2-7d32b3fb0eb8",
            "gambit_id": "ed55fe76-5dda-4b51-bc67-6a88cc597f4b",
            "last_updated": "2023-10-23T13:23:29.285733-04:00",
            "created_at": "2023-10-22T10:03:18.221586-04:00",
            "name": "TEX (N Eovaldi)",
            "reward": "2.01000",
            "odds": "2.06000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06f61768-9d5b-43af-b0c3-79d59e32d869/?format=api"
        }
    ]
}