GET /api/bet_types/694a2337-8a57-4bc2-8dde-4e7760e2e3b3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "694a2337-8a57-4bc2-8dde-4e7760e2e3b3",
    "match": "https://api-prod.gambitprofit.com/api/matches/230cc673-5285-43f0-b9fc-5bca94d126ef/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-08T09:58:14.878684-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": "Jalin Turner",
                "amount": 7054.0
            },
            {
                "team": "Dan Hooker",
                "amount": 2946.0
            }
        ],
        "expected_reward_tokens": 9309.36,
        "profit_sb": -190.64,
        "profit_sb_percentage": -2.01,
        "recommended": false
    },
    "lines": [
        {
            "id": "beeacce7-f1f5-45e6-920c-d641a2e45e7c",
            "gambit_id": "7a6efa10-b59c-4ba4-a057-40248f4610dd",
            "last_updated": "2023-07-10T18:18:17.669466-04:00",
            "created_at": "2023-07-08T09:58:14.882890-04:00",
            "name": "Jalin Turner",
            "reward": "1.32000",
            "odds": "1.33330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/694a2337-8a57-4bc2-8dde-4e7760e2e3b3/?format=api"
        },
        {
            "id": "9a45df3c-91cb-44a4-a576-4e1431c3a62a",
            "gambit_id": "5d5e2020-ed0d-43b4-a6d5-20d0232f08f8",
            "last_updated": "2023-07-10T18:18:17.668039-04:00",
            "created_at": "2023-07-08T09:58:14.880680-04:00",
            "name": "Dan Hooker",
            "reward": "3.16000",
            "odds": "3.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/694a2337-8a57-4bc2-8dde-4e7760e2e3b3/?format=api"
        }
    ]
}