GET /api/bet_types/49f972aa-1c39-4972-9d71-722e01fa222b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "49f972aa-1c39-4972-9d71-722e01fa222b",
    "match": "https://api-prod.gambitprofit.com/api/matches/0a2b7b0c-b7bb-4922-bf40-2cbc5ecc1bde/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-06T09:23:24.612665-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": "Toronto Maple Leafs",
                "amount": 5107.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "a3c63928-b432-4554-9306-2e020123ddd8",
            "gambit_id": "669bb4f0-e7f9-497c-9e9f-32009b8cfca8",
            "last_updated": "2024-01-09T10:13:23.732631-05:00",
            "created_at": "2024-01-06T09:23:24.617029-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/49f972aa-1c39-4972-9d71-722e01fa222b/?format=api"
        },
        {
            "id": "cc4dc2ab-455f-4c2e-a687-6ea37f157fe3",
            "gambit_id": "2b7864c4-999b-4b9f-adf3-3c93fe008e9b",
            "last_updated": "2024-01-09T10:13:23.736292-05:00",
            "created_at": "2024-01-06T09:23:24.621611-05:00",
            "name": "San Jose Sharks",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/49f972aa-1c39-4972-9d71-722e01fa222b/?format=api"
        }
    ]
}