GET /api/bet_types/d07c118b-ec59-47d9-8407-e27dcc1704ab/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d07c118b-ec59-47d9-8407-e27dcc1704ab",
    "match": "https://api-prod.gambitprofit.com/api/matches/708bb9f1-8f25-4928-8891-f1dd7cd26dae/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-07T11:33:27.693672-04: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": "TEX",
                "amount": 5213.0
            },
            {
                "team": "WAS",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "da0b1d98-d7bf-486f-9346-01a571782839",
            "gambit_id": "67783a2c-a8ed-4bdf-bd1d-7030f247d73c",
            "last_updated": "2023-07-09T20:28:25.505007-04:00",
            "created_at": "2023-07-07T11:33:27.696069-04:00",
            "name": "TEX",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d07c118b-ec59-47d9-8407-e27dcc1704ab/?format=api"
        },
        {
            "id": "462d156d-fa26-4d07-a178-263ea98b57c4",
            "gambit_id": "a5134755-02a2-4f7e-8e25-4bdc92bfeace",
            "last_updated": "2023-07-09T20:28:25.507012-04:00",
            "created_at": "2023-07-07T11:33:27.698505-04:00",
            "name": "WAS",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d07c118b-ec59-47d9-8407-e27dcc1704ab/?format=api"
        }
    ]
}