GET /api/bet_types/e2626ea9-6c11-4a23-a28c-45743b93fc64/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e2626ea9-6c11-4a23-a28c-45743b93fc64",
    "match": "https://api-prod.gambitprofit.com/api/matches/7240a016-5009-4b2e-af9f-730c80c27d44/?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": "Los Angeles Dodgers",
                "amount": 5916.0
            },
            {
                "team": "Miami Marlins",
                "amount": 4084.0
            }
        ],
        "expected_reward_tokens": 9228.96,
        "profit_sb": 228.96,
        "profit_sb_percentage": 2.54,
        "recommended": true
    },
    "lines": [
        {
            "id": "92ddb131-5cdb-4d6c-841c-55710d8395a0",
            "gambit_id": "5b7a87fb-217c-4c62-9f8f-741b3a284722",
            "last_updated": "2022-08-27T12:42:01.854455-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Dodgers",
            "reward": "1.56000",
            "odds": "1.62500",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2626ea9-6c11-4a23-a28c-45743b93fc64/?format=api"
        },
        {
            "id": "64b49893-7c3f-4cc8-b8d1-87d660e35f6f",
            "gambit_id": "37648111-b897-48fa-8e4c-f6a758a2bfdb",
            "last_updated": "2022-08-27T12:42:01.853970-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Marlins",
            "reward": "2.26000",
            "odds": "2.40000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2626ea9-6c11-4a23-a28c-45743b93fc64/?format=api"
        }
    ]
}