GET /api/bet_types/0e4dfc1f-2514-4edf-b785-b2e16ccb016a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0e4dfc1f-2514-4edf-b785-b2e16ccb016a",
    "match": "https://api-prod.gambitprofit.com/api/matches/8da1a159-7d9d-426d-8006-a7726f96d7e5/?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": "New Orleans Saints",
                "amount": 5110.0
            },
            {
                "team": "Atlanta Falcons",
                "amount": 4890.0
            }
        ],
        "expected_reward_tokens": 9044.7,
        "profit_sb": 44.7,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "3249f258-ff72-4ed3-94f9-c8fb541db45c",
            "gambit_id": "35d82900-f7db-4ebf-a3a5-6d4ed976d8a5",
            "last_updated": "2022-09-12T10:26:59.743907-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Orleans Saints",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0e4dfc1f-2514-4edf-b785-b2e16ccb016a/?format=api"
        },
        {
            "id": "dc748764-02ed-4f1e-a77e-ee9271fb8006",
            "gambit_id": "beb3dc2c-d1bc-4bf0-b8ba-1bdf8c1ef112",
            "last_updated": "2022-09-12T10:26:59.742668-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta Falcons",
            "reward": "1.85000",
            "odds": "1.95240",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0e4dfc1f-2514-4edf-b785-b2e16ccb016a/?format=api"
        }
    ]
}