GET /api/bet_types/bc846c27-1901-4be8-af4e-98417d982c49/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bc846c27-1901-4be8-af4e-98417d982c49",
    "match": "https://api-prod.gambitprofit.com/api/matches/2661e87b-c55c-4fde-ad07-22774eaf622f/?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": 5974.0
            },
            {
                "team": "Miami Heat",
                "amount": 4026.0
            }
        ],
        "expected_reward_tokens": 9139.02,
        "profit_sb": 139.02,
        "profit_sb_percentage": 1.54,
        "recommended": true
    },
    "lines": [
        {
            "id": "12e689f3-b73f-43b2-a37f-332c2a67bf37",
            "gambit_id": "3ced9c85-16fe-4ba2-83ba-3de712c202f0",
            "last_updated": "2022-11-17T11:07:54.847544-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Raptors",
            "reward": "1.53000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc846c27-1901-4be8-af4e-98417d982c49/?format=api"
        },
        {
            "id": "8cb863f5-6aaa-4736-8e01-8d73ad112f95",
            "gambit_id": "f8c4beff-a243-4b30-ba0d-b48fe3859eae",
            "last_updated": "2022-11-17T11:07:54.848572-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Heat",
            "reward": "2.27000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc846c27-1901-4be8-af4e-98417d982c49/?format=api"
        }
    ]
}