GET /api/bet_types/34b44ad1-6e5d-4d01-9606-327e8a73c8b3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "34b44ad1-6e5d-4d01-9606-327e8a73c8b3",
    "match": "https://api-prod.gambitprofit.com/api/matches/64f831f9-6d02-4377-ab11-40081a4a23de/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-12T10:57:57.940031-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": "Miami Dolphins",
                "amount": 5094.0
            },
            {
                "team": "Carolina Panthers",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "297acb64-1f02-422a-8379-aa130336b1ca",
            "gambit_id": "2b6740c6-8846-4a22-8f48-59b05be35305",
            "last_updated": "2023-10-16T18:33:02.809226-04:00",
            "created_at": "2023-10-12T10:57:57.948946-04:00",
            "name": "Miami Dolphins",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-14.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34b44ad1-6e5d-4d01-9606-327e8a73c8b3/?format=api"
        },
        {
            "id": "b10aed34-66b8-4e4e-903d-43d570dba123",
            "gambit_id": "3aa4989e-0f16-4e34-b33b-2884a47bc4e6",
            "last_updated": "2023-10-16T18:33:02.806050-04:00",
            "created_at": "2023-10-12T10:57:57.944380-04:00",
            "name": "Carolina Panthers",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "14.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34b44ad1-6e5d-4d01-9606-327e8a73c8b3/?format=api"
        }
    ]
}