GET /api/bet_types/d3972bec-315e-4ec9-bbdf-e8fd7b95d267/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d3972bec-315e-4ec9-bbdf-e8fd7b95d267",
    "match": "https://api-prod.gambitprofit.com/api/matches/2358a633-4766-472f-b061-d93b8f8bf31b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-11T08:27:14.631277-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": "Edmonton Oilers",
                "amount": 5000.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "4a988d95-98ab-413d-8428-68fce6da9b46",
            "gambit_id": "ec0ae29b-d3af-4c3e-b9f5-16f17b0954c8",
            "last_updated": "2023-01-12T18:27:13.185708-05:00",
            "created_at": "2023-01-11T08:27:14.633816-05:00",
            "name": "Edmonton Oilers",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3972bec-315e-4ec9-bbdf-e8fd7b95d267/?format=api"
        },
        {
            "id": "dea4b924-87fb-4c92-a3fc-d774ee64c251",
            "gambit_id": "0c4ca36b-728e-44ff-b027-bb52d8e0e669",
            "last_updated": "2023-01-12T18:27:13.184640-05:00",
            "created_at": "2023-01-11T08:27:14.632524-05:00",
            "name": "Anaheim Ducks",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3972bec-315e-4ec9-bbdf-e8fd7b95d267/?format=api"
        }
    ]
}