GET /api/bet_types/5aac3b84-a74b-4ce5-975f-038c1d5f48ed/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5aac3b84-a74b-4ce5-975f-038c1d5f48ed",
    "match": "https://api-prod.gambitprofit.com/api/matches/e08ddd2c-5b5f-4602-98d0-109e869c7ea5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-08T09:37:00.216047-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": "Cleveland Cavaliers",
                "amount": 7615.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 2385.0
            }
        ],
        "expected_reward_tokens": 9442.6,
        "profit_sb": -57.4,
        "profit_sb_percentage": -0.6,
        "recommended": false
    },
    "lines": [
        {
            "id": "4f46f4da-4dd4-4600-a4a4-6fed18a67f1f",
            "gambit_id": "7b25971b-7f04-4310-ab75-125f800a1fa8",
            "last_updated": "2023-02-09T11:12:07.883814-05:00",
            "created_at": "2023-02-08T09:37:00.217457-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.24000",
            "odds": "1.25640",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5aac3b84-a74b-4ce5-975f-038c1d5f48ed/?format=api"
        },
        {
            "id": "7f683fac-9d4c-4d01-b861-dd4526496c25",
            "gambit_id": "a0d55fa1-0f6c-43db-983b-b63d56728b5e",
            "last_updated": "2023-02-09T11:12:07.885112-05:00",
            "created_at": "2023-02-08T09:37:00.219076-05:00",
            "name": "Detroit Pistons",
            "reward": "3.96000",
            "odds": "4.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5aac3b84-a74b-4ce5-975f-038c1d5f48ed/?format=api"
        }
    ]
}