GET /api/bet_types/e6cef566-1dbd-4a10-a2f5-dd7192543e19/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e6cef566-1dbd-4a10-a2f5-dd7192543e19",
    "match": "https://api-prod.gambitprofit.com/api/matches/5fd34919-13ac-4f71-b068-f26bfc90b709/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-13T12:58:22.113172-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": "Seattle Mariners",
                "amount": 7242.0
            },
            {
                "team": "Los Angeles Angels",
                "amount": 2758.0
            }
        ],
        "expected_reward_tokens": 9487.02,
        "profit_sb": -12.98,
        "profit_sb_percentage": -0.14,
        "recommended": false
    },
    "lines": [
        {
            "id": "261a17c6-f7c0-4220-828f-fe313c713dd7",
            "gambit_id": "c4b18843-e7ff-4229-9373-290b19fb0c62",
            "last_updated": "2023-09-15T10:23:23.784238-04:00",
            "created_at": "2023-09-13T12:58:22.125905-04:00",
            "name": "Seattle Mariners",
            "reward": "1.31000",
            "odds": "1.32260",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6cef566-1dbd-4a10-a2f5-dd7192543e19/?format=api"
        },
        {
            "id": "523235da-e051-47c1-a757-b1cf6175706b",
            "gambit_id": "558ce4de-28b1-4f72-8cf0-8c533f7bf26b",
            "last_updated": "2023-09-15T10:23:23.780787-04:00",
            "created_at": "2023-09-13T12:58:22.120420-04:00",
            "name": "Los Angeles Angels",
            "reward": "3.44000",
            "odds": "3.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6cef566-1dbd-4a10-a2f5-dd7192543e19/?format=api"
        }
    ]
}