GET /api/bet_types/936fad24-9b8e-44f1-8b90-6e130f182743/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "936fad24-9b8e-44f1-8b90-6e130f182743",
    "match": "https://api-prod.gambitprofit.com/api/matches/bf04d0cc-9756-4a5c-9432-d5d93612f9a1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-06T08:32:15.190436-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": "Boston Celtics",
                "amount": 7629.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 2371.0
            }
        ],
        "expected_reward_tokens": 9459.96,
        "profit_sb": -40.04,
        "profit_sb_percentage": -0.42,
        "recommended": false
    },
    "lines": [
        {
            "id": "ac846428-18dc-4bb9-8dcd-bf4386c20229",
            "gambit_id": "8c75c700-eaaa-426b-9b50-fb76b25f3f17",
            "last_updated": "2023-02-07T10:27:19.667584-05:00",
            "created_at": "2023-02-06T08:32:15.193083-05:00",
            "name": "Boston Celtics",
            "reward": "1.24000",
            "odds": "1.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/936fad24-9b8e-44f1-8b90-6e130f182743/?format=api"
        },
        {
            "id": "7051940a-2f3c-46af-a021-e423806c7ffc",
            "gambit_id": "10f2f1d3-cf9d-4585-a105-038e48470d1c",
            "last_updated": "2023-02-07T10:27:19.666410-05:00",
            "created_at": "2023-02-06T08:32:15.191747-05:00",
            "name": "Detroit Pistons",
            "reward": "3.99000",
            "odds": "4.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/936fad24-9b8e-44f1-8b90-6e130f182743/?format=api"
        }
    ]
}