GET /api/bet_types/723d5b1b-cb24-4bbd-9a9c-f2e960fa89a4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "723d5b1b-cb24-4bbd-9a9c-f2e960fa89a4",
    "match": "https://api-prod.gambitprofit.com/api/matches/31124925-19fd-40b0-8ad4-160cb18e8474/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-26T08:58:02.676603-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": "DET",
                "amount": 5000.0
            },
            {
                "team": "TEX",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "b0e9a929-fba1-4874-beaf-1737974cfc3d",
            "gambit_id": "6c25ae02-8504-4f1b-9209-feffc50475b9",
            "last_updated": "2023-06-27T14:57:58.975695-04:00",
            "created_at": "2023-06-26T08:58:02.679364-04:00",
            "name": "DET",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/723d5b1b-cb24-4bbd-9a9c-f2e960fa89a4/?format=api"
        },
        {
            "id": "7f291439-9db0-4d6b-b215-5d5455796e15",
            "gambit_id": "33cd7419-9e0c-4ecc-aed8-4b1c9b3ed057",
            "last_updated": "2023-06-27T14:57:58.977696-04:00",
            "created_at": "2023-06-26T08:58:02.682134-04:00",
            "name": "TEX",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/723d5b1b-cb24-4bbd-9a9c-f2e960fa89a4/?format=api"
        }
    ]
}