GET /api/bet_types/6e6c1b6a-3f2b-4ba6-bca2-b1223adf82ad/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6e6c1b6a-3f2b-4ba6-bca2-b1223adf82ad",
    "match": "https://api-prod.gambitprofit.com/api/matches/e89d1de9-b8ab-4390-bcd4-818aa15303b8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-02T08:28:14.439911-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": "Vegas Golden Knights",
                "amount": 6308.0
            },
            {
                "team": "Washington Capitals",
                "amount": 3692.0
            }
        ],
        "expected_reward_tokens": 9525.08,
        "profit_sb": 25.08,
        "profit_sb_percentage": 0.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "82eb7b2f-a422-4539-beb5-9bd2a8e55fd6",
            "gambit_id": "0644a514-92c8-494c-86bd-94f40040e01f",
            "last_updated": "2023-12-04T15:28:30.468445-05:00",
            "created_at": "2023-12-02T08:28:14.448145-05:00",
            "name": "Vegas Golden Knights",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e6c1b6a-3f2b-4ba6-bca2-b1223adf82ad/?format=api"
        },
        {
            "id": "b3869343-85ad-4261-bdea-d0fd22f7f058",
            "gambit_id": "e3651831-5581-4020-9e4c-c6f23397cb07",
            "last_updated": "2023-12-04T15:28:30.464918-05:00",
            "created_at": "2023-12-02T08:28:14.444346-05:00",
            "name": "Washington Capitals",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e6c1b6a-3f2b-4ba6-bca2-b1223adf82ad/?format=api"
        }
    ]
}