GET /api/bet_types/a4320e10-151a-4d7d-ab2e-cb3e25a615fd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a4320e10-151a-4d7d-ab2e-cb3e25a615fd",
    "match": "https://api-prod.gambitprofit.com/api/matches/c2671efc-2173-4864-a3b7-4cef7dd1b201/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-25T09:13:13.739363-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": "Denver Broncos",
                "amount": 5094.0
            },
            {
                "team": "Kansas City Chiefs",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "2c7d75b7-c754-41b8-bca3-0e94c9cff2aa",
            "gambit_id": "f2177598-c8a2-4a80-b079-bd53a36a7403",
            "last_updated": "2023-10-30T15:28:26.708027-04:00",
            "created_at": "2023-10-25T09:13:13.748582-04:00",
            "name": "Denver Broncos",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a4320e10-151a-4d7d-ab2e-cb3e25a615fd/?format=api"
        },
        {
            "id": "ab2a753b-29fb-4547-baba-625055f659b1",
            "gambit_id": "f4ef88e5-6c05-4e83-bac2-7b792531632f",
            "last_updated": "2023-10-30T15:28:26.704795-04:00",
            "created_at": "2023-10-25T09:13:13.744082-04:00",
            "name": "Kansas City Chiefs",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a4320e10-151a-4d7d-ab2e-cb3e25a615fd/?format=api"
        }
    ]
}