GET /api/bet_types/6bd74460-992c-4c7d-9aca-dd1b29ea6f1e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6bd74460-992c-4c7d-9aca-dd1b29ea6f1e",
    "match": "https://api-prod.gambitprofit.com/api/matches/df162e1d-8869-4643-9665-137460ceb45f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-23T09:07:02.199214-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": "Toronto Raptors",
                "amount": 6173.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 3827.0
            }
        ],
        "expected_reward_tokens": 9567.5,
        "profit_sb": 67.5,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "b4220a10-b217-41ca-bb80-4d3a8306e692",
            "gambit_id": "0ecce099-daf3-45af-a4a4-b879abd61a5b",
            "last_updated": "2023-02-24T12:22:10.739790-05:00",
            "created_at": "2023-02-23T09:07:02.200415-05:00",
            "name": "Toronto Raptors",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6bd74460-992c-4c7d-9aca-dd1b29ea6f1e/?format=api"
        },
        {
            "id": "71b2ee40-de54-43c0-9257-928d9fbae331",
            "gambit_id": "2faf3178-c2f5-4188-b4da-60f627784467",
            "last_updated": "2023-02-24T12:22:10.740955-05:00",
            "created_at": "2023-02-23T09:07:02.201652-05:00",
            "name": "New Orleans Pelicans",
            "reward": "2.50000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6bd74460-992c-4c7d-9aca-dd1b29ea6f1e/?format=api"
        }
    ]
}