GET /api/bet_types/3fe362fc-85aa-4ba2-afa9-0c6969b112a6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3fe362fc-85aa-4ba2-afa9-0c6969b112a6",
    "match": "https://api-prod.gambitprofit.com/api/matches/306e5373-7495-4cb4-8fd9-7458c2919490/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-12T10:58:00.047300-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": "Dallas Cowboys",
                "amount": 5319.0
            },
            {
                "team": "Los Angeles Chargers",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "fa6091cc-72cd-44be-8c00-2cc9c0782b05",
            "gambit_id": "eec1eac7-69e1-4f49-8cbb-f1d93a4ee96a",
            "last_updated": "2023-10-17T10:13:12.090879-04:00",
            "created_at": "2023-10-12T10:58:00.051367-04:00",
            "name": "Dallas Cowboys",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fe362fc-85aa-4ba2-afa9-0c6969b112a6/?format=api"
        },
        {
            "id": "7dd15fab-570f-40ef-bddd-ba09f0e58332",
            "gambit_id": "6843b4a7-d32e-49de-b916-f483b91b3b93",
            "last_updated": "2023-10-17T10:13:12.094134-04:00",
            "created_at": "2023-10-12T10:58:00.055492-04:00",
            "name": "Los Angeles Chargers",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fe362fc-85aa-4ba2-afa9-0c6969b112a6/?format=api"
        }
    ]
}