GET /api/bet_types/792446da-aa4d-4921-83e9-65c6d996df71/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "792446da-aa4d-4921-83e9-65c6d996df71",
    "match": "https://api-prod.gambitprofit.com/api/matches/de970ab4-57b3-41ce-8398-30db95a9db41/?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": "Buffalo",
                "amount": 5000.0
            },
            {
                "team": "Massachusetts",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "abcdcb24-8742-489a-9f7c-8e92fc061983",
            "gambit_id": "f409f177-7634-4975-8473-5925e041be21",
            "last_updated": "2022-10-16T15:12:14.359571-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-17.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/792446da-aa4d-4921-83e9-65c6d996df71/?format=api"
        },
        {
            "id": "d35440be-2400-4917-a9eb-e7d35c5f1877",
            "gambit_id": "92b75a1c-20e0-4631-b71f-bd79979578af",
            "last_updated": "2022-10-16T15:12:14.358607-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Massachusetts",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "17.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/792446da-aa4d-4921-83e9-65c6d996df71/?format=api"
        }
    ]
}