GET /api/bet_types/735a56c2-0a64-4123-b7a2-2e85eeb1e301/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "735a56c2-0a64-4123-b7a2-2e85eeb1e301",
    "match": "https://api-prod.gambitprofit.com/api/matches/48c815f4-33f1-4aef-bd78-690bbe613638/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-15T08:58:07.150430-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": "NYY",
                "amount": 5000.0
            },
            {
                "team": "COL",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "eedefd98-fde5-4e3e-ad77-32462a59b1bb",
            "gambit_id": "55225c37-c922-4e8e-babb-29e9d7167958",
            "last_updated": "2023-07-17T10:08:18.806593-04:00",
            "created_at": "2023-07-15T08:58:07.151831-04:00",
            "name": "NYY",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/735a56c2-0a64-4123-b7a2-2e85eeb1e301/?format=api"
        },
        {
            "id": "b77c6006-08dd-406e-a588-793677603ec0",
            "gambit_id": "e5402072-1daf-4f1f-9832-f2fa527523e6",
            "last_updated": "2023-07-17T10:08:18.807930-04:00",
            "created_at": "2023-07-15T08:58:07.153283-04:00",
            "name": "COL",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/735a56c2-0a64-4123-b7a2-2e85eeb1e301/?format=api"
        }
    ]
}