GET /api/bet_types/df85a781-cd1d-4dc3-b4a6-25c2b78e9798/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "df85a781-cd1d-4dc3-b4a6-25c2b78e9798",
    "match": "https://api-prod.gambitprofit.com/api/matches/6ec1dabb-a2c9-4a45-8950-beeeef8db1c9/?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": "Navy",
                "amount": 5000.0
            },
            {
                "team": "Notre Dame",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "ce729ea2-e376-48d7-aae1-a900308e9dae",
            "gambit_id": "1e2f1732-240c-4e36-8fbf-171b04fd9df1",
            "last_updated": "2022-11-14T10:18:35.815321-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Navy",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "17.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df85a781-cd1d-4dc3-b4a6-25c2b78e9798/?format=api"
        },
        {
            "id": "f6d96e87-d6f5-449d-a864-6117e1b77b1d",
            "gambit_id": "257f94b0-a731-4e46-95f9-d1df5849d762",
            "last_updated": "2022-11-14T10:18:35.816424-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Notre Dame",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-17.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df85a781-cd1d-4dc3-b4a6-25c2b78e9798/?format=api"
        }
    ]
}