GET /api/bet_types/7512f153-6c9d-4262-9974-cf7ea3b2e476/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7512f153-6c9d-4262-9974-cf7ea3b2e476",
    "match": "https://api-prod.gambitprofit.com/api/matches/5de9d373-78d1-4542-9fa4-c4de085663bd/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-15T10:23:24.287194-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": "Orlando Magic",
                "amount": 5000.0
            },
            {
                "team": "New York Knicks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "34b65202-fd0b-4df2-8147-a3dc9447f887",
            "gambit_id": "f8d01174-53f8-4b38-9df5-d88fe134ed01",
            "last_updated": "2024-01-17T22:13:13.628926-05:00",
            "created_at": "2024-01-15T10:23:24.290505-05:00",
            "name": "Orlando Magic",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7512f153-6c9d-4262-9974-cf7ea3b2e476/?format=api"
        },
        {
            "id": "bbe5cab3-7cc1-41a2-b456-cf3c0372b6c6",
            "gambit_id": "067ede5d-4432-4e05-891b-6e425fc0292c",
            "last_updated": "2024-01-17T22:13:13.632389-05:00",
            "created_at": "2024-01-15T10:23:24.294731-05:00",
            "name": "New York Knicks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7512f153-6c9d-4262-9974-cf7ea3b2e476/?format=api"
        }
    ]
}