GET /api/bet_types/86b95c7a-4181-447d-b472-b842efc468c9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "86b95c7a-4181-447d-b472-b842efc468c9",
    "match": "https://api-prod.gambitprofit.com/api/matches/6b47b24a-b939-4577-8306-03326f289e8f/?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": "Edmonton Oilers",
                "amount": 6584.0
            },
            {
                "team": "Minnesota Wild",
                "amount": 3416.0
            }
        ],
        "expected_reward_tokens": 9085.92,
        "profit_sb": 85.92,
        "profit_sb_percentage": 0.95,
        "recommended": true
    },
    "lines": [
        {
            "id": "8bead9a1-0d52-44d5-89e8-c0b46e600f97",
            "gambit_id": "27db83f6-7236-419c-a760-2fd6f46e73fd",
            "last_updated": "2022-12-13T10:07:01.343002-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Edmonton Oilers",
            "reward": "1.38000",
            "odds": "1.43480",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/86b95c7a-4181-447d-b472-b842efc468c9/?format=api"
        },
        {
            "id": "8e048e90-7e9d-4513-94b3-9aca45184748",
            "gambit_id": "5a537c9b-3662-436d-9506-95470d973b70",
            "last_updated": "2022-12-13T10:07:01.341790-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Wild",
            "reward": "2.66000",
            "odds": "2.90000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/86b95c7a-4181-447d-b472-b842efc468c9/?format=api"
        }
    ]
}