GET /api/bet_types/24b8d20c-61ed-4709-9423-dc19f2e9df14/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "24b8d20c-61ed-4709-9423-dc19f2e9df14",
    "match": "https://api-prod.gambitprofit.com/api/matches/68bd29eb-59dc-4a8e-b152-57ce0be7ee04/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-22T08:43:03.300361-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": "Philadelphia 76ers",
                "amount": 5000.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "d5d682b2-2d25-4ca1-95a0-9f57524cdc4a",
            "gambit_id": "6c64029a-9f24-4258-99d0-994329b629fc",
            "last_updated": "2024-01-23T20:08:15.383554-05:00",
            "created_at": "2024-01-22T08:43:03.310429-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24b8d20c-61ed-4709-9423-dc19f2e9df14/?format=api"
        },
        {
            "id": "eaf25a96-ecc5-4125-8cc9-379033b82887",
            "gambit_id": "ad344247-a01a-4cc5-9acc-6d977ce2533c",
            "last_updated": "2024-01-23T20:08:15.376583-05:00",
            "created_at": "2024-01-22T08:43:03.305568-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24b8d20c-61ed-4709-9423-dc19f2e9df14/?format=api"
        }
    ]
}