GET /api/bet_types/a1b6d22f-e578-49ee-bfa9-e1638043c3a2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a1b6d22f-e578-49ee-bfa9-e1638043c3a2",
    "match": "https://api-prod.gambitprofit.com/api/matches/7582e1fd-93cf-4358-b4e4-bdac9fa4acb1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-12T10:03:09.105209-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": 8273.0
            },
            {
                "team": "Cleveland Cavaliers",
                "amount": 1727.0
            }
        ],
        "expected_reward_tokens": 9513.95,
        "profit_sb": 13.95,
        "profit_sb_percentage": 0.15,
        "recommended": true
    },
    "lines": [
        {
            "id": "ba2053ed-8dce-4490-beac-d2e0119d3d04",
            "gambit_id": "c96883e3-ab2b-477f-9c0c-2c10eb15bafe",
            "last_updated": "2023-12-14T10:38:31.387861-05:00",
            "created_at": "2023-12-12T10:03:09.112453-05:00",
            "name": "Boston Celtics",
            "reward": "1.15000",
            "odds": "1.15380",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1b6d22f-e578-49ee-bfa9-e1638043c3a2/?format=api"
        },
        {
            "id": "58773ab6-d677-4c80-9c65-d07ee412b654",
            "gambit_id": "a9e36baa-5af4-42d6-b959-46968053f6d9",
            "last_updated": "2023-12-14T10:38:31.383498-05:00",
            "created_at": "2023-12-12T10:03:09.108831-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "5.51000",
            "odds": "5.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1b6d22f-e578-49ee-bfa9-e1638043c3a2/?format=api"
        }
    ]
}