GET /api/bet_types/a23b9492-af92-4927-aed6-006ad416da0c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a23b9492-af92-4927-aed6-006ad416da0c",
    "match": "https://api-prod.gambitprofit.com/api/matches/24f1565f-4b98-4f5b-bd82-0818ff81a045/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-23T09:18:01.162651-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": "Oklahoma City Thunder",
                "amount": 5857.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 4143.0
            }
        ],
        "expected_reward_tokens": 9487.47,
        "profit_sb": -12.53,
        "profit_sb_percentage": -0.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "5f0b0878-4fd5-4563-988f-8487fa1af889",
            "gambit_id": "1dc0a64d-259a-483d-960e-244f5a59e576",
            "last_updated": "2023-12-26T15:13:18.550493-05:00",
            "created_at": "2023-12-23T09:18:01.171154-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a23b9492-af92-4927-aed6-006ad416da0c/?format=api"
        },
        {
            "id": "721629e6-7a97-4411-8698-130409ad5fb2",
            "gambit_id": "e240fc4e-71b0-4ff8-a23a-c77d08613661",
            "last_updated": "2023-12-26T15:13:18.547044-05:00",
            "created_at": "2023-12-23T09:18:01.167174-05:00",
            "name": "Los Angeles Lakers",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a23b9492-af92-4927-aed6-006ad416da0c/?format=api"
        }
    ]
}