GET /api/bet_types/d1ad1ba6-2a18-4a7b-8984-87d3bb510b50/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d1ad1ba6-2a18-4a7b-8984-87d3bb510b50",
    "match": "https://api-prod.gambitprofit.com/api/matches/a5cd6c26-7390-49b9-82cb-34949c1d3d9e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-03T08:53:18.662224-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 Bruins",
                "amount": 6942.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 3058.0
            }
        ],
        "expected_reward_tokens": 9510.38,
        "profit_sb": 10.38,
        "profit_sb_percentage": 0.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "8d49123e-1f8d-484b-a24d-384c071188a5",
            "gambit_id": "cd92688d-105b-43c6-9adb-95811064cd11",
            "last_updated": "2023-12-05T21:23:20.932622-05:00",
            "created_at": "2023-12-03T08:53:18.670491-05:00",
            "name": "Boston Bruins",
            "reward": "1.37000",
            "odds": "1.38460",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1ad1ba6-2a18-4a7b-8984-87d3bb510b50/?format=api"
        },
        {
            "id": "ef9c9d25-d586-4b82-ba27-d9b60eefd518",
            "gambit_id": "e380f847-ef88-49ea-b560-977c70dfeea7",
            "last_updated": "2023-12-05T21:23:20.928927-05:00",
            "created_at": "2023-12-03T08:53:18.665959-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "3.11000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1ad1ba6-2a18-4a7b-8984-87d3bb510b50/?format=api"
        }
    ]
}