GET /api/bet_types/4d33efc3-e219-452a-a8e9-f6424fed8700/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4d33efc3-e219-452a-a8e9-f6424fed8700",
    "match": "https://api-prod.gambitprofit.com/api/matches/8b34b9b8-4584-41a3-be8f-d57dc1891002/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-29T08:42:09.811025-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": "San Jose Sharks",
                "amount": 5882.0
            },
            {
                "team": "Philadelphia Flyers",
                "amount": 4118.0
            }
        ],
        "expected_reward_tokens": 9058.28,
        "profit_sb": 58.28,
        "profit_sb_percentage": 0.65,
        "recommended": true
    },
    "lines": [
        {
            "id": "a1030d28-2e0e-4faf-a0df-6944dd4e3462",
            "gambit_id": "312c671f-3455-4f02-98b6-ecb2647c1e83",
            "last_updated": "2022-12-31T10:41:58.503445-05:00",
            "created_at": "2022-12-29T08:42:09.812141-05:00",
            "name": "San Jose Sharks",
            "reward": "1.54000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d33efc3-e219-452a-a8e9-f6424fed8700/?format=api"
        },
        {
            "id": "cff818f0-0d95-43d1-8f4f-78606832c347",
            "gambit_id": "51973164-59ce-454d-bd57-934d0b8bdd20",
            "last_updated": "2022-12-31T10:41:58.504575-05:00",
            "created_at": "2022-12-29T08:42:09.813368-05:00",
            "name": "Philadelphia Flyers",
            "reward": "2.20000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d33efc3-e219-452a-a8e9-f6424fed8700/?format=api"
        }
    ]
}