GET /api/bet_types/4ec4767c-8b54-4610-92ec-93e9116b5cfd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4ec4767c-8b54-4610-92ec-93e9116b5cfd",
    "match": "https://api-prod.gambitprofit.com/api/matches/b52e1b60-e6d1-459b-9dfe-ff58c3eda36e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-16T09:23:14.338437-04: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": "PHI (R Suarez)",
                "amount": 5325.0
            },
            {
                "team": "STL (M Mikolas)",
                "amount": 4675.0
            }
        ],
        "expected_reward_tokens": 9583.75,
        "profit_sb": 83.75,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "6c32b2bd-8579-45b1-8d0e-f3041570348e",
            "gambit_id": "1052db0f-5f75-4421-bbf8-15f68b937c06",
            "last_updated": "2023-09-18T09:03:30.651113-04:00",
            "created_at": "2023-09-16T09:23:14.343682-04:00",
            "name": "PHI (R Suarez)",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ec4767c-8b54-4610-92ec-93e9116b5cfd/?format=api"
        },
        {
            "id": "cc9142c5-d489-4f7d-bf87-f38f713b7079",
            "gambit_id": "f1f84c84-1c79-47ed-92d6-bd708b024100",
            "last_updated": "2023-09-18T09:03:30.656484-04:00",
            "created_at": "2023-09-16T09:23:14.350377-04:00",
            "name": "STL (M Mikolas)",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ec4767c-8b54-4610-92ec-93e9116b5cfd/?format=api"
        }
    ]
}