GET /api/bet_types/62995ef8-57ac-4c60-bb8b-0e6009df1223/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "62995ef8-57ac-4c60-bb8b-0e6009df1223",
    "match": "https://api-prod.gambitprofit.com/api/matches/0101d44d-397a-4293-9638-7d899655e7ef/?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": "Chicago Bulls",
                "amount": 5000.0
            },
            {
                "team": "Washington Wizards",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "404caf47-757a-4784-ade1-10e4d3d1f493",
            "gambit_id": "e644e5fe-c9eb-43a5-ac2e-753a5d0ca356",
            "last_updated": "2022-12-08T13:02:14.805216-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Bulls",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/62995ef8-57ac-4c60-bb8b-0e6009df1223/?format=api"
        },
        {
            "id": "7d047522-1556-430a-a7a0-667296f59039",
            "gambit_id": "1f761d51-4cef-4301-bb8e-e3551acaae69",
            "last_updated": "2022-12-08T13:02:14.806198-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Wizards",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/62995ef8-57ac-4c60-bb8b-0e6009df1223/?format=api"
        }
    ]
}