GET /api/bet_types/30db384e-9950-4fd4-bfdd-618decc42366/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "30db384e-9950-4fd4-bfdd-618decc42366",
    "match": "https://api-prod.gambitprofit.com/api/matches/a060d114-57be-4284-a673-ac4252ca87ae/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-24T19:31:49.679354-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": "Antonio Soto III",
                "amount": 6044.0
            },
            {
                "team": "Wayna Reid",
                "amount": 3956.0
            }
        ],
        "expected_reward_tokens": 8703.2,
        "profit_sb": -796.8,
        "profit_sb_percentage": -8.39,
        "recommended": false
    },
    "lines": [
        {
            "id": "4b15bd80-6dc3-43a7-8116-29b7f639ff44",
            "gambit_id": "de15d456-6545-4956-9004-6f78a00937e4",
            "last_updated": "2023-01-28T19:32:19.862714-05:00",
            "created_at": "2023-01-24T19:31:49.682304-05:00",
            "name": "Antonio Soto III",
            "reward": "1.44000",
            "odds": "1.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30db384e-9950-4fd4-bfdd-618decc42366/?format=api"
        },
        {
            "id": "2f305e91-9010-4aac-925a-6f059e6fd954",
            "gambit_id": "80c4ce55-c50c-4872-a148-875128fe600a",
            "last_updated": "2023-01-28T19:32:19.861574-05:00",
            "created_at": "2023-01-24T19:31:49.680965-05:00",
            "name": "Wayna Reid",
            "reward": "2.20000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30db384e-9950-4fd4-bfdd-618decc42366/?format=api"
        }
    ]
}