GET /api/bet_types/8c1f0c50-a83b-4561-9a20-625f28d18f2e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8c1f0c50-a83b-4561-9a20-625f28d18f2e",
    "match": "https://api-prod.gambitprofit.com/api/matches/9a34131e-1490-469f-b036-1b6351e5bb0d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-20T13:31:55.425467-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": "Philadelphia Eagles",
                "amount": 7553.0
            },
            {
                "team": "New York Giants",
                "amount": 2447.0
            }
        ],
        "expected_reward_tokens": 9516.78,
        "profit_sb": 16.78,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "b7a1f7a5-4850-4e72-8fa2-62664a7122b6",
            "gambit_id": "ced4d107-b8f8-4f8d-a344-640ab4f9fbbd",
            "last_updated": "2023-01-22T21:26:55.881421-05:00",
            "created_at": "2023-01-20T13:31:55.426791-05:00",
            "name": "Philadelphia Eagles",
            "reward": "1.26000",
            "odds": "1.27030",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c1f0c50-a83b-4561-9a20-625f28d18f2e/?format=api"
        },
        {
            "id": "2dd9a26f-533d-4376-ba01-59e141e40ed2",
            "gambit_id": "2988d0e0-5edb-441a-a7d9-30938c0a6d75",
            "last_updated": "2023-01-22T21:26:55.882582-05:00",
            "created_at": "2023-01-20T13:31:55.428052-05:00",
            "name": "New York Giants",
            "reward": "3.89000",
            "odds": "3.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c1f0c50-a83b-4561-9a20-625f28d18f2e/?format=api"
        }
    ]
}