GET /api/bet_types/e4305972-7d6a-4c44-a2e2-f67ec38a5b84/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e4305972-7d6a-4c44-a2e2-f67ec38a5b84",
    "match": "https://api-prod.gambitprofit.com/api/matches/426cce7f-6006-4211-9e1f-0d55622ed91f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-06T08:07:11.396832-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": "Detroit Pistons",
                "amount": 5000.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "84461628-cb25-4d0d-88fb-ef8a1b2a1915",
            "gambit_id": "84ff7696-331d-4f9e-b1cd-3f8388f8a893",
            "last_updated": "2023-03-07T10:17:17.154926-05:00",
            "created_at": "2023-03-06T08:07:11.398381-05:00",
            "name": "Detroit Pistons",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4305972-7d6a-4c44-a2e2-f67ec38a5b84/?format=api"
        },
        {
            "id": "a8b16223-85f0-47dd-bf0e-03e024230ffd",
            "gambit_id": "fe507274-de95-41ef-9479-6a7603bf6104",
            "last_updated": "2023-03-07T10:17:17.156291-05:00",
            "created_at": "2023-03-06T08:07:11.399728-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4305972-7d6a-4c44-a2e2-f67ec38a5b84/?format=api"
        }
    ]
}