GET /api/bet_types/cf3504c8-8cc4-44e6-b64b-2eee7067ef5d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cf3504c8-8cc4-44e6-b64b-2eee7067ef5d",
    "match": "https://api-prod.gambitprofit.com/api/matches/27c1ed27-ad5b-40c7-9598-0c199aa1b649/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-25T09:13:09.799953-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": "Portland Trail Blazers",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Clippers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "51f05cbc-6ecb-41cd-9371-c74db843e5cf",
            "gambit_id": "f9610d21-8484-420a-92cd-aaf46e5b84f5",
            "last_updated": "2023-10-26T10:33:09.393397-04:00",
            "created_at": "2023-10-25T09:13:09.804373-04:00",
            "name": "Portland Trail Blazers",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf3504c8-8cc4-44e6-b64b-2eee7067ef5d/?format=api"
        },
        {
            "id": "2ca7f62c-382f-4390-a6b1-497ece0bc932",
            "gambit_id": "759525ba-6ed8-4dc8-972f-15170dce938e",
            "last_updated": "2023-10-26T10:33:09.390017-04:00",
            "created_at": "2023-10-25T09:13:09.809436-04:00",
            "name": "Los Angeles Clippers",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf3504c8-8cc4-44e6-b64b-2eee7067ef5d/?format=api"
        }
    ]
}