GET /api/bet_types/333ed279-700f-4966-8212-ba6b61792cd7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "333ed279-700f-4966-8212-ba6b61792cd7",
    "match": "https://api-prod.gambitprofit.com/api/matches/30de7643-2f1a-472f-9411-d65176876720/?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": 5097.0
            },
            {
                "team": "Dallas Cowboys",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 8970.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "b24603e9-8f76-44ca-a211-19e13c44c1bb",
            "gambit_id": "8e2fc46f-7533-493f-9b9f-323e6452d949",
            "last_updated": "2022-09-27T09:27:22.024988-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Giants",
            "reward": "1.76000",
            "odds": "1.86960",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/333ed279-700f-4966-8212-ba6b61792cd7/?format=api"
        },
        {
            "id": "675bb31b-d885-4a8a-b9d7-41567b261ace",
            "gambit_id": "d93ad4e0-10e1-4a28-9baf-15ddcd696cfd",
            "last_updated": "2022-09-27T09:27:22.023882-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Cowboys",
            "reward": "1.83000",
            "odds": "1.95240",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/333ed279-700f-4966-8212-ba6b61792cd7/?format=api"
        }
    ]
}