GET /api/bet_types/b51b1543-2588-44c5-bc0b-43b0836e3d98/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b51b1543-2588-44c5-bc0b-43b0836e3d98",
    "match": "https://api-prod.gambitprofit.com/api/matches/2cbf2a1e-b0f6-46bf-95b5-811d9a10d021/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-25T09:13:14.030618-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": "Baltimore Ravens",
                "amount": 7844.0
            },
            {
                "team": "Arizona Cardinals",
                "amount": 2156.0
            }
        ],
        "expected_reward_tokens": 9334.36,
        "profit_sb": -165.64,
        "profit_sb_percentage": -1.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "18b5ee66-6174-4b3b-95a5-ca0b579fcd21",
            "gambit_id": "dfd3e4c5-753a-4233-b0c9-6dfd7ab20261",
            "last_updated": "2023-10-30T15:28:27.165552-04:00",
            "created_at": "2023-10-25T09:13:14.034634-04:00",
            "name": "Baltimore Ravens",
            "reward": "1.19000",
            "odds": "1.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b51b1543-2588-44c5-bc0b-43b0836e3d98/?format=api"
        },
        {
            "id": "eb8ca183-5bfd-4bf6-9e08-576b47caf505",
            "gambit_id": "e7be34ce-f452-44c0-9cf3-2a16722e9960",
            "last_updated": "2023-10-30T15:28:27.168863-04:00",
            "created_at": "2023-10-25T09:13:14.039080-04:00",
            "name": "Arizona Cardinals",
            "reward": "4.33000",
            "odds": "4.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b51b1543-2588-44c5-bc0b-43b0836e3d98/?format=api"
        }
    ]
}