GET /api/bet_types/c2a79cf3-2fd8-4ace-a872-5a9641e39034/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c2a79cf3-2fd8-4ace-a872-5a9641e39034",
    "match": "https://api-prod.gambitprofit.com/api/matches/87a073cc-e6f7-4936-9a6b-8508a8ad7cb6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-26T11:58:18.114134-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": 6324.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9484.08,
        "profit_sb": -15.92,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "c3c62cf6-b840-4d56-9b24-3f9ae1c6d53f",
            "gambit_id": "24667ef7-1baa-4b50-9f42-b5a6ed2e5aa8",
            "last_updated": "2023-12-27T13:17:58.792997-05:00",
            "created_at": "2023-12-26T11:58:18.122309-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2a79cf3-2fd8-4ace-a872-5a9641e39034/?format=api"
        },
        {
            "id": "d8eb96a3-df3b-43db-b521-748f14be0d9b",
            "gambit_id": "d69838b8-8629-4de1-a4c7-a7b3ac6dd552",
            "last_updated": "2023-12-27T13:17:58.797519-05:00",
            "created_at": "2023-12-26T11:58:18.117904-05:00",
            "name": "Memphis Grizzlies",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2a79cf3-2fd8-4ace-a872-5a9641e39034/?format=api"
        }
    ]
}