GET /api/bet_types/345890cb-d4a9-4d1a-b954-fcb1c2a191d0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "345890cb-d4a9-4d1a-b954-fcb1c2a191d0",
    "match": "https://api-prod.gambitprofit.com/api/matches/05d2c30f-d37d-4539-898e-c185898d646d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-17T09:23:17.327280-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": "Boston Celtics",
                "amount": 7554.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 2446.0
            }
        ],
        "expected_reward_tokens": 9441.56,
        "profit_sb": -58.44,
        "profit_sb_percentage": -0.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "b44a4388-3374-4808-95aa-241694d569e5",
            "gambit_id": "48a4c70d-943d-4d6c-add5-d08e3a9bc916",
            "last_updated": "2023-11-18T18:03:24.426396-05:00",
            "created_at": "2023-11-17T09:23:17.331880-05:00",
            "name": "Boston Celtics",
            "reward": "1.25000",
            "odds": "1.26320",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/345890cb-d4a9-4d1a-b954-fcb1c2a191d0/?format=api"
        },
        {
            "id": "a4910ad3-0c9a-496f-bf8e-0019f85014a9",
            "gambit_id": "c130aaea-5118-4b57-be52-03088c475106",
            "last_updated": "2023-11-18T18:03:24.431597-05:00",
            "created_at": "2023-11-17T09:23:17.336683-05:00",
            "name": "Toronto Raptors",
            "reward": "3.86000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/345890cb-d4a9-4d1a-b954-fcb1c2a191d0/?format=api"
        }
    ]
}