GET /api/bet_types/7fd7331f-4f41-4b67-895d-d6a0ed98d961/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7fd7331f-4f41-4b67-895d-d6a0ed98d961",
    "match": "https://api-prod.gambitprofit.com/api/matches/9ef915e2-5fb0-4790-b2f2-e4dc23273e2a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-28T12:36:59.842862-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": "Pittsburgh Penguins",
                "amount": 5521.0
            },
            {
                "team": "Nashville Predators",
                "amount": 4479.0
            }
        ],
        "expected_reward_tokens": 9495.48,
        "profit_sb": -4.52,
        "profit_sb_percentage": -0.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "30238b82-4dbf-437b-9499-0e594398ae54",
            "gambit_id": "55cb68b7-611c-41cd-b253-ae63a934c93f",
            "last_updated": "2023-03-01T09:52:13.001116-05:00",
            "created_at": "2023-02-28T12:36:59.845420-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.72000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7fd7331f-4f41-4b67-895d-d6a0ed98d961/?format=api"
        },
        {
            "id": "ae6de0fd-aa24-4f35-b637-206ee9b39d3c",
            "gambit_id": "175b8f3f-c99f-4d1e-8842-18b8ffbc0deb",
            "last_updated": "2023-03-01T09:52:12.999940-05:00",
            "created_at": "2023-02-28T12:36:59.844110-05:00",
            "name": "Nashville Predators",
            "reward": "2.12000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7fd7331f-4f41-4b67-895d-d6a0ed98d961/?format=api"
        }
    ]
}