GET /api/bet_types/d8f8ef14-fb1a-490f-a591-5599d6ce2373/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d8f8ef14-fb1a-490f-a591-5599d6ce2373",
    "match": "https://api-prod.gambitprofit.com/api/matches/2147c785-4089-455a-aec7-0c29cfdfabbf/?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": "New York Giants",
                "amount": 5000.0
            },
            {
                "team": "Dallas Cowboys",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "69922798-37cf-4300-8339-65abd8cb7d2d",
            "gambit_id": "18205bb6-6c13-4e26-86c0-dc335a186afc",
            "last_updated": "2022-11-25T09:32:04.879172-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Giants",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d8f8ef14-fb1a-490f-a591-5599d6ce2373/?format=api"
        },
        {
            "id": "71182779-802a-4157-842a-08eb5717b766",
            "gambit_id": "2785f22b-997c-4980-9ca4-67ec35cde416",
            "last_updated": "2022-11-25T09:32:04.878130-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Cowboys",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d8f8ef14-fb1a-490f-a591-5599d6ce2373/?format=api"
        }
    ]
}