GET /api/bet_types/bac32097-00bf-41f9-9858-6ba7c774fa9e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bac32097-00bf-41f9-9858-6ba7c774fa9e",
    "match": "https://api-prod.gambitprofit.com/api/matches/4441c1a6-c57d-4d7a-b0c6-09ad333e7623/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-28T09:42:05.933473-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": "New Orleans Pelicans",
                "amount": 6326.0
            },
            {
                "team": "Washington Wizards",
                "amount": 3674.0
            }
        ],
        "expected_reward_tokens": 9552.26,
        "profit_sb": 52.26,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "3569af2b-e7df-4bb8-a070-369a54610856",
            "gambit_id": "e0973b28-aeda-47a8-b28d-697e67c9d15b",
            "last_updated": "2023-01-30T17:46:55.645655-05:00",
            "created_at": "2023-01-28T09:42:05.934648-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bac32097-00bf-41f9-9858-6ba7c774fa9e/?format=api"
        },
        {
            "id": "17f4a71a-6baa-4045-badd-4f0d513ac2c0",
            "gambit_id": "fc0aa07d-17ac-4302-b551-f2eca89a058b",
            "last_updated": "2023-01-30T17:46:55.648122-05:00",
            "created_at": "2023-01-28T09:42:05.935850-05:00",
            "name": "Washington Wizards",
            "reward": "2.60000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bac32097-00bf-41f9-9858-6ba7c774fa9e/?format=api"
        }
    ]
}