GET /api/bet_types/1da91acd-2e9c-468a-9b5f-dfd14e7d4f37/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1da91acd-2e9c-468a-9b5f-dfd14e7d4f37",
    "match": "https://api-prod.gambitprofit.com/api/matches/20519eb7-64b6-4da5-b095-965e5e72bfb7/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-03T00:23:14.963113-04: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": "NYM",
                "amount": 5319.0
            },
            {
                "team": "SEA",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "814c385b-e6c3-4464-b937-859e07d9418e",
            "gambit_id": "f662c1ce-bf57-4ba6-8bc8-04629fe5430f",
            "last_updated": "2023-09-05T10:33:07.928616-04:00",
            "created_at": "2023-09-03T00:23:14.975217-04:00",
            "name": "NYM",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1da91acd-2e9c-468a-9b5f-dfd14e7d4f37/?format=api"
        },
        {
            "id": "e6cd9caf-7bb0-49ad-a193-14890126d328",
            "gambit_id": "be8fbe71-12ee-4ed7-8b70-1d42bad9c876",
            "last_updated": "2023-09-05T10:33:07.925079-04:00",
            "created_at": "2023-09-03T00:23:14.968502-04:00",
            "name": "SEA",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1da91acd-2e9c-468a-9b5f-dfd14e7d4f37/?format=api"
        }
    ]
}