GET /api/bet_types/90ef53f5-2b59-46e6-9789-cd1cb8c0e17f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "90ef53f5-2b59-46e6-9789-cd1cb8c0e17f",
    "match": "https://api-prod.gambitprofit.com/api/matches/d971df4d-af56-4bce-abe0-4c2dffca461d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-21T08:58:04.335336-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": "SFO",
                "amount": 5319.0
            },
            {
                "team": "LOS",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "e874f8ed-3778-41a0-a098-1855701f6f1a",
            "gambit_id": "7ca66050-92aa-4659-a9b7-67077ea61dec",
            "last_updated": "2023-09-23T10:13:10.942614-04:00",
            "created_at": "2023-09-21T08:58:04.340418-04:00",
            "name": "SFO",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/90ef53f5-2b59-46e6-9789-cd1cb8c0e17f/?format=api"
        },
        {
            "id": "179dc35c-fba4-480c-b671-f1fed80de5f2",
            "gambit_id": "a391b879-7b68-4ea8-8cd5-d2c550009b9e",
            "last_updated": "2023-09-23T10:13:10.945740-04:00",
            "created_at": "2023-09-21T08:58:04.354025-04:00",
            "name": "LOS",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/90ef53f5-2b59-46e6-9789-cd1cb8c0e17f/?format=api"
        }
    ]
}