GET /api/bet_types/89b833f5-aadc-4db1-9135-e2b0972ebb99/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "89b833f5-aadc-4db1-9135-e2b0972ebb99",
    "match": "https://api-prod.gambitprofit.com/api/matches/d2e23faa-7679-4fde-8acb-fcac17c509a6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-06T09:18:05.595260-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": "Houston Texans",
                "amount": 5213.0
            },
            {
                "team": "New York Jets",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "42d93d7c-886e-4770-ae9f-1cc31bd67015",
            "gambit_id": "add37a62-d1f6-43d7-bb50-f7f4fc490591",
            "last_updated": "2023-12-11T19:43:21.882657-05:00",
            "created_at": "2023-12-06T09:18:05.599883-05:00",
            "name": "Houston Texans",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89b833f5-aadc-4db1-9135-e2b0972ebb99/?format=api"
        },
        {
            "id": "84ada990-11b6-4c3a-8fcf-e63a85716f3c",
            "gambit_id": "ec15232c-8b5d-4ea5-b8fc-425607944b93",
            "last_updated": "2023-12-11T19:43:21.885961-05:00",
            "created_at": "2023-12-06T09:18:05.604093-05:00",
            "name": "New York Jets",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89b833f5-aadc-4db1-9135-e2b0972ebb99/?format=api"
        }
    ]
}