GET /api/bet_types/8fa70a08-9548-4702-a208-346a97a354d8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8fa70a08-9548-4702-a208-346a97a354d8",
    "match": "https://api-prod.gambitprofit.com/api/matches/500a5b12-44f9-48ef-9362-e0071f28995a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-11T09:38:13.244158-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 Maple Leafs",
                "amount": 5423.0
            },
            {
                "team": "New York Islanders",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "be4ff5a9-805c-4134-9fb1-3ef79c38c3e3",
            "gambit_id": "ade348aa-9ebc-4c50-a658-d34fc81a14ef",
            "last_updated": "2024-01-15T09:53:15.672411-05:00",
            "created_at": "2024-01-11T09:38:13.249396-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8fa70a08-9548-4702-a208-346a97a354d8/?format=api"
        },
        {
            "id": "1b13b986-26a8-4f94-aa2b-f0749f6a73a6",
            "gambit_id": "b8ad4e06-29df-4880-8009-ff96539d69fb",
            "last_updated": "2024-01-15T09:53:15.676414-05:00",
            "created_at": "2024-01-11T09:38:13.253853-05:00",
            "name": "New York Islanders",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8fa70a08-9548-4702-a208-346a97a354d8/?format=api"
        }
    ]
}