GET /api/bet_types/c861f46b-cc22-4bb6-ad1a-103d44bf41c8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c861f46b-cc22-4bb6-ad1a-103d44bf41c8",
    "match": "https://api-prod.gambitprofit.com/api/matches/aa26ab9b-fad3-408e-8453-707ed898e3a3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-10T15:12:00.369187-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": "MIN (P Lopez)",
                "amount": 5464.0
            },
            {
                "team": "SDG (S Lugo)",
                "amount": 4536.0
            }
        ],
        "expected_reward_tokens": 9616.32,
        "profit_sb": 116.32,
        "profit_sb_percentage": 1.22,
        "recommended": true
    },
    "lines": [
        {
            "id": "40ecaf13-2221-42d7-a12b-0059e8b28457",
            "gambit_id": "8357468c-549e-4a46-817a-4fc1c25b1384",
            "last_updated": "2023-05-11T11:17:11.007875-04:00",
            "created_at": "2023-05-10T15:12:00.370566-04:00",
            "name": "MIN (P Lopez)",
            "reward": "1.76000",
            "odds": "1.78740",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c861f46b-cc22-4bb6-ad1a-103d44bf41c8/?format=api"
        },
        {
            "id": "38ba6402-596f-4ea9-b3ef-b3b717497ed7",
            "gambit_id": "e1cc183b-590c-4949-8352-6915916e3c0e",
            "last_updated": "2023-05-11T11:17:11.009818-04:00",
            "created_at": "2023-05-10T15:12:00.372048-04:00",
            "name": "SDG (S Lugo)",
            "reward": "2.12000",
            "odds": "2.17000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c861f46b-cc22-4bb6-ad1a-103d44bf41c8/?format=api"
        }
    ]
}