GET /api/bet_types/3fe3d787-3e36-4ed3-bf3b-ea6467bf5516/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3fe3d787-3e36-4ed3-bf3b-ea6467bf5516",
    "match": "https://api-prod.gambitprofit.com/api/matches/46ee1d3f-e092-4242-a705-c7d159ff835f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-16T08:22:58.743643-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": "BOS (T Houck)",
                "amount": 5426.0
            },
            {
                "team": "NYY (D German)",
                "amount": 4574.0
            }
        ],
        "expected_reward_tokens": 9604.02,
        "profit_sb": 104.02,
        "profit_sb_percentage": 1.09,
        "recommended": true
    },
    "lines": [
        {
            "id": "e95555eb-e2a5-44d9-a967-94b353d7571f",
            "gambit_id": "5793d25c-72d4-45ed-9ac2-8a68e5bbce13",
            "last_updated": "2023-06-17T15:03:04.013828-04:00",
            "created_at": "2023-06-16T08:22:58.747167-04:00",
            "name": "BOS (T Houck)",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fe3d787-3e36-4ed3-bf3b-ea6467bf5516/?format=api"
        },
        {
            "id": "ece29329-b6f1-4ccc-8a09-0a4b84476a46",
            "gambit_id": "d202b7dd-b1c2-40ec-a131-15f1c86352e3",
            "last_updated": "2023-06-17T15:03:04.011338-04:00",
            "created_at": "2023-06-16T08:22:58.745322-04:00",
            "name": "NYY (D German)",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fe3d787-3e36-4ed3-bf3b-ea6467bf5516/?format=api"
        }
    ]
}