GET /api/bet_types/5988e54b-1647-4fde-8e2c-667bc4a06ade/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5988e54b-1647-4fde-8e2c-667bc4a06ade",
    "match": "https://api-prod.gambitprofit.com/api/matches/f9c8901b-488c-4122-9021-596807836271/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-05T09:47:04.503057-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": "Minnesota Timberwolves",
                "amount": 5000.0
            },
            {
                "team": "Denver Nuggets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "2d35762e-14bb-4c6e-a983-373bf119528f",
            "gambit_id": "e148de1b-825e-4afc-934e-e5a0c2cadddd",
            "last_updated": "2023-02-06T09:06:57.323096-05:00",
            "created_at": "2023-02-05T09:47:04.504409-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5988e54b-1647-4fde-8e2c-667bc4a06ade/?format=api"
        },
        {
            "id": "c3c182c1-72ae-460e-986b-9f608e60914b",
            "gambit_id": "a589a762-464a-4c68-892d-f3815e9eb4f4",
            "last_updated": "2023-02-06T09:06:57.324373-05:00",
            "created_at": "2023-02-05T09:47:04.505754-05:00",
            "name": "Denver Nuggets",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5988e54b-1647-4fde-8e2c-667bc4a06ade/?format=api"
        }
    ]
}