GET /api/bet_types/18eb7ab1-3a4e-4e00-8324-7b3d9192859a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "18eb7ab1-3a4e-4e00-8324-7b3d9192859a",
    "match": "https://api-prod.gambitprofit.com/api/matches/23eba3f0-62c7-4893-af3d-3d22cfa73511/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Toronto Raptors",
                "amount": 5304.0
            },
            {
                "team": "Boston Celtics",
                "amount": 4696.0
            }
        ],
        "expected_reward_tokens": 9016.32,
        "profit_sb": 16.32,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "2f11a416-99a0-45bc-9036-a808bdf0bed7",
            "gambit_id": "46d64eeb-7f4e-4979-a374-1b6c9fd69981",
            "last_updated": "2022-12-06T09:52:00.947096-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Raptors",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/18eb7ab1-3a4e-4e00-8324-7b3d9192859a/?format=api"
        },
        {
            "id": "8c1ec6c4-8d25-4ee2-add2-77dea8319d4c",
            "gambit_id": "078852fa-693f-4178-ac31-5a0c07bc263a",
            "last_updated": "2022-12-06T09:52:00.948076-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Celtics",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/18eb7ab1-3a4e-4e00-8324-7b3d9192859a/?format=api"
        }
    ]
}