GET /api/bet_types/6c159413-50a8-44af-be1b-19cb411461ea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6c159413-50a8-44af-be1b-19cb411461ea",
    "match": "https://api-prod.gambitprofit.com/api/matches/3b62f2ab-18e2-4702-9e33-b2f930014cee/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "UNLV",
                "amount": 8083.0
            },
            {
                "team": "New Mexico",
                "amount": 1917.0
            }
        ],
        "expected_reward_tokens": 9295.45,
        "profit_sb": 295.45,
        "profit_sb_percentage": 3.28,
        "recommended": true
    },
    "lines": [
        {
            "id": "7b077a9a-10ec-4483-91a8-98fee3082a7d",
            "gambit_id": "f009e83d-fc8f-47bd-89ce-f11369ae0e0d",
            "last_updated": "2022-10-01T09:12:43.412968-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UNLV",
            "reward": "1.15000",
            "odds": "1.16670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c159413-50a8-44af-be1b-19cb411461ea/?format=api"
        },
        {
            "id": "5d93dd6a-5900-4f5b-a476-46e6708fab33",
            "gambit_id": "15a956a3-4fee-405c-99be-6535fcfd9dea",
            "last_updated": "2022-10-01T09:12:43.413954-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Mexico",
            "reward": "4.85000",
            "odds": "5.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c159413-50a8-44af-be1b-19cb411461ea/?format=api"
        }
    ]
}