GET /api/bet_types/5543031f-fd9e-426f-8f3c-7814412c0e0b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5543031f-fd9e-426f-8f3c-7814412c0e0b",
    "match": "https://api-prod.gambitprofit.com/api/matches/2239efdc-5f6e-4c8c-82e8-5ccd143e9ebb/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-05: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": "BYU",
                "amount": 5096.0
            },
            {
                "team": "Baylor",
                "amount": 4904.0
            }
        ],
        "expected_reward_tokens": 9070.88,
        "profit_sb": 70.88,
        "profit_sb_percentage": 0.79,
        "recommended": true
    },
    "lines": [
        {
            "id": "d2088b64-cf99-4427-8e36-e2559548cf03",
            "gambit_id": "5587c509-88bb-4c67-96e4-af47a767cd7f",
            "last_updated": "2022-09-11T09:52:32.209922-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BYU",
            "reward": "1.78000",
            "odds": "1.86960",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5543031f-fd9e-426f-8f3c-7814412c0e0b/?format=api"
        },
        {
            "id": "fee833d8-8d6a-40ba-a208-50f220707476",
            "gambit_id": "19906b4b-5ff9-414e-a88b-58b7d2c041c8",
            "last_updated": "2022-09-11T09:52:32.210925-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Baylor",
            "reward": "1.85000",
            "odds": "1.95240",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5543031f-fd9e-426f-8f3c-7814412c0e0b/?format=api"
        }
    ]
}