GET /api/bet_types/b79bccdf-6d5b-4dd2-8634-d6cc3e3d77b5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b79bccdf-6d5b-4dd2-8634-d6cc3e3d77b5",
    "match": "https://api-prod.gambitprofit.com/api/matches/90746af7-46cb-44e1-9e12-201896754980/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-31T09:58:21.183913-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": "Dallas Mavericks",
                "amount": 5000.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "47d3d733-df22-4400-9dc7-c5612bae9bdd",
            "gambit_id": "67497d92-eb5e-4421-90c6-20521f87d50e",
            "last_updated": "2024-02-01T10:43:00.648679-05:00",
            "created_at": "2024-01-31T09:58:21.187757-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "13.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b79bccdf-6d5b-4dd2-8634-d6cc3e3d77b5/?format=api"
        },
        {
            "id": "7f8ff13a-5f2c-49d5-81b0-f150f07e3090",
            "gambit_id": "0744d950-6683-4c18-b82f-886d41c43712",
            "last_updated": "2024-02-01T10:43:00.652422-05:00",
            "created_at": "2024-01-31T09:58:21.192244-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-13.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b79bccdf-6d5b-4dd2-8634-d6cc3e3d77b5/?format=api"
        }
    ]
}