GET /api/bet_types/748a5048-234e-42a1-90cc-f9d6dc7ce2f3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "748a5048-234e-42a1-90cc-f9d6dc7ce2f3",
    "match": "https://api-prod.gambitprofit.com/api/matches/e9dfc0aa-49d1-4cdb-9a0a-8ab750b9f8e6/?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": "Philadelphia Flyers",
                "amount": 5984.0
            },
            {
                "team": "Dallas Stars",
                "amount": 4016.0
            }
        ],
        "expected_reward_tokens": 9155.52,
        "profit_sb": 155.52,
        "profit_sb_percentage": 1.73,
        "recommended": true
    },
    "lines": [
        {
            "id": "ffb17180-2d65-4557-a708-99784f496ae5",
            "gambit_id": "61808e4d-7081-4070-9061-aade2c950be3",
            "last_updated": "2022-11-14T15:17:45.816973-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia Flyers",
            "reward": "1.53000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/748a5048-234e-42a1-90cc-f9d6dc7ce2f3/?format=api"
        },
        {
            "id": "9b9ce6eb-7141-4971-bf20-cfed15b531e6",
            "gambit_id": "60b8f79a-0924-44ba-a209-13381b94e3b5",
            "last_updated": "2022-11-14T15:17:45.817988-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Stars",
            "reward": "2.28000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/748a5048-234e-42a1-90cc-f9d6dc7ce2f3/?format=api"
        }
    ]
}