GET /api/bet_types/70a95325-d140-4b6f-bcb8-bcf1fcf76685/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "70a95325-d140-4b6f-bcb8-bcf1fcf76685",
    "match": "https://api-prod.gambitprofit.com/api/matches/dc2cbacc-d8f2-4a2f-b81d-2dca0ac91a24/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-10T10:03:06.738694-04: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": "NYY (G Cole)",
                "amount": 5578.0
            },
            {
                "team": "MIL (C Burnes)",
                "amount": 4422.0
            }
        ],
        "expected_reward_tokens": 9594.16,
        "profit_sb": 94.16,
        "profit_sb_percentage": 0.99,
        "recommended": true
    },
    "lines": [
        {
            "id": "48474f3b-c2e1-46b9-a2ea-e1429c32bc0d",
            "gambit_id": "debd1cc2-ccd9-4741-85e5-fc1830e41edf",
            "last_updated": "2023-09-12T11:28:11.321656-04:00",
            "created_at": "2023-09-10T10:03:06.749292-04:00",
            "name": "NYY (G Cole)",
            "reward": "1.72000",
            "odds": "1.75190",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70a95325-d140-4b6f-bcb8-bcf1fcf76685/?format=api"
        },
        {
            "id": "4f3cce24-bbac-4862-9564-915901399a06",
            "gambit_id": "8ca6d5d6-66e4-4208-805e-1714b4f6e27e",
            "last_updated": "2023-09-12T11:28:11.317093-04:00",
            "created_at": "2023-09-10T10:03:06.743713-04:00",
            "name": "MIL (C Burnes)",
            "reward": "2.17000",
            "odds": "2.23000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70a95325-d140-4b6f-bcb8-bcf1fcf76685/?format=api"
        }
    ]
}