GET /api/bet_types/41c7dace-74db-4428-b304-7a456e097168/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "41c7dace-74db-4428-b304-7a456e097168",
    "match": "https://api-prod.gambitprofit.com/api/matches/6d9b4d69-b91d-43fd-b209-dd56ce8ec6d2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-03T08:32:18.898116-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": "Atlanta Hawks",
                "amount": 7357.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 2643.0
            }
        ],
        "expected_reward_tokens": 9488.37,
        "profit_sb": -11.63,
        "profit_sb_percentage": -0.12,
        "recommended": false
    },
    "lines": [
        {
            "id": "02cff7f0-54c6-4299-a235-87019eddaa25",
            "gambit_id": "9e7c63ea-6ce2-4392-a1d2-c3ec6c7e51a0",
            "last_updated": "2023-03-04T16:22:14.164865-05:00",
            "created_at": "2023-03-03T08:32:18.899344-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.29000",
            "odds": "1.30300",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/41c7dace-74db-4428-b304-7a456e097168/?format=api"
        },
        {
            "id": "6b2940c9-9e8d-4f23-bea6-6d006da07c90",
            "gambit_id": "385ee8c1-a300-453d-98f8-95543b943ee4",
            "last_updated": "2023-03-04T16:22:14.166128-05:00",
            "created_at": "2023-03-03T08:32:18.900685-05:00",
            "name": "Portland Trail Blazers",
            "reward": "3.59000",
            "odds": "3.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/41c7dace-74db-4428-b304-7a456e097168/?format=api"
        }
    ]
}