GET /api/bet_types/af52b38a-df13-4ca1-9aa5-5d8b3df9ba43/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "af52b38a-df13-4ca1-9aa5-5d8b3df9ba43",
    "match": "https://api-prod.gambitprofit.com/api/matches/dbbb19bc-8962-414d-9af2-4dd11b7ddd42/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-21T09:13:04.965186-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": "Montreal Canadiens",
                "amount": 6232.0
            },
            {
                "team": "Minnesota Wild",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "fe58dee2-c034-4003-86e1-0defd1b904ac",
            "gambit_id": "469cec6b-7b53-4802-991c-d270b828a0dc",
            "last_updated": "2023-12-22T10:38:29.939220-05:00",
            "created_at": "2023-12-21T09:13:04.968679-05:00",
            "name": "Montreal Canadiens",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af52b38a-df13-4ca1-9aa5-5d8b3df9ba43/?format=api"
        },
        {
            "id": "33ba13dc-5519-4b05-a19a-e0ffc9a998d1",
            "gambit_id": "fba6d8a3-96ec-44a5-a7eb-e32d9d4fc71f",
            "last_updated": "2023-12-22T10:38:29.942853-05:00",
            "created_at": "2023-12-21T09:13:04.972606-05:00",
            "name": "Minnesota Wild",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af52b38a-df13-4ca1-9aa5-5d8b3df9ba43/?format=api"
        }
    ]
}