GET /api/bet_types/a8138c6e-c9f6-4d09-b925-1e269214c7a1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a8138c6e-c9f6-4d09-b925-1e269214c7a1",
    "match": "https://api-prod.gambitprofit.com/api/matches/8939804b-a1dc-4e8b-b32e-204351b4d552/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-14T09:37:11.460083-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": "Oklahoma City Thunder",
                "amount": 5317.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "286e6f05-88f1-4290-a152-81c2a95e856f",
            "gambit_id": "80c43db4-8ad7-49db-b516-d1124b67347f",
            "last_updated": "2023-03-15T10:07:09.536584-04:00",
            "created_at": "2023-03-14T09:37:11.461557-04:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8138c6e-c9f6-4d09-b925-1e269214c7a1/?format=api"
        },
        {
            "id": "37de149a-ef96-44d2-91c8-41be638706dd",
            "gambit_id": "c0d2494e-fd31-43f7-b0fe-681fcd715a56",
            "last_updated": "2023-03-15T10:07:09.538199-04:00",
            "created_at": "2023-03-14T09:37:11.463356-04:00",
            "name": "Brooklyn Nets",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8138c6e-c9f6-4d09-b925-1e269214c7a1/?format=api"
        }
    ]
}