GET /api/bet_types/e5ad5c08-76d3-4055-8c5c-36b48d79cc6d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e5ad5c08-76d3-4055-8c5c-36b48d79cc6d",
    "match": "https://api-prod.gambitprofit.com/api/matches/f89a4e20-e8c0-459f-abe4-c8308a57c99f/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Miami Heat",
                "amount": 5000.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "b0b4e525-ef83-4222-a900-9ca07d1c7ca1",
            "gambit_id": "ed08be51-4f0d-4c7a-b3c2-069f52007a66",
            "last_updated": "2022-12-06T09:52:00.343449-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Heat",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5ad5c08-76d3-4055-8c5c-36b48d79cc6d/?format=api"
        },
        {
            "id": "9ef3d74b-4e44-4a6b-9e11-de08ddf8d9b3",
            "gambit_id": "844abafc-7c04-4ffe-a3bf-40b2cd0103a0",
            "last_updated": "2022-12-06T09:52:00.344537-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5ad5c08-76d3-4055-8c5c-36b48d79cc6d/?format=api"
        }
    ]
}