GET /api/bet_types/666d5481-48ec-4921-8f88-04caf247adb3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "666d5481-48ec-4921-8f88-04caf247adb3",
    "match": "https://api-prod.gambitprofit.com/api/matches/e2d69a68-93c1-4f70-b0b9-802cf4c21b00/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-11T09:32:15.734476-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": "Utah Jazz",
                "amount": 5213.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "c28e7694-90a9-4b8c-85a8-393c2b22466d",
            "gambit_id": "ee68b480-ac95-492a-95d5-ca36eeb821a6",
            "last_updated": "2023-03-13T10:32:14.114050-04:00",
            "created_at": "2023-03-11T09:32:15.738467-05:00",
            "name": "Utah Jazz",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/666d5481-48ec-4921-8f88-04caf247adb3/?format=api"
        },
        {
            "id": "ffd7ae9f-5c22-4bc8-81f8-5a3e5b048d90",
            "gambit_id": "2b620e05-96cc-4076-8627-e013cc4d5b87",
            "last_updated": "2023-03-13T10:32:14.112613-04:00",
            "created_at": "2023-03-11T09:32:15.736484-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/666d5481-48ec-4921-8f88-04caf247adb3/?format=api"
        }
    ]
}