GET /api/bet_types/4f4ba0ac-ef74-469b-b940-8adf63f8d76e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4f4ba0ac-ef74-469b-b940-8adf63f8d76e",
    "match": "https://api-prod.gambitprofit.com/api/matches/e3178fd5-5872-40bc-8f16-8a72918f4f6a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-08T09:38:21.624680-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": "Sacramento Kings",
                "amount": 5784.0
            },
            {
                "team": "Phoenix Suns",
                "amount": 4216.0
            }
        ],
        "expected_reward_tokens": 9485.76,
        "profit_sb": -14.24,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "200501d2-af90-42cc-860f-42b67703a883",
            "gambit_id": "8eab32d3-0583-4066-a86a-5071e22dfe6d",
            "last_updated": "2023-12-09T11:38:26.693701-05:00",
            "created_at": "2023-12-08T09:38:21.628356-05:00",
            "name": "Sacramento Kings",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f4ba0ac-ef74-469b-b940-8adf63f8d76e/?format=api"
        },
        {
            "id": "568eb6d6-4728-4876-8b2e-2281538f1414",
            "gambit_id": "75d7ee15-9d60-4c67-af76-8def4b8cc3bb",
            "last_updated": "2023-12-09T11:38:26.697073-05:00",
            "created_at": "2023-12-08T09:38:21.632338-05:00",
            "name": "Phoenix Suns",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f4ba0ac-ef74-469b-b940-8adf63f8d76e/?format=api"
        }
    ]
}