GET /api/bet_types/16490f06-a557-471e-8257-22548700f3bf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "16490f06-a557-471e-8257-22548700f3bf",
    "match": "https://api-prod.gambitprofit.com/api/matches/4f0c51e3-32a4-426a-8ee7-2144fa79ce20/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-29T09:18:06.905767-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": "Philadelphia 76ers",
                "amount": 7709.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 2291.0
            }
        ],
        "expected_reward_tokens": 9482.07,
        "profit_sb": -17.93,
        "profit_sb_percentage": -0.19,
        "recommended": false
    },
    "lines": [
        {
            "id": "1a6e3809-38b8-4b42-9862-e744628fd605",
            "gambit_id": "c963086c-a540-47bc-a74a-a627046659bb",
            "last_updated": "2023-10-30T21:48:16.748477-04:00",
            "created_at": "2023-10-29T09:18:06.916702-04:00",
            "name": "Philadelphia 76ers",
            "reward": "1.23000",
            "odds": "1.23810",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/16490f06-a557-471e-8257-22548700f3bf/?format=api"
        },
        {
            "id": "937bc149-7ebf-402a-86d9-5e318f8a0b5a",
            "gambit_id": "70ca572b-8506-4d2c-a3ef-5332eeeda14e",
            "last_updated": "2023-10-30T21:48:16.744607-04:00",
            "created_at": "2023-10-29T09:18:06.910958-04:00",
            "name": "Portland Trail Blazers",
            "reward": "4.14000",
            "odds": "4.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/16490f06-a557-471e-8257-22548700f3bf/?format=api"
        }
    ]
}