GET /api/bet_types/d18aadf6-c2d6-4361-b49a-b6c95d9eeae7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d18aadf6-c2d6-4361-b49a-b6c95d9eeae7",
    "match": "https://api-prod.gambitprofit.com/api/matches/7bc5b4d4-89b4-4773-8b7c-0a502b951989/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-10T15:13:10.459011-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": "HOU",
                "amount": 6390.0
            },
            {
                "team": "MIN",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "78b64d89-c37a-4dec-9d46-93a2f0c62aa6",
            "gambit_id": "f5d99b32-9dba-4b13-bea7-d18a4aa9e5f5",
            "last_updated": "2023-10-11T09:02:55.999032-04:00",
            "created_at": "2023-10-10T15:13:10.468414-04:00",
            "name": "HOU",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d18aadf6-c2d6-4361-b49a-b6c95d9eeae7/?format=api"
        },
        {
            "id": "7fb204c5-9b57-4cf4-a51b-bd804cceaee3",
            "gambit_id": "37e19819-82f2-4519-b82c-8302326640b9",
            "last_updated": "2023-10-11T09:02:56.002683-04:00",
            "created_at": "2023-10-10T15:13:10.474533-04:00",
            "name": "MIN",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d18aadf6-c2d6-4361-b49a-b6c95d9eeae7/?format=api"
        }
    ]
}